/* Shared UI V2 Community orientation across hubs and descendant surfaces. */
.community-center-nav{
  display:flex;
  width:min(100%,var(--v2-page-measure));
  gap:0 1.75rem;
  overflow-x:auto;
  margin:clamp(1.25rem,2.5vw,2.5rem) auto 0;
  padding:0 clamp(1rem,3vw,3rem);
  border-top:1px solid var(--v2-line-strong);
  border-bottom:1px solid var(--v2-line);
  white-space:nowrap
}
.community-center-nav a{
  display:inline-flex;
  min-height:3.4rem;
  align-items:center;
  border-bottom:2px solid transparent;
  color:var(--v2-meta);
  font-family:var(--v2-font-ui);
  font-size:.84rem;
  text-decoration:none
}
.community-center-nav a[aria-current="page"]{
  border-bottom-color:var(--v2-reader);
  color:var(--v2-ink);
  font-weight:700
}
.conversation-hub-page .community-center-nav{margin-top:0}

/* Approved mockup parity: local Community tabs read as one calm threshold. */
.community-center-nav{border-top:2px solid var(--v2-ink)}
.community-center-nav a[aria-current="page"]{border-bottom-color:var(--v2-canonical)}
