/* Keep the new Geo mega menu inside the header shell on desktop. */
@media (min-width: 941px) {
  .irh3-nav__inner { position: relative; }
  .irh3-nav-item--geo { position: static; }
  .irh3-nav-item--geo > .irh3-panel { right: 0; left: auto; top: calc(100% + 12px); }
}
