/* Bootstrap 5 adds max-width caps that Bootstrap 3 tenant themes never reset.
   Load BEFORE the tenant stylesheet so each template still owns its widths. */
.container {
    max-width: none;
}

/* Legacy CMS components use .in; Core's Bootstrap runtime uses .show. */
.collapse.in {
    display: block;
}

/* Bootstrap 3 clearfix pseudo-elements become unwanted flex/grid children. */
.row::before,
.row::after {
    display: none;
}
