/* Integration bridge for the Kimi Automation and Dashboards service branches.
   The canonical GA shell is mounted by ga-system-nav.js; only each branch's
   dedicated secondary navigation remains from the imported header. */
.ga-imported-service .ga-header,
.ga-imported-service .shell-header {
  position: relative !important;
  top: auto !important;
  z-index: 40 !important;
}

.ga-imported-automation .ga-header > .ga-bar,
.ga-imported-dashboards .shell-header > .shell-bar {
  display: none !important;
}

.ga-imported-service .branch-nav {
  position: relative !important;
  top: auto !important;
  z-index: 1 !important;
}

.ga-imported-service .branch-nav a:focus-visible {
  outline-offset: 2px;
}

@media (max-width: 620px) {
  .ga-imported-service .branch-nav {
    overflow: hidden;
  }
}
