.wcmsl-social-login-wrapper {
    margin: 1rem 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.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;
    box-sizing: border-box;
    transition: filter 0.2s ease, box-shadow 0.2s ease;
}

.wcmsl-social-login-button:hover {
    filter: brightness(0.95);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

.wcmsl-social-login-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.25rem;
    height: 1.25rem;
    flex-shrink: 0;
}

.wcmsl-social-login-icon svg {
    width: 100%;
    height: 100%;
    display: block;
}

