padding: 0.75rem 1rem;
border-radius: 5px;
display: flex;
align-items: center;
justify-content: center;
gap: 0.5rem;
margin-bottom: 1rem;
text-decoration: none;
color: #374151;
transition: all 0.2s;
}
.social-btn:hover {
background-color: #f3f4f6;
color: #111827;
}
.social-btn svg {
width: 20px;
height: 20px;
}