.elementor-221614 .elementor-element.elementor-element-045a47c{--display:flex;}/* Start custom CSS for woocommerce-my-account, class: .elementor-element-f718efd *//* 1. Hide the navigation container entirely */
.woocommerce-MyAccount-navigation {
    display: none !important;
}

/* 2. Force the content container to be 100% width and remove the margin/float */
.woocommerce-MyAccount-content {
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important; /* Optional: adds/removes spacing inside the grey area */
}


/* If the user is logged in, hide the My Account widget area */
.logged-in .woocommerce-MyAccount-content,
.logged-in .woocommerce-MyAccount-navigation {
    display: none !important;
}/* End custom CSS */