/* Chevron bullets for location page article lists */
[id^="location-"] article ul.text-muted {
  list-style: none;
  margin: 0 0 1.35rem;
  padding: 0;
  display: grid;
  gap: 0.8rem;
}
[id^="location-"] article ul.text-muted li {
  position: relative;
  padding-left: 2.1rem;
  min-height: 1.55rem;
}
[id^="location-"] article ul.text-muted li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.05rem;
  width: 1.45rem;
  height: 1.45rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(11, 99, 206, 0.22);
  box-shadow: 0 8px 18px rgba(11, 99, 206, 0.16);
}
[id^="location-"] article ul.text-muted li::after {
  content: "";
  position: absolute;
  left: 0.47rem;
  top: 0.52rem;
  width: 0.42rem;
  height: 0.42rem;
  border-top: 0.12rem solid var(--color-blue);
  border-right: 0.12rem solid var(--color-blue);
  transform: rotate(45deg);
}

.city-inline-link,
.location-inline-link {
  color: var(--color-blue) !important;
  text-decoration: none;
  font-weight: 600;
}

.city-inline-link:hover,
.location-inline-link:hover {
  color: var(--color-blue-hover) !important;
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 2px;
}

.location-city-figure {
  width: min(100%, 640px);
  margin-left: auto;
  margin-right: auto;
}

.location-hero-split {
  margin-bottom: clamp(1.8rem, 4vw, 2.8rem);
}

.location-hero-split h1,
.location-hero-split .text-muted {
  margin-left: auto;
  margin-right: auto;
}

.location-hero-split .text-muted {
  max-width: 62ch;
}

.location-hero-split .text-lg-start .text-muted,
.location-hero-split .text-lg-start h1 {
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 992px) {
  .location-hero-split {
    margin-bottom: clamp(3rem, 5.2vw, 4.2rem);
  }
}

.location-city-figure img {
  display: block;
  width: 100%;
  height: auto;
}

.locations-hub-cards {
  grid-template-columns: minmax(0, 1fr);
  max-width: 860px;
  margin-inline: auto;
  gap: 1.5rem;
}

@media (min-width: 992px) {
  .locations-hub-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.locations-city-card {
  height: 100%;
}

.locations-city-card .services-bundle-media {
  aspect-ratio: 16 / 10;
}

.locations-city-card .services-bundle-body {
  gap: 0.5rem;
  height: 100%;
}

.locations-city-card .services-bundle-body h2 {
  color: var(--text-primary);
}

.locations-card-cta {
  margin-top: auto;
  align-self: flex-start;
  width: auto;
  display: inline-flex;
  flex: 0 0 auto;
  font-weight: 700;
  padding: 0.5rem 1rem;
  pointer-events: none;
}

.location-faq-surface {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-bottom: 0;
  margin-top: clamp(1rem, 3vw, 1.5rem);
}

.locations-status-pill {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 2;
  border-radius: 999px;
  padding: 0.375rem 0.75rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #ffffff;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.2);
}

.locations-status-pill.is-open {
  background: linear-gradient(135deg, #1f8a41 0%, #146c2e 100%);
}

.locations-status-pill.is-soon {
  background: linear-gradient(135deg, #9a5500 0%, #7a4000 100%);
}

.locations-city-card-link.is-disabled .locations-city-card .services-bundle-media img {
  filter: saturate(0.92) contrast(0.96);
}

.locations-city-card-link.is-disabled .locations-city-card .services-bundle-body h2 {
  color: var(--text-primary);
}

html.theme-dark .locations-status-pill {
  box-shadow: 0 12px 24px rgba(2, 8, 20, 0.45);
}

.location-booking-surface {
  margin-top: clamp(2.75rem, 5vw, 4.25rem);
}

.location-cross-links-inner {
  width: 100%;
  max-width: none !important;
}

.location-review-surface {
  padding-top: clamp(4rem, 7vw, 5.25rem) !important;
}

.location-launch-card {
  max-width: 760px;
  margin-inline: auto;
  text-align: left;
}

.location-launch-card .contact-social-list {
  max-width: 420px;
  margin-top: 1rem;
}

.location-launch-card .footer-ims-contact-link img {
  filter: brightness(0) saturate(100%) invert(34%) sepia(84%) saturate(1656%)
    hue-rotate(199deg) brightness(93%) contrast(94%);
}

html.theme-dark .location-launch-card .footer-ims-contact-link img {
  filter: brightness(0) saturate(100%) invert(92%) sepia(18%) saturate(241%)
    hue-rotate(183deg) brightness(104%) contrast(98%);
}

/* Hero CTAs: full width and stacked on mobile so the primary action is never
   visually smaller than the secondary (auto-width made button size follow
   label length). Desktop keeps inline auto width. */
@media (max-width: 575.98px) {
  .location-hero-split .btn.btn-lg {
    width: 100%;
  }
}
