/* Stabil V61 — Chrome desktop topbar axis correction.
 * The white navigation row already uses the approved 1280px axis.
 * Only genuine desktop Chrome receives the same axis for the black topbar.
 */
@media (min-width: 1121px) {
  html.kayra-v61-chrome-desktop body .topbar > .topbar-inner,
  html.kayra-v61-chrome-desktop body .topbar > .container.topbar-inner,
  html.kayra-v61-chrome-desktop body .localized-topbar > .container {
    box-sizing: border-box !important;
    width: min(1280px, calc(100% - 70px)) !important;
    min-width: 0 !important;
    max-width: 1280px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
