.elementor-2222 .elementor-element.elementor-element-5b7b860{--display:flex;--min-height:80vh;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--padding-top:4%;--padding-bottom:4%;--padding-left:0%;--padding-right:0%;}.elementor-2222 .elementor-element.elementor-element-270adb8{width:var( --container-widget-width, 75% );max-width:75%;--container-widget-width:75%;--container-widget-flex-grow:0;}@media(min-width:768px){.elementor-2222 .elementor-element.elementor-element-5b7b860{--content-width:1080px;}}/* Start custom CSS for container, class: .elementor-element-5b7b860 *//* 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 */