/* Keep published labels within the original navigation and footer columns. */
.side-mega-panel .cms-menu-link { min-width: 0; }
.cms-menu-link > span,
.cms-footer-column > a {
    overflow: hidden;
    overflow-wrap: anywhere;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.cms-footer-column { min-width: 0; }
.product-mega-panel .tertiary-nav-wrap { min-width: 0; overflow-x: hidden; }
.product-mega-panel .tertiary-panel { min-width: 0; }
.product-mega-panel .tertiary-panel:not(.is-active) { display: none; }
.product-mega-panel .tertiary-card { min-width: 0; }
.product-mega-panel .tertiary-card strong,
.product-mega-panel .tertiary-card small { min-width: 0; overflow-wrap: anywhere; }
