.elementor-12 .elementor-element.elementor-element-20fa3ade{--display:flex;}.elementor-12 .elementor-element.elementor-element-78fd938{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-24f8fb *//* Menú lateral Mi Cuenta */
.woocommerce-MyAccount-navigation {
    background: #ffffff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 6px 20px rgba(0,0,0,.08);
}

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

.woocommerce-MyAccount-navigation li {
    margin-bottom: 10px;
}

.woocommerce-MyAccount-navigation a {
    display: block;
    padding: 14px 18px;
    border-radius: 8px;
    text-decoration: none;
    color: #333;
    font-weight: 600;
    transition: .3s;
}

.woocommerce-MyAccount-navigation a:hover {
    background: #2E7D32;
    color: white;
}

.woocommerce-MyAccount-navigation .is-active a {
    background: #FFD600;
    color: #000;/* End custom CSS */