.wcmsl-social-login-wrapper {
    margin: 1rem 0;
}

.wcmsl-social-login-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    text-decoration: none;
    font-weight: 500;
    transition: box-shadow 0.2s ease;
}

.wcmsl-social-login-button:hover {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.wcmsl-social-login-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 999px;
    background: white;
    color: #4285F4;
    font-weight: 700;
}
