.woocommerce-account .woocommerce {
    width: 100%;
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 24px;
    padding-left: 24px;
    box-sizing: border-box;
}

.woocommerce-account .woocommerce::after {
    content: "";
    display: table;
    clear: both;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
    float: left;
    width: 22%;
    max-width: 240px;
    margin-right: 24px;
    box-sizing: border-box;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
    float: right;
    width: calc(78% - 24px);
    box-sizing: border-box;
}

.cwt-account-iframe {
    display: block;
    border: 0;
    width: 100%;
    height: 100vh;
    min-height: 720px;
}

@media (max-width: 1024px) {
    .woocommerce-account .woocommerce {
        padding-right: 20px;
        padding-left: 20px;
    }

    .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
        width: 24%;
        margin-right: 20px;
    }

    .woocommerce-account .woocommerce .woocommerce-MyAccount-content {
        width: calc(76% - 20px);
    }
}

@media (max-width: 768px) {
    .woocommerce-account .woocommerce {
        padding-right: 16px;
        padding-left: 16px;
    }

    .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation,
    .woocommerce-account .woocommerce .woocommerce-MyAccount-content {
        float: none;
        width: 100%;
        max-width: none;
    }

    .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
        margin-right: 0;
        margin-bottom: 24px;
    }

    .cwt-account-iframe {
        min-height: 640px;
    }
}
