/* Structural containment only. Generated page CSS owns visual presentation. */
@media (max-width: 767px) {
    body.woocommerce-account .woocommerce,
    body.woocommerce-account .woocommerce-MyAccount-navigation,
    body.woocommerce-account .woocommerce-MyAccount-content {
        box-sizing: border-box;
        min-width: 0 !important;
        max-width: 100% !important;
    }

    body.woocommerce-account .woocommerce-MyAccount-navigation {
        width: 100% !important;
        overflow: hidden;
    }

    body.woocommerce-account .woocommerce-MyAccount-navigation ul {
        box-sizing: border-box;
        width: 100%;
        min-width: 0;
        max-width: 100%;
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        -webkit-overflow-scrolling: touch;
    }

    body.woocommerce-account .woocommerce-MyAccount-content {
        width: 100% !important;
    }
}
