.asta-social-share {
    margin: 1.5rem 0;
    padding: 1rem;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: rgba(0, 0, 0, 0.02);
}

.asta-social-share__label {
    display: block;
    margin-bottom: 0.75rem;
    font-weight: 700;
}

.asta-social-share__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.asta-social-share__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.55rem 0.8rem;
    line-height: 1;
    font-size: 0.9rem;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    background: #222;
    transition: transform 0.15s ease, opacity 0.15s ease;
}

.asta-social-share__button:hover,
.asta-social-share__button:focus {
    color: #fff;
    opacity: 0.88;
    transform: translateY(-1px);
}

.asta-share--rounded .asta-social-share__button {
    border-radius: 8px;
}

.asta-share--pill .asta-social-share__button {
    border-radius: 999px;
}

.asta-share--square .asta-social-share__button {
    border-radius: 0;
}

.asta-social-share__button--facebook {
    background: #1877f2;
}

.asta-social-share__button--x {
    background: #111;
}

.asta-social-share__button--linkedin {
    background: #0a66c2;
}

.asta-social-share__button--whatsapp {
    background: #25d366;
}

.asta-social-share__button--email {
    background: #6b7280;
}
