/* Added menu item: preserve legible brand logos in the legacy tablet-width header. */
@media(min-width:751px) and (max-width:1279px){
 .header .header__pcWrapper{padding-left:16px}
 .header .header__pcWrapper .header__logo{flex:1 1 110px;min-width:60px;margin-right:10px}
 .header .header__pcWrapper .header__logoImg{width:100%;min-width:0}
 .header .header__pcWrapper .main-menu__link{padding-left:clamp(4px,.65vw,8px);padding-right:clamp(4px,.65vw,8px)}
 .header .header__pcWrapper .main-menu__topText{font-size:clamp(10px,1.3vw,16px)}
 .header .header__pcWrapper .main-menu__bottomText{font-size:9px;white-space:nowrap}
}
