.elementor-24010 .elementor-element.elementor-element-c4e268a{--display:flex;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-24010 .elementor-element.elementor-element-6eaa46a3{margin:40px 0px calc(var(--kit-widget-spacing, 0px) + 20px) 0px;}@media(min-width:768px){.elementor-24010 .elementor-element.elementor-element-c4e268a{--width:100%;}}/* Start custom CSS *//* ------------------------------------------------------------- */
/* FIX GLOBAL: ELIMINAR SCROLL HORIZONTAL                        */
/* ------------------------------------------------------------- */
html, body {
    overflow-x: hidden !important; 
    width: 100%;
    position: relative;
}

/* Fondo general de la página de Recuperar (Verde oscuro Aurea) */
body.page-id-24010 {
    background-color: #37453b !important;
}

/* Ocultar el título de página duplicado de WordPress */
.page-id-24010 .page-header {
    display: none !important;
}

/* Centrado vertical y espaciado */
.page-id-24010 .site-main {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(100vh - 100px);
    padding: 2rem 1.5rem;
    box-sizing: border-box;
    flex-direction: column;
}

/* ------------------------------------------------------------- */
/* TARJETA DEL FORMULARIO DE RECUPERAR - Color Arena             */
/* ------------------------------------------------------------- */
.page-id-24010 .ur-frontend-form,
.page-id-24010 #user-registration {
    background-color: #eed1b4 !important; /* Fondo arena */
    border: none !important;
    border-radius: 2rem !important;
    padding: 2.5rem 2.5rem !important;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    max-width: 420px !important;
    width: 100% !important;
    margin: 0 auto !important;
    font-family: 'Plus Jakarta Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    position: relative !important;
    box-sizing: border-box !important;
}

/* Evitar fondos blancos inyectados por el plugin */
.page-id-24010 #user-registration .ur-frontend-form,
.page-id-24010 #user-registration form,
.page-id-24010 #user-registration .ur-form-row,
.page-id-24010 #user-registration .ur-form-grid {
    background-color: transparent !important;
    border: none !important;
    padding: 0 !important;
    box-shadow: none !important;
}

/* Contenedor del título y descripción */
.page-id-24010 .ur-lost-password-content-container {
    text-align: center !important;
    margin-bottom: 2.5rem !important;
}

/* Título "¿Ha perdido su contraseña?" */
.page-id-24010 .ur-lost-password-title {
    font-family: 'Noto Serif', serif !important;
    font-size: 2rem !important; /* Un pelín más pequeño para que entre bien */
    font-weight: 700 !important;
    color: #37453b !important; /* Verde oscuro Aurea */
    text-align: center !important;
    display: block !important;
    margin-top: 0 !important;
    margin-bottom: 1rem !important;
    line-height: 1.2 !important;
}

/* Icono del libro (Base64) */
.page-id-24010 .ur-lost-password-title::before {
    content: '';
    display: block;
    width: 3rem;
    height: 3rem;
    background-color: rgba(148, 87, 49, 0.1) !important;
    border-radius: 50% !important;
    margin: 0 auto 0.5rem auto !important;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgLTk2MCA5NjAgOTYwIiBmaWxsPSIjOTQ1NzMxIj48cGF0aCBkPSJNMjYwLTMyMHE0NyAwIDkxLjUgMTAuNVQ0NDAtMjc4di0zOTRxLTQxLTI0LTg3LTM2dC05My0xMnEtMzYgMC03MS41IDdUMTIwLTY5MnYzOTZxMzUtMTIgNjkuNS0xOHQ3MC41LTZabTI2MCA0MnE0NC0yMSA4OC41LTMxLjVUNzAwLTMyMHEzNiAwIDcwLjUgNnQ2OS41IDE4di0zOTZxLTMzLTE0LTY4LjUtMjF0LTcxLjUtN3EtNDcgMC05MyAxMnQtODcgMzZ2Mzk0Wm0tNDAgMTE4cS00OC0zOC0xMDQtNTl0LTExNi0yMXEtNDIgMC04Mi41IDExVDEwMC0xOThxLTIxIDExLTQwLjUtMVQ0MC0yMzR2LTQ4MnEwLTExIDUuNS0yMVQ2MC03NTJxNTAtMzkgMTE0LTUzLjVUMzAwLTgyMHE3NCAwIDEzNyAxN3QxMTMgNTNxNDktMzYgMTEyLjUtNTNUODAwLTgyMHE2MiAwIDEyNi41IDE0LjVUMTA0MC03NTJxMTEgOCAxNS41IDE4dDQuNSAyMnY0ODJxMCAyMi0xOS41IDM1dC00MC41IDFxLTM3LTIwLTc3LjUtMzFUODQwLTI0MHEtNjAgMC0xMTYgMjF0LTEwNCA1OVoiLz48L3N2Zz4=") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 1.5rem !important;
}

/* Descripción del formulario */
.page-id-24010 .ur-lost-password-message {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: 0.95rem !important;
    color: #53443b !important;
    line-height: 1.5 !important;
    margin: 0 !important;
}

/* Quitar espaciados fantasma */
.page-id-24010 .ur-frontend-form .ur-form-row::before,
.page-id-24010 .ur-frontend-form .ur-form-row::after {
    display: none !important;
    content: none !important;
}

/* Labels */
.page-id-24010 .ur-frontend-form label {
    display: block !important;
    font-size: 0.7rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    color: #53443b !important;
    margin-bottom: 0.5rem !important;
    margin-left: 0.5rem !important;
}
.page-id-24010 .ur-frontend-form label .required {
    color: #945731 !important;
    text-decoration: none !important;
    border: none !important;
}

/* Matamos el SVG del sobrecito feo que mete el plugin por defecto */
.page-id-24010 .ur-input-with-icon svg {
    display: none !important;
}

/* Inputs (Píldora Cremita) */
.page-id-24010 .ur-frontend-form input[type="text"] {
    width: 100% !important;
    padding: 1.1rem 1.5rem !important;
    border: none !important;
    border-radius: 9999px !important;
    background-color: #fcf1e6 !important;
    color: #22160e !important;
    font-size: 1rem !important;
    transition: all 0.3s ease !important;
    box-shadow: inset 0 2px 5px rgba(148, 87, 49, 0.08) !important;
    box-sizing: border-box !important;
}

/* Estado Focus de los Inputs */
.page-id-24010 .ur-frontend-form input:focus {
    outline: none !important;
    background-color: #ffffff !important;
    box-shadow: 0 0 0 3px rgba(148, 87, 49, 0.15) !important;
}

/* Parche para autocompletado */
.page-id-24010 .ur-frontend-form input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 50px #ffffff inset !important;
    -webkit-text-fill-color: #22160e !important;
}

/* Contenedor del Botón (Párrafo final) */
.page-id-24010 .user-registration-form-row:last-of-type {
    margin-bottom: 0 !important;
    margin-top: 1.5rem !important;
}

/* Botón "Restablecer contraseña" */
.page-id-24010 .ur-reset-password-btn {
    width: 100% !important;
    background-color: #b36e40 !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 1.1rem !important;
    padding: 1.15rem !important;
    border-radius: 9999px !important;
    border: none !important;
    margin: 0 !important;
    cursor: pointer !important;
    box-shadow: 0 4px 15px rgba(179, 110, 64, 0.3) !important;
    transition: transform 0.2s, background-color 0.2s !important;
    text-align: center !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.page-id-24010 .ur-reset-password-btn:hover {
    background-color: #cd8759 !important; /* Clarito en hover */
    transform: translateY(-2px);
}

/* ------------------------------------------------------------- */
/* MENSAJES DE ERROR/ÉXITO (Fondo crema, sin blanco)            */
/* ------------------------------------------------------------- */
.page-id-24010 .ur-message,
.page-id-24010 .user-registration-error,
.page-id-24010 .user-registration-message {
    background-color: #fae8d4 !important; 
    border: 1px solid rgba(219, 89, 45, 0.2) !important;
    border-left: 4px solid #db592d !important;
    border-radius: 0.75rem !important; 
    margin: 0 auto 1.5rem auto !important; 
    padding: 0.75rem 1.25rem !important;
    color: #db592d !important; 
    font-weight: 600 !important;
    max-width: 420px !important;
    box-sizing: border-box !important;
}

/* Estilo para mensaje de éxito (cuando el correo se envía) */
.page-id-24010 .ur-message {
    border-color: rgba(148, 87, 49, 0.2) !important;
    border-left-color: #b36e40 !important;
    color: #b36e40 !important;
}

.page-id-24010 .ur-message::before, 
.page-id-24010 .user-registration-error::before { 
    content: none !important; 
    display: none !important; 
}
.page-id-24010 .user-registration-error ul {
    margin: 0 !important; padding: 0 !important; list-style: none !important;
}
.page-id-24010 .user-registration-error li {
    margin: 0 !important; padding: 0 !important; display: block !important; text-align: left !important; color: #db592d !important;
}

/* Ajustes adicionales para móviles */
@media (max-width: 480px) {
    .page-id-24010 .ur-frontend-form,
    .page-id-24010 #user-registration {
        padding: 2.5rem 1.5rem !important;
    }
    .page-id-24010 .ur-lost-password-title {
        font-size: 1.75rem !important;
    }
}/* End custom CSS */