/* HAOZHOUJI_HUBS_R131 */
@charset "UTF-8";

/* Owner-review navigation preview. Scoped to the W2 hub pilot only. */
body.hub-nav-pilot-v1 .site-header .nav-links a[aria-disabled="true"] {
  opacity: .52;
  cursor: not-allowed;
  pointer-events: none;
}

@media (max-width: 700px) {
  body.hub-nav-pilot-v1 .site-header .nav-links:has(a[data-short-label]) {
    justify-content: flex-start;
    gap: 6px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
  }

  body.hub-nav-pilot-v1 .site-header .nav-links:has(a[data-short-label])::-webkit-scrollbar {
    display: none;
  }

  body.hub-nav-pilot-v1 .site-header .nav-links a[data-short-label] {
    flex: 0 0 auto;
    min-width: 64px;
  }
}
