.share-facebook-container {
margin: 20px 0;
text-align: left;
}
.sfb-button {
display: inline-flex;
align-items: center;
gap: 8px;
padding: 12px 24px;
background: #1877f2;
color: white !important;
text-decoration: none !important;
border-radius: 6px;
font-weight: 600;
font-size: 15px;
transition: all 0.3s ease;
border: none;
cursor: pointer;
}
.sfb-button:hover {
background: #166fe5;
transform: translateY(-2px);
box-shadow: 0 4px 12px rgba(24, 119, 242, 0.3);
}
.sfb-button svg {
width: 20px;
height: 20px;
} .sfb-minimal {
background: white;
color: #1877f2 !important;
border: 2px solid #1877f2;
}
.sfb-minimal:hover {
background: #1877f2;
color: white !important;
} .sfb-icon {
padding: 12px;
border-radius: 50%;
width: 48px;
height: 48px;
display: inline-flex;
align-items: center;
justify-content: center;
}
.sfb-icon svg {
width: 24px;
height: 24px;
} @media (max-width: 768px) {
.sfb-button {
font-size: 14px;
padding: 10px 20px;
}
}