@import url("/mobile-polish.css?v=12");

/* Game pages now mount the main site's navigation component. This adapter
   only preserves the space occupied by that shared fixed header. */
body {
  padding-top: 76px;
}

.world-game-header > nav[aria-label="网站主导航"] {
  display: flex;
  white-space: nowrap;
}

@media (max-width: 700px) {
  body {
    padding-top: 72px;
  }
}
