/* ==========================================================================
   UPGRADE COMPAT — NOT part of the site design (design team: leave/replace
   these rules when redesigning; each rule notes the regression it papers over).
   Introduced during the LTS 13 upgrade (2026-07-10).
   ========================================================================== */

/* Bootstrap 5 makes .nav a flex container (BS3 was display:block with floated
   items). The flex box stretches over/covers the following element in the old
   markup; inline-block matches the pre-upgrade rendering. (mh, 2026-07-10) */
#menu-main-navigation-menu {
    display: inline-block;
}
