.elementor-21 .elementor-element.elementor-element-7110abe5{--display:flex;--padding-top:0px;--padding-bottom:90px;--padding-left:0px;--padding-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for container, class: .elementor-element-7110abe5 *//* Fuente para toda la cuenta */
.woocommerce-account {
    font-family: 'Instrument Sans', sans-serif;
}

/* Menú lateral */
.woocommerce-MyAccount-navigation {
    background-color: #CDE5E1;
    padding: 20px;
    border-radius: 12px;
}

/* Limpiar listas */
.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Ítems del menú */
.woocommerce-MyAccount-navigation ul li {
    margin-bottom: 6px; /* Más compacto */
}

/* Enlaces del menú */
.woocommerce-MyAccount-navigation ul li a {
    display: block;
    padding:0px 0px 12px 12px!important; /* Ajustado */
    border-radius: 8px;
    color: #333;
    text-decoration: none;
    transition: background 0.3s, color 0.3s;
    line-height: 1.3; /* Compacto pero legible */
}

/* Hover y activo */
.woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-MyAccount-navigation ul li.is-active a {
    background-color: #a4d1c9;
    color: #000;
    font-weight: 600;
}

.woocommerce-MyAccount-content{color:#000;}

.woocommerce-MyAccount-content a{color:#D18633;} 


.entry-title{
    font-family: 'Instrument Sans', Sans-Serif;
    margin: 30px 0px;
}

 .woocommerce-MyAccount-navigation-link--downloads{display:none!important;}/* End custom CSS */