.elementor-548 .elementor-element.elementor-element-e6195b2{--display:flex;}.elementor-548 .elementor-element.elementor-element-e6195b2:not(.elementor-motion-effects-element-type-background), .elementor-548 .elementor-element.elementor-element-e6195b2 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F5EEE3;}/* Start custom CSS for container, class: .elementor-element-e6195b2 *//* --- ESTILO MADSA PARA LOGIN Y REGISTRO --- */

/* 1. Fondo y tipografía de los cuadros */
.woocommerce-AccountForm {
    background: #ffffff !important;
    padding: 40px !important;
    border-radius: 20px !important;
    box-shadow: 0 15px 35px rgba(0, 43, 70, 0.05) !important;
    border: 1px solid rgba(193, 145, 87, 0.2) !important;
}

/* 2. Títulos elegantes */
.woocommerce-MyAccount-content h2, 
.u-column1 h2, .u-column2 h2 {
    font-family: 'Playfair Display', serif !important;
    color: #002B46 !important;
    font-size: 1.8rem !important;
    margin-bottom: 25px !important;
}

/* 3. Botones dorados institucionales */
.woocommerce-button.button {
    background-color: #C19157 !important;
    color: #ffffff !important;
    border-radius: 50px !important;
    padding: 15px 30px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    transition: 0.3s !important;
}

.woocommerce-button.button:hover {
    background-color: #002B46 !important;
    transform: translateY(-3px) !important;
}

/* 4. Inputs de texto refinados */
input.woocommerce-Input--text {
    border-radius: 10px !important;
    border: 1px solid #ddd !important;
    padding: 12px !important;
}

/* --- ESTILO PARA EL PANEL INTERNO (DASHBOARD) --- */

/* 1. Menú lateral elegante */
.woocommerce-MyAccount-navigation ul {
    list-style: none !important;
    padding: 0 !important;
    border: 1px solid rgba(193, 145, 87, 0.2) !important;
    border-radius: 15px !important;
    overflow: hidden !important;
}

.woocommerce-MyAccount-navigation li {
    background: #ffffff !important;
    border-bottom: 1px solid #f0f0f0 !important;
}

.woocommerce-MyAccount-navigation li a {
    padding: 15px 25px !important;
    display: block !important;
    color: #002B46 !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    transition: 0.3s !important;
}

/* 2. Item activo en Dorado Madsa */
.woocommerce-MyAccount-navigation li.is-active a {
    background-color: #C19157 !important;
    color: #ffffff !important;
}

.woocommerce-MyAccount-navigation li a:hover {
    background-color: #F5EEE3 !important;
    padding-left: 30px !important; /* Efecto sutil de UX */
}

/* 3. Contenido de la derecha */
.woocommerce-MyAccount-content {
    font-size: 1.1rem !important;
    color: #002B46 !important;
    line-height: 1.6 !important;
}/* End custom CSS */