/* Narrow BeMobile adapter. The portable component layer remains authoritative. */

body.pma-presentation-bemobile .woocommerce-checkout .rj-hvhc-assent-card,
body.pma-presentation-bemobile .woocommerce-checkout .rj-hvhc-returning-member-assent-card {
    margin-right: 16px;
    margin-left: 16px;
}

body.pma-presentation-bemobile .wc-block-checkout,
body.pma-presentation-bemobile .wc-block-cart {
    box-sizing: border-box;
    max-width: 100%;
}

body.pma-presentation-bemobile .pma-commerce-documents {
    font-family: inherit;
}

@media (max-width: 767px) {
    body.pma-presentation-bemobile .woocommerce-checkout .rj-hvhc-assent-card,
    body.pma-presentation-bemobile .woocommerce-checkout .rj-hvhc-returning-member-assent-card {
        margin-right: 0;
        margin-left: 0;
    }
}
