.elementor-43 .elementor-element.elementor-element-4efdbdd > .elementor-container{min-height:80vh;}/* Start custom CSS for wc-elements, class: .elementor-element-c18f067 */.woocommerce-account .woocommerce-MyAccount-navigation {
    background-color: #f8f8f8;
    border-right: 1px solid #ececec;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style-type: none;
    padding: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    margin: 0;
    padding: 10px;
    border-bottom: 1px solid #ececec;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    display: block;
    color: #333;
    text-decoration: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
    color: #6d6d6d;
    background-color: #e7e7e7;
}

@media only screen and (max-width: 768px) { /* Adjust the max-width value based on your needs */
    .woocommerce-account .woocommerce-MyAccount-navigation {
        margin-bottom: 20px; /* Adjust the space as needed */
    }
}/* End custom CSS */