.social-share-39995fc3-container {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}
.social-share-btn-39995fc3 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    border-radius: 4px;
    text-decoration: none !important;
    font-weight: 500;
    font-family: inherit;
    transition: opacity 0.3s ease;
    background-color: #333;
    color: #fff;
}
.social-share-btn-39995fc3:hover {
    opacity: 0.8;
}
.social-share-btn-39995fc3.fb-btn { background-color: #1877F2; }
.social-share-btn-39995fc3.x-btn { background-color: #000000; }
.social-share-btn-39995fc3.wa-btn { background-color: #25D366; }
