.networking-region-intro,
.networking-location-directory:not(.home-locations) {
  box-shadow: 0 16px 40px rgba(31, 28, 70, 0.07);
}

.networking-location-directory:not(.home-locations) {
  border-radius: 22px;
}

.networking-region-intro {
  --region-accent: #322b78;
  --region-accent-soft: rgba(50, 43, 120, 0.1);
  --region-accent-border: rgba(50, 43, 120, 0.2);
  position: relative;
  overflow: hidden;
  margin: 16px 0 4px;
  border: 1px solid var(--region-accent-border);
  border-radius: 16px;
  background:
    linear-gradient(135deg, #fff 0%, var(--region-accent-soft) 100%);
  box-shadow: 0 8px 22px rgba(31, 28, 70, 0.05);
}

.networking-region-intro[hidden] {
  display: none;
}

.networking-region-intro-accent {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: var(--region-accent);
}

.networking-region-intro-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 16px 20px;
  align-items: center;
  padding: 16px 18px;
}

.networking-region-intro-copy {
  position: relative;
  z-index: 1;
  min-width: 0;
  max-width: 720px;
}

.networking-region-kicker {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 0 0 4px;
  color: var(--region-accent);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.networking-region-kicker::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--region-accent);
  box-shadow: 0 0 0 3px var(--region-accent-soft);
  flex: 0 0 auto;
}

.networking-region-intro h2 {
  margin: 0;
  color: #1c2040;
  font-family: "DM Serif Display", Georgia, serif;
  font-size: clamp(20px, 2.4vw, 26px);
  font-weight: 400;
  line-height: 1.2;
}

.networking-location-directory:not(.home-locations) h2 {
  margin: 0;
  color: #1c2040;
  font-family: "DM Serif Display", Georgia, serif;
  font-size: clamp(25px, 3vw, 34px);
  font-weight: 400;
  line-height: 1.15;
}

.networking-region-intro h2 .networking-region-name-accent {
  color: var(--region-accent);
}

.networking-region-intro-copy > p {
  max-width: 58ch;
  margin: 5px 0 0;
  color: #625f73;
  font-size: 14px;
  line-height: 1.45;
}

.networking-region-organiser-link {
  margin: 8px 0 0;
  font-size: 13px;
}

.networking-region-organiser-link a {
  color: var(--region-accent);
  font-weight: 600;
  text-decoration: none;
}

.networking-region-organiser-link a:hover,
.networking-region-organiser-link a:focus-visible {
  text-decoration: underline;
}

.networking-region-intro-actions {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.networking-region-city-partner {
  flex: 0 0 auto;
  max-width: 100%;
}

.networking-region-city-partner[hidden] {
  display: none !important;
}

.networking-city-partner-ad {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  box-sizing: border-box;
  width: 260px;
  padding: 12px 14px 14px;
  border-radius: 14px;
  border: 1px solid var(--region-accent-border);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 4px 14px rgba(31, 28, 70, 0.06);
}

.networking-city-partner-ad--available {
  border-style: dashed;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: none;
}

.networking-city-partner-ad--booked {
  border-style: solid;
  background: rgba(255, 255, 255, 0.88);
  text-align: center;
}

.networking-city-partner-status {
  margin: 0;
  color: #635c5e;
  font-size: 12px;
  line-height: 1.45;
}

.networking-city-partner-opens {
  margin: 0;
  color: #1c2040;
  font-size: 13px;
  line-height: 1.4;
}

.networking-city-partner-waitlist-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--region-accent, #5b2f99);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: none;
}

.networking-city-partner-waitlist-link:hover,
.networking-city-partner-waitlist-link:focus-visible {
  opacity: 0.92;
}

/* Override Sponsor Hub logo band — that layout breaks this compact slot. */
.networking-city-partner-ad .sponsor-logo-wrap,
.networking-city-partner-ad .sponsor-logo-wrap.sponsor-logo-band {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  width: 100%;
  min-height: 0;
  padding: 0;
  background: transparent;
  box-sizing: border-box;
}

.networking-city-partner-badge {
  color: #9a97ab;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.networking-city-partner-logo-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  text-decoration: none;
  color: inherit;
}

.networking-city-partner-logo-link:hover .networking-city-partner-logo,
.networking-city-partner-logo-link:focus-visible .networking-city-partner-logo {
  opacity: 0.88;
}

.networking-city-partner-logo,
.networking-city-partner-logo-placeholder,
.networking-city-partner-ad .sponsor-logo--full {
  display: block;
  width: auto;
  max-width: 232px;
  max-height: 56px;
  height: auto;
  object-fit: contain;
}

.networking-city-partner-logo-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 56px;
  height: auto;
  max-width: none;
  padding: 8px 10px;
  box-sizing: border-box;
  border-radius: 10px;
  border: 1px dashed rgba(122, 119, 144, 0.4);
  background: rgba(255, 255, 255, 0.85);
  color: #8a879c;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

.networking-city-partner-placeholder-price {
  display: block;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.3;
  color: #635c5e;
  text-align: center;
}

.networking-region-landmark,
.networking-region-skyline {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: min(148px, 28vw);
  min-height: 52px;
  margin-left: 0;
  color: var(--region-accent);
  opacity: 0.85;
  pointer-events: none;
  user-select: none;
}

.networking-region-landmark[hidden],
.networking-region-skyline[hidden] {
  display: none !important;
}

.networking-region-landmark-svg,
.networking-region-skyline-img,
.networking-region-skyline-svg,
.region-landmark-chip {
  display: block;
  width: 100%;
  height: auto;
  max-height: 72px;
  object-fit: contain;
  object-position: right bottom;
}

.networking-location-directory:not(.home-locations) {
  border: 1px solid rgba(50, 43, 120, 0.12);
  background: #fff;
  margin: 40px 0 52px;
  padding: 30px 32px;
}

.networking-location-groups {
  margin-top: 24px;
}

.networking-location-groups h3 {
  margin: 0 0 12px;
  color: #3d3952;
  font-size: 15px;
}

.networking-location-more {
  margin-top: 14px;
}

.networking-location-more summary {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 650;
  color: #493f95;
  list-style: none;
  user-select: none;
}

.networking-location-more summary::-webkit-details-marker {
  display: none;
}

.networking-location-more summary::after {
  content: "›";
  display: inline-block;
  transition: transform 0.15s ease;
}

.networking-location-more[open] summary::after {
  transform: rotate(90deg);
}

.networking-location-more .networking-location-links {
  margin-top: 12px;
}

.networking-location-directory.is-regional-landing .networking-region-kicker {
  color: #625f73;
}

.networking-location-directory.is-regional-landing .networking-region-kicker::before {
  background: #625f73;
  box-shadow: 0 0 0 3px rgba(98, 95, 115, 0.12);
}

.networking-location-links a[hidden] {
  display: none;
}

.networking-location-links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 9px;
}

@media (max-width: 980px) {
  .networking-location-links {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .networking-location-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.networking-location-links a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  border: 1.5px solid color-mix(in srgb, var(--link-accent, #7668ce) 28%, #ded9f4);
  border-radius: 999px;
  background: color-mix(in srgb, var(--link-accent, #7668ce) 8%, white);
  color: #36324f;
  padding: 7px 14px 7px 7px;
  font-size: 13px;
  font-weight: 650;
  text-decoration: none;
}

.networking-location-links a::before {
  content: none;
}

.networking-location-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--link-accent, #7668ce) 12%, white);
  border: 1px solid color-mix(in srgb, var(--link-accent, #7668ce) 22%, transparent);
  color: var(--link-accent, #7668ce);
  overflow: hidden;
}

.networking-location-icon svg,
.networking-location-icon .region-landmark-chip {
  display: block;
  width: 24px;
  height: 24px;
}

body.opp-regional-landing .networking-region-intro,
body.networking-region-page .networking-region-intro {
  margin: 16px 0 4px;
}

/* Chip scroller directory — shared by events + opportunities browse pages */
.home-locations.networking-location-directory {
  margin: 40px 0 0;
  padding: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
}

.home-locations.networking-location-directory .home-flow-inner {
  padding: 0;
}

.home-locations.networking-location-directory .section-kicker {
  display: inline-block;
  color: var(--charcoal-soft, #625f73);
  background: var(--gold-light, #f5efe6);
  border: 1px solid rgba(184, 149, 106, 0.2);
  border-radius: 999px;
  padding: 6px 14px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.home-locations.networking-location-directory .section-title {
  font-family: 'DM Serif Display', Georgia, serif;
  font-weight: 400;
  text-align: left;
  margin: 0 0 10px;
  font-size: clamp(1.65rem, 3.5vw, 2.15rem);
  letter-spacing: -0.02em;
  color: var(--charcoal, #1c2040);
}

.home-locations.networking-location-directory .home-locations-scroller::after {
  background: linear-gradient(90deg, transparent, #fff);
}

.home-locations.networking-location-directory.is-regional-landing .section-kicker {
  color: #625f73;
  background: rgba(98, 95, 115, 0.08);
  border-color: rgba(98, 95, 115, 0.15);
}

.networking-location-links a:hover,
.networking-location-links a[aria-current="page"] {
  border-color: var(--link-accent, #7668ce);
  background: color-mix(in srgb, var(--link-accent, #7668ce) 16%, white);
  color: #1c2040;
  box-shadow: 0 0 0 1px color-mix(in srgb, var(--link-accent, #7668ce) 30%, transparent);
}

/* Fallback when color-mix is unavailable */
@supports not (background: color-mix(in srgb, red 10%, white)) {
  .networking-location-links a {
    border-color: #ded9f4;
    background: #f8f6ff;
  }
  .networking-location-links a:hover,
  .networking-location-links a[aria-current="page"] {
    border-color: var(--link-accent, #7668ce);
    background: #ede9ff;
  }
}

@media (max-width: 980px) {
  .networking-region-intro-inner {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .networking-region-landmark,
  .networking-region-skyline {
    display: none;
  }
}

@media (max-width: 720px) {
  .networking-region-intro-inner {
    grid-template-columns: 1fr;
    padding: 12px 14px 13px;
    gap: 12px;
  }

  .networking-region-intro-actions {
    width: 100%;
    justify-content: stretch;
  }

  .networking-region-city-partner,
  .networking-city-partner-ad {
    width: 100%;
  }

  .networking-region-landmark,
  .networking-region-skyline {
    width: min(168px, 48vw);
    justify-self: end;
  }

  .networking-location-directory:not(.home-locations) {
    padding: 25px 20px;
  }

  .networking-location-groups {
    grid-template-columns: 1fr;
  }
}

/* Server-rendered event list on /networking/:region (SEO + no-JS fallback) */
.hub-region-ssr-listings {
  display: grid;
  gap: 12px;
}

.hub-region-ssr-events {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.hub-region-ssr-card {
  margin: 0;
  padding: 16px 18px;
  border: 1px solid rgba(31, 28, 70, 0.08);
  border-radius: 14px;
  background: #fff;
}

.hub-region-ssr-title {
  margin: 0 0 6px;
  font-size: 1.05rem;
  line-height: 1.35;
}

.hub-region-ssr-title a {
  color: inherit;
  text-decoration: none;
}

.hub-region-ssr-title a:hover {
  color: var(--brand-blue, #4aa8f0);
}

.hub-region-ssr-meta {
  margin: 0;
  color: #635c5e;
  font-size: 0.92rem;
}

.hub-region-ssr-more,
.hub-region-ssr-empty {
  margin: 4px 0 0;
  color: #635c5e;
  font-size: 0.95rem;
}

.hub-region-ssr-more a,
.hub-region-ssr-empty a {
  color: var(--brand-blue, #4aa8f0);
  font-weight: 600;
  text-decoration: none;
}

.networking-region-suggest-type {
  display: inline-block;
  margin-left: 0.35em;
  padding: 0.05em 0.4em;
  border-radius: 4px;
  background: rgba(50, 43, 120, 0.08);
  color: #4a4570;
  font-size: 0.72em;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  vertical-align: middle;
}

.home-locations-county-block {
  margin-top: 1.75rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(50, 43, 120, 0.12);
}

.networking-county-directory-heading {
  margin: 0 0 0.35rem;
  font-size: 1.05rem;
  font-weight: 700;
  color: #2c2848;
}

.networking-county-directory-lede {
  margin: 0 0 0.85rem;
  color: #635c5e;
  font-size: 0.92rem;
  max-width: 40rem;
}

.home-locations-track--counties {
  gap: 0.55rem;
}

.home-location-chip--county {
  min-height: 2.6rem;
  padding: 0.45rem 0.9rem;
  background: #f7f6fb;
  border: 1px solid rgba(50, 43, 120, 0.14);
}

.home-location-chip--county:hover,
.home-location-chip--county:focus-visible {
  background: #eeecf8;
  border-color: rgba(50, 43, 120, 0.28);
}

.networking-county-page .home-locations-county-block {
  opacity: 0.92;
}

/* Shared location chips + directory layout (also used on /events and /opportunities) */
.home-flow-inner {
  max-width: 1180px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
  padding: 0 clamp(16px, 4vw, 28px);
}
.home-flow-head {
  margin-bottom: 28px;
}

.home-flow-head--row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px 24px;
}

.home-flow .section-kicker {
  display: inline-block;
  color: var(--charcoal-soft);
  background: var(--gold-light);
  border: 1px solid rgba(184, 149, 106, 0.2);
  border-radius: var(--radius-pill);
  padding: 6px 14px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.home-flow-head .section-kicker {
  text-align: left;
  margin-bottom: 8px;
}

.home-flow-head .section-title {
  font-family: 'DM Serif Display', Georgia, serif;
  font-weight: 400;
  text-align: left;
  margin: 0 0 10px;
  font-size: clamp(1.65rem, 3.5vw, 2.15rem);
  letter-spacing: -0.02em;
  color: var(--charcoal);
}

.home-flow-lede {
  font-size: 16px;
  color: var(--home-muted);
  line-height: 1.6;
  margin: 0;
  max-width: 36em;
}

.home-flow-head--center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.home-flow-head--center .section-kicker,
.home-flow-head--center .section-title {
  text-align: center;
}

.home-flow-lede--center {
  margin-left: auto;
  margin-right: auto;
}

.home-flow-link {
  font-size: 14px;
  font-weight: 600;
  color: var(--lavender-deep);
  text-decoration: none;
  white-space: nowrap;
}

.home-flow-link:hover {
  text-decoration: underline;
}
.home-locations {
  padding: 28px 0 20px;
}

.home-locations .home-flow-head {
  margin-bottom: 4px;
}

.home-locations-lede {
  max-width: 40rem;
  margin: 10px 0 0;
  color: var(--home-muted, #625f73);
  line-height: 1.6;
}

.home-locations-scroller {
  position: relative;
  margin: 18px 0 0;
}

.home-locations-scroller::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 10px;
  width: 48px;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, var(--home-bg, #f7f4ef));
}

.home-locations-track {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x proximity;
  scroll-padding-inline: 2px;
  padding: 6px 40px 14px 2px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: rgba(50, 43, 120, 0.28) transparent;
}

.home-locations-track::-webkit-scrollbar {
  height: 6px;
}

.home-locations-track::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(50, 43, 120, 0.22);
}

.home-location-chip[hidden] {
  display: none;
}

.home-location-chip {
  --chip-accent: #493f95;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  flex: 0 0 auto;
  width: 104px;
  height: 104px;
  box-sizing: border-box;
  padding: 12px 10px 10px;
  border-radius: 50%;
  border: 1px solid color-mix(in srgb, var(--chip-accent) 16%, transparent);
  background: color-mix(in srgb, var(--chip-accent) 7%, transparent);
  color: #3a3650;
  text-decoration: none;
  text-align: center;
  scroll-snap-align: start;
  transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.home-location-chip:hover,
.home-location-chip:focus-visible {
  background: color-mix(in srgb, var(--chip-accent) 12%, transparent);
  border-color: color-mix(in srgb, var(--chip-accent) 32%, transparent);
  color: #1c2040;
  transform: translateY(-2px);
  text-decoration: none;
}

.home-location-chip:focus-visible {
  outline: 2px solid var(--chip-accent);
  outline-offset: 3px;
}

.home-location-chip-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  color: var(--chip-accent);
  opacity: 0.95;
}

.home-location-chip-letter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--chip-accent) 18%, transparent);
  color: var(--chip-accent);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}

.home-location-chip-icon svg,
.home-location-chip-icon .region-landmark-chip {
  display: block;
  width: 48px;
  height: 48px;
  overflow: visible;
  object-fit: contain;
  object-position: center center;
}

.home-location-chip-name {
  display: block;
  max-width: 5.6em;
  font-size: 11.5px;
  font-weight: 650;
  line-height: 1.2;
  letter-spacing: 0.01em;
  overflow-wrap: break-word;
  hyphens: auto;
  -webkit-hyphens: auto;
}

.home-location-chip-name--stacked {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  max-width: 5.4em;
  line-height: 1.05;
  hyphens: none;
  -webkit-hyphens: none;
}

.home-location-chip-name-line {
  display: block;
  hyphens: none;
  -webkit-hyphens: none;
}

.home-location-chip--compact-label .home-location-chip-name:not(.home-location-chip-name--stacked) {
  font-size: 10px;
  max-width: 6.2em;
  letter-spacing: -0.01em;
}

.home-location-chip--online {
  position: relative;
  width: 112px;
  height: 112px;
  margin-right: 6px;
  border-width: 2px;
  background: color-mix(in srgb, var(--chip-accent) 16%, transparent);
  border-color: color-mix(in srgb, var(--chip-accent) 38%, transparent);
  box-shadow: 0 2px 14px color-mix(in srgb, var(--chip-accent) 20%, transparent);
}

.home-location-chip--online .home-location-chip-name {
  font-weight: 700;
}

.home-location-chip--online:hover,
.home-location-chip--online:focus-visible {
  background: color-mix(in srgb, var(--chip-accent) 22%, transparent);
  border-color: color-mix(in srgb, var(--chip-accent) 50%, transparent);
  box-shadow: 0 4px 18px color-mix(in srgb, var(--chip-accent) 26%, transparent);
}

.home-location-chip--online::after {
  content: '';
  position: absolute;
  top: 18%;
  right: -10px;
  bottom: 18%;
  width: 1px;
  background: color-mix(in srgb, var(--chip-accent) 22%, transparent);
  pointer-events: none;
}

.home-location-chip--near-you {
  border-color: color-mix(in srgb, var(--chip-accent) 42%, transparent);
  background: color-mix(in srgb, var(--chip-accent) 12%, #fff);
}

.home-location-chip--near-you .home-location-chip-kicker {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--chip-accent) 72%, var(--charcoal));
}

.home-location-chip--near-you .home-location-chip-city {
  font-weight: 700;
}

.home-location-chip--near-you[hidden] {
  display: none !important;
}

.home-locations-more {
  margin: 6px 0 0;
}

.home-locations-more a {
  color: var(--home-purple, #493f95);
  font-size: 14px;
  font-weight: 650;
  text-decoration: none;
}

.home-locations-more a:hover {
  text-decoration: underline;
}

@supports not (background: color-mix(in srgb, red 10%, white)) {
  .home-location-chip {
    border-color: rgba(50, 43, 120, 0.12);
    background: rgba(50, 43, 120, 0.04);
  }

  .home-location-chip:hover,
  .home-location-chip:focus-visible {
    background: rgba(50, 43, 120, 0.08);
    border-color: rgba(50, 43, 120, 0.22);
  }

  .home-location-chip--online {
    background: rgba(42, 85, 128, 0.12);
    border-color: rgba(42, 85, 128, 0.32);
    box-shadow: 0 2px 14px rgba(42, 85, 128, 0.14);
  }

  .home-location-chip--online:hover,
  .home-location-chip--online:focus-visible {
    background: rgba(42, 85, 128, 0.18);
    border-color: rgba(42, 85, 128, 0.42);
    box-shadow: 0 4px 18px rgba(42, 85, 128, 0.18);
  }
}

@media (max-width: 640px) {
  /* Keep every city — two-row horizontal swipe instead of a tall 4-col grid */
  .home-locations-scroller::after {
    display: block;
    width: 40px;
    bottom: 10px;
    background: linear-gradient(90deg, transparent, var(--home-bg, #f7f4ef));
  }

  .home-locations-track {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(2, auto);
    grid-auto-columns: max-content;
    gap: 10px 12px;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    scroll-snap-type: x proximity;
    scroll-padding-inline: 2px;
    padding: 4px 40px 12px 2px;
    -webkit-overflow-scrolling: touch;
  }

  .home-location-chip,
  .home-location-chip--online {
    width: 76px;
    height: 76px;
    max-width: none;
    aspect-ratio: auto;
    margin-right: 0;
    gap: 4px;
    padding: 8px 4px 6px;
    scroll-snap-align: start;
  }

  .home-location-chip--online::after {
    display: none;
  }

  .home-location-chip-name {
    font-size: 10px;
  }

  .home-location-chip-name--stacked {
    font-size: 9.5px;
  }

  .home-location-chip--compact-label .home-location-chip-name:not(.home-location-chip-name--stacked) {
    font-size: 9px;
  }

  .home-location-chip-icon {
    width: 36px;
    height: 36px;
  }

  .home-locations-more {
    margin-top: 8px;
  }
}

.networking-location-directory .section-kicker,
.home-locations .section-kicker {
  display: inline-block;
  color: var(--charcoal-soft, #4a4570);
  background: var(--gold-light, #f3e8d8);
  border: 1px solid rgba(184, 149, 106, 0.2);
  border-radius: var(--radius-pill, 999px);
  padding: 6px 14px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
