/* Final, page-safe geometry for editorial mega menus. */
@media (min-width:750px){
  .un-header .un-mega.un-mega--cards{grid-template-columns:330px minmax(0,1fr)!important;gap:30px!important;padding:27px 4vw!important;height:548px!important;min-height:548px!important}
  .un-header .un-mega.un-mega--cards .un-mega-card-grid{width:100%;min-width:0;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important}
  .un-header .un-mega.un-mega--cards .un-mega-card{width:auto!important;min-width:0!important;height:auto!important;min-height:0!important}
}
