@import url("/site-brand-header-20260724-v14.css");

/* Distribute the eight Chinese desktop navigation entries across the full
 * track between the logo and the language/consultation actions. */
@media (min-width: 1001px) {
  html[lang="zh-CN"] .nav-inner {
    grid-template-columns: auto minmax(0, 1fr) auto;
    column-gap: clamp(8px, 1.2vw, 20px);
  }

  html[lang="zh-CN"] .nav-menu {
    justify-self: stretch;
    justify-content: space-between !important;
    width: 100%;
    max-width: none;
    gap: 0 !important;
    overflow-x: visible;
  }

  html[lang="zh-CN"] body .nav .nav-menu > a {
    flex: 0 0 auto;
  }
}
