/* /css/google-auth.css */
.simple-google-auth-section {
    margin: 25px 0;
    padding-top: 20px;
}

.social-separator {
    position: relative;
    text-align: center;
    margin: 20px 0;
    color: #666;
    font-size: 14px;
}

.social-separator::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: #e0e0e0;
    z-index: 1;
}

.social-separator span {
    background: #fff;
    padding: 0 15px;
    position: relative;
    z-index: 2;
}

.simple-google-btn {
    margin: 15px auto;
    display: block;
    max-width: 300px;
}

.simple-google-btn.loading {
    opacity: 0.7;
    pointer-events: none;
}

.simple-auth-message {
    min-height: 40px;
    margin-top: 10px;
}

.simple-alert {
    padding: 10px 15px;
    border-radius: 4px;
    margin: 10px 0;
    text-align: center;
}

.simple-alert-success {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.simple-alert-error {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

/* Ajustes para formularios de WooCommerce */
.woocommerce-form-login .simple-google-auth-section,
.woocommerce-form-register .simple-google-auth-section {
    margin-top: 20px;
}



/* Asegurar que el iframe se renderice correctamente */
.simple-google-btn div[style*="position: relative"] {
    min-height: 44px;
}

.simple-google-btn iframe {
    display: block !important;
    visibility: visible !important;
}