.elementor-24 .elementor-element.elementor-element-64b9742{--display:flex;--padding-top:4%;--padding-bottom:4%;--padding-left:0%;--padding-right:0%;}.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 );}:root{--page-title-display:none;}/* Start custom CSS for container, class: .elementor-element-64b9742 *//* Contenedor del menú */
.woocommerce-MyAccount-navigation {
    background: #fff;
    padding: 10px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.02);
}

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

/* Items */
.woocommerce-MyAccount-navigation li {
    margin-bottom: 8px;
}

/* Links */
.woocommerce-MyAccount-navigation a {
    display: block;
    padding: 16px 16px;
    border-radius: 8px;
    color: #333;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

/* Hover */
.woocommerce-MyAccount-navigation a:hover {
    background: #E9F5F9;
    color: #0E9EC5;
}

/* Item activo */
.woocommerce-MyAccount-navigation .is-active a {
    background: #E9F5F9;
    color: #0E9EC5;
}

/* Quitar focus feo */
.woocommerce-MyAccount-navigation a:focus {
    outline: none;
    box-shadow: none;
}
.woocommerce-MyAccount-navigation a br {
    display: none;
}/* End custom CSS */