.elementor-12 .elementor-element.elementor-element-794a66d{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:2vw 2vw;--row-gap:2vw;--column-gap:2vw;--padding-top:8vw;--padding-bottom:0vw;--padding-left:5vw;--padding-right:5vw;}.elementor-12 .elementor-element.elementor-element-88d3433{width:100%;max-width:100%;}.elementor-12 .elementor-element.elementor-element-3bff9eba{--display:flex;--justify-content:flex-start;--padding-top:0vw;--padding-bottom:5vw;--padding-left:5vw;--padding-right:5vw;}.elementor-12 .elementor-element.elementor-element-54ddfed{width:100%;max-width:100%;}/* Start custom CSS for text-editor, class: .elementor-element-54ddfed *//* Hide the stray <br> inside My Account nav links */
.woocommerce-MyAccount-navigation ul li a br {
    display: none !important;
}

/* Align icon + text on a single centered row */
.woocommerce-MyAccount-navigation ul li a {
    display: flex !important;
    align-items: center;
    gap: 12px;
    line-height: 1.2;
}

/* If your theme uses ::before for the icon, make sure it doesn't stretch */
.woocommerce-MyAccount-navigation ul li a::before {
    flex: 0 0 auto;
    margin: 0 !important;
}/* End custom CSS */