.social-share-buttons {
    margin: 1.5rem 0;
    padding: 1rem 0;
    border-top: 1px solid #e0e0e0;
}

.social-share-label {
    display: block;
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
    color: #333;
}

.social-share-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.social-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    color: #fff;
    text-decoration: none;
    transition: opacity 0.2s, transform 0.2s;
}

.social-btn:hover {
    opacity: 0.85;
    transform: scale(1.1);
    color: #fff;
    text-decoration: none;
}

.social-whatsapp { background-color: #25D366; }
.social-facebook { background-color: #1877F2; }
.social-twitter { background-color: #000000; }
.social-linkedin { background-color: #0A66C2; }
.social-telegram { background-color: #26A5E4; }
.social-email { background-color: #6c757d; }

@media (max-width: 576px) {
    .social-btn {
        width: 34px;
        height: 34px;
    }
    .social-btn svg {
        width: 16px;
        height: 16px;
    }
}
