/*
 * Layout guard for rare environment-specific left alignment.
 * This file must not relax the 1440px minimum layout.
 */

html.is-layout-width-guard body {
    width: 100% !important;
    max-width: none !important;
}

html.is-layout-width-guard .l-header__sub-menu {
    width: 100% !important;
    max-width: 100% !important;
}
