.drunel-auth-wrapper {
    max-width: 400px;
    margin: 2rem auto;
    padding: 1.5rem;
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 8px;
}

.drunel-tabs {
    display: flex;
    margin-bottom: 1rem;
    border-bottom: 2px solid #eee;
}

.drunel-tab {
    flex: 1;
    padding: 0.75rem 1rem;
    text-align: center;
    cursor: pointer;
    background-color: #f3f3f3;
    color: #333;
    border: none;
    border-bottom: 2px solid transparent;
    transition: all 0.2s ease-in-out;
}

.drunel-tab.active {
    background-color: #fff;
    color: #000;
    border-bottom: 2px solid #000;
}
.drunel-form { display: none; }
.drunel-form.active { display: block; }
.drunel-form.active {
    display: block;
}

.drunel-form form {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    max-width: 360px;
    margin: 0 auto;
}

.drunel-form input[type="text"],
.drunel-form input[type="email"],
.drunel-form input[type="password"] {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 1rem;
}

.drunel-form button {
    padding: 0.75rem;
    background-color: #000;
    color: #fff;
    border: 1px solid transparent;
    border-radius: 6px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s;
}

.drunel-form button:hover {
    background-color: #333;
}
#drunel-login-popup {
    position: fixed;
    top: 0; left: 0;
    width: 100vw; height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
}

#drunel-login-popup .drunel-auth-wrapper {
    max-width: 400px;
    width: 100%;
    background: #fff;
    position: relative;
}

/* Botón de cierre */
#drunel-login-popup .drunel-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 35px;
    color: #fff;
    cursor: pointer;
    z-index: 10000;
    padding: 0;
    line-height: 1;
    font-weight: bold;
    text-shadow: 0 0 5px rgba(0,0,0,0.5);
}

#drunel-login-popup .drunel-close:hover {
    background: #f1f1f1;
    color: #000;
}
.drunel-google-button {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #444;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-weight: 500;
    font-size: 14px;
    padding: 10px 15px;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.3s ease;
}

.drunel-google-button:hover {
    background: #f7f7f7;
}
.drunel-recaptcha-wrapper {
   transform: scale(0.85);
    transform-origin: top left;
    margin-bottom: 16px;
}
.drunel-form-error {
    color: #e74c3c; /* rojo suave */
    background: #fef2f2; /* opcional, para resaltar */
    border-left: 4px solid #e74c3c;
    padding: 10px;
    margin-top: 10px;
    font-size: 14px;
}
.drunel-google-wrapper {
  display: flex;
  justify-content: center;
}

.g_id_signin {
  min-width: 240px !important;
}
.drunel-form-reset {
    padding: 24px 24px;
    padding-top: 32px;
    padding-bottom: 32px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    max-width: 400px;
    margin: 0 auto;
}
.drunel-form.drunel-visible {
    display: block !important;
}
.drunel-form input[type="text"],
.drunel-form button {
    display: block;
    width: 100%;
    box-sizing: border-box;
}

.drunel-form button {
    margin-top: 5px;
}
.drunel-auth-wrapper input,
.drunel-auth-wrapper .g-recaptcha,
.drunel-auth-wrapper button {
    margin-bottom: 12px;
}
.drunel-reset-link {
    text-align: center;
    margin-top: 10px;
}
.drunel-reset-link a {
    font-size: 0.9em;
    color: #0073aa;
}
.drunel-reset-link a:hover {
    text-decoration: underline;
}
#drunel_token {
    margin-bottom: 8px;
}
.drunel-hint-text {
    display: block;
    margin-top: 4px;
    font-size: 0.80rem;
    color: #838383;
}
body.drunel-preview-mode .elementor-menu-cart__main {
    display: none !important;
    visibility: hidden !important;
}
