/* ============================================================
   Social Share Buttons – whatsapp-share.css  v3.0.0
   ============================================================ */

.was-share-wrapper {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 28px 0 16px;
    font-family: inherit;
}

.was-share-label {
    font-size: 0.95rem;
    font-weight: 600;
    color: #444;
    letter-spacing: 0.02em;
    white-space: nowrap;
}

.was-share-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    line-height: 1;
}

/* All icons same size */
.was-icon {
    width: 36px;
    height: 36px;
    display: block;
    border-radius: 8px;
}

/* Responsive */
@media (max-width: 480px) {
    .was-icon {
        width: 30px;
        height: 30px;
    }
}
