/* Equal outer columns put navigation on the viewport centre line. */
@media(min-width:1051px){
 html body header.onec-site-header .onec-site-header__inner{display:grid!important;grid-template-columns:minmax(0,1fr) max-content minmax(0,1fr)!important;gap:16px!important}
 html body header.onec-site-header .onec-site-header__logo{grid-column:1;grid-row:1;justify-self:start}
 html body header.onec-site-header .onec-site-header__nav{grid-column:2;grid-row:1;justify-self:center;margin-inline:0!important;gap:clamp(18px,2vw,30px)!important}
 html body header.onec-site-header .onec-site-header__actions{grid-column:3;grid-row:1;justify-self:end}
}
@media(min-width:1101px){
 html body header#bfd-shared-header .bshell-bar{display:grid!important;grid-template-columns:minmax(0,1fr) max-content minmax(0,1fr)!important;gap:16px!important}
 html body header#bfd-shared-header .bshell-logo{grid-column:1;grid-row:1;justify-self:start}
 html body header#bfd-shared-header .bshell-nav{grid-column:2;grid-row:1;justify-self:center;margin-inline:0!important;gap:clamp(18px,2vw,30px)!important}
 html body header#bfd-shared-header .bshell-actions{grid-column:3;grid-row:1;justify-self:end}
}
@media(min-width:901px) and (max-width:1100px){
 html body header#bfd-shared-header .bshell-nav{display:none!important}
 html body header#bfd-shared-header .bshell-burger{display:block!important}
}
