/* H36.1: keep both edition destinations readable on compact desktop widths. */
@media (min-width:1061px) and (max-width:1399px){
  [data-mb-design="v4"] .mbds-edition-switch{width:100%;min-width:0}
  [data-mb-design="v4"] .mbds-edition-switch a{padding-inline:6px;font-size:11px;white-space:nowrap}
  [data-mb-design="v4"] .mbds-edition-switch a:first-child{flex:.85}
  [data-mb-design="v4"] .mbds-edition-switch a:last-child{flex:1.15}
}
@media (max-width:1060px){
  [data-mb-design="v4"] .mbds-edition-switch{display:none!important}
}
