/*
 * Activity Life premium single location page
 * Scope: singular location pages only
 * Layer: traveler-childtheme
 */

body.single-location {
  --alt-location-ink: #12263f;
  --alt-location-ink-soft: #20405f;
  --alt-location-muted: #62758d;
  --alt-location-border: rgba(18, 38, 63, 0.11);
  --alt-location-surface: #ffffff;
  --alt-location-soft: #f4f8fb;
  --alt-location-soft-strong: #e7f0f5;
  --alt-location-accent: #11936f;
  --alt-location-accent-dark: #0c6d59;
  --alt-location-accent-soft: #eaf8f3;
  --alt-location-shadow: 0 34px 80px rgba(18, 38, 63, 0.16);
  --alt-location-shadow-soft: 0 18px 38px rgba(18, 38, 63, 0.10);
  --alt-location-shadow-hero: 0 34px 78px rgba(11, 28, 49, 0.22);
  background:
    radial-gradient(circle at top left, rgba(17, 147, 111, 0.08), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #f8fbfd 46%, #ffffff 100%);
  color: var(--alt-location-ink);
}

body.single-location #st-content-wrapper,
body.single-location .st-content-wrapper,
body.single-location .st-blog {
  background: transparent;
}

body.single-location #st-content-wrapper {
  padding-top: 0;
}

body.single-location .st-blog {
  margin-top: 0;
  padding-top: 0;
}

.alt-location-premium {
  padding: 0 0 52px;
}

.alt-location-hero {
  position: relative;
  padding: 0;
  overflow: clip;
}

.alt-location-hero__media {
  position: absolute;
  inset: 0 0 auto 0;
  min-height: 700px;
  border-radius: 0 0 56px 56px;
  background:
    linear-gradient(108deg, rgba(7, 23, 42, 0.04), rgba(7, 23, 42, 0.18)),
    linear-gradient(135deg, #d8e8f3, #f4f7fb);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.alt-location-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.34), transparent 24%),
    linear-gradient(92deg, rgba(255, 255, 255, 0.08) 0%, rgba(7, 23, 42, 0.01) 26%, rgba(7, 23, 42, 0.10) 100%),
    linear-gradient(180deg, rgba(12, 25, 42, 0.00) 0%, rgba(12, 25, 42, 0.05) 54%, rgba(12, 25, 42, 0.16) 82%, rgba(255, 255, 255, 0.14) 100%);
}

.alt-location-hero__media::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 212px;
  background: linear-gradient(180deg, rgba(248, 251, 253, 0), rgba(248, 251, 253, 0.86) 68%, #f8fbfd 100%);
}

.alt-location-hero__media-fallback {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.58), transparent 22%),
    radial-gradient(circle at 82% 18%, rgba(255, 255, 255, 0.18), transparent 18%),
    linear-gradient(135deg, #193958, #0f766e 62%, #dcefe8);
}

.alt-location-hero__stage {
  position: relative;
  min-height: 700px;
  padding: 12px 0 220px;
}

.alt-location-hero__breadcrumbs {
  position: relative;
  z-index: 3;
  max-width: 640px;
  margin-bottom: 18px;
}

.alt-location-hero__breadcrumbs .st-breadcrumb,
.alt-location-hero__breadcrumbs .st-breadcrumbs,
.alt-location-hero__breadcrumbs .breadcrumbs,
.alt-location-hero__breadcrumbs .breadcrumb {
  display: inline-flex;
  margin: 0;
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.alt-location-hero__breadcrumbs .st-breadcrumb .container,
.alt-location-hero__breadcrumbs .st-breadcrumbs .container,
.alt-location-hero__breadcrumbs .breadcrumbs .container,
.alt-location-hero__breadcrumbs .breadcrumb .container {
  width: auto;
  max-width: none;
  padding: 0;
}

.alt-location-hero__breadcrumbs ul {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.alt-location-hero__breadcrumbs li,
.alt-location-hero__breadcrumbs a {
  color: inherit;
}

.alt-location-hero__breadcrumbs a {
  opacity: 0.76;
}

.alt-location-hero__breadcrumbs a:hover,
.alt-location-hero__breadcrumbs a:focus {
  opacity: 1;
  text-decoration: none;
}

.alt-location-hero__breadcrumbs li.active {
  opacity: 0.92;
}

.alt-location-hero__panel {
  position: relative;
  z-index: 2;
  max-width: 760px;
  min-height: 0;
  padding: 30px 36px 22px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 38px 86px 30px 28px;
  background:
    linear-gradient(96deg, rgba(255, 255, 255, 0.992) 0%, rgba(255, 255, 255, 0.974) 74%, rgba(250, 253, 252, 0.94) 100%);
  box-shadow: 0 26px 58px rgba(11, 28, 49, 0.12);
  backdrop-filter: blur(14px);
  overflow: visible;
  isolation: isolate;
}

.alt-location-hero__panel::after {
  content: "";
  position: absolute;
  top: 18px;
  right: -142px;
  bottom: 32px;
  width: 324px;
  border-radius: 0 56% 34% 0 / 0 62% 28% 0;
  background: linear-gradient(98deg, rgba(255, 255, 255, 0.98), rgba(252, 254, 253, 0.90));
  box-shadow: 22px 14px 44px rgba(11, 28, 49, 0.06);
  z-index: -1;
}

.alt-location-hero__panel::before {
  content: "";
  position: absolute;
  inset: auto -40px 12px auto;
  width: 176px;
  height: 112px;
  border-radius: 0 0 0 999px;
  background: linear-gradient(135deg, rgba(17, 147, 111, 0.08), rgba(17, 147, 111, 0.01));
  filter: blur(1px);
  z-index: -2;
}

.alt-location-hero__headline {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}

.alt-location-hero__badge {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 13px;
  border-radius: 999px;
  background: var(--alt-location-accent-soft);
  color: var(--alt-location-accent-dark);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.10em;
  text-transform: uppercase;
}

.alt-location-hero__locale {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(18, 147, 111, 0.08);
  color: var(--alt-location-ink-soft);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.alt-location-hero__panel h1 {
  margin: 8px 0 10px;
  color: var(--alt-location-ink);
  font-size: clamp(38px, 4.8vw, 58px);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 0.95;
}

.alt-location-hero__intro {
  max-width: 480px;
  margin: 0;
  color: var(--alt-location-muted);
  font-size: 14px;
  line-height: 1.55;
}

.alt-location-hero__facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  max-width: 690px;
  margin-top: 18px;
}

.alt-location-fact {
  display: grid;
  gap: 6px;
  align-items: start;
  padding: 12px 12px 11px;
  border: 1px solid rgba(18, 38, 63, 0.10);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 8px 18px rgba(18, 38, 63, 0.04);
}

.alt-location-fact__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 10px;
  background: var(--alt-location-soft);
  color: var(--alt-location-accent-dark);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.alt-location-fact__label {
  display: block;
  color: var(--alt-location-muted);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.alt-location-fact__value {
  display: block;
  color: var(--alt-location-ink);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.24;
}

.alt-location-sales {
  position: relative;
  z-index: 3;
  margin-top: -246px;
}

.alt-location-sales .container {
  max-width: 1420px;
}

.alt-location-sales__inner {
  padding: 32px 40px 22px;
  border: 1px solid rgba(255, 255, 255, 0.88);
  border-radius: 40px;
  background:
    radial-gradient(circle at top left, rgba(17, 147, 111, 0.08), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(255, 255, 255, 0.95));
  box-shadow: 0 34px 88px rgba(18, 38, 63, 0.15);
}

.alt-location-sales__heading {
  max-width: 820px;
  margin: 0 auto 14px;
  text-align: center;
}

.alt-location-sales__heading h2 {
  margin: 0 0 8px;
  color: var(--alt-location-ink);
  font-size: clamp(30px, 3.8vw, 44px);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.02;
}

.alt-location-sales__heading p {
  margin: 0;
  color: var(--alt-location-muted);
  line-height: 1.55;
}

.alt-location-sales__inner .elementor {
  margin: 0;
}

.alt-location-sales__inner .elementor-element,
.alt-location-sales__inner .e-con-inner,
.alt-location-sales__inner .elementor-widget-container {
  max-width: none;
  margin: 0;
}

.alt-location-sales__inner .list-tab-wrapper {
  margin: 0;
}

.alt-location-sales__inner .nav,
.alt-location-sales__inner .nav-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin: 0 0 10px;
  border: 0;
}

.alt-location-sales__inner .nav > li,
.alt-location-sales__inner .nav-tabs > li {
  float: none;
  margin: 0;
}

.alt-location-sales__inner .nav a,
.alt-location-sales__inner .nav-tabs > li > a,
.alt-location-sales__inner .nav-link {
  min-height: 40px;
  padding: 8px 16px;
  border: 1px solid var(--alt-location-border) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.95) !important;
  color: var(--alt-location-ink) !important;
  font-size: 13px;
  font-weight: 700;
  box-shadow: 0 12px 24px rgba(18, 38, 63, 0.06);
  transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease, color 0.18s ease;
}

.alt-location-sales__inner .nav a:hover,
.alt-location-sales__inner .nav-tabs > li > a:hover,
.alt-location-sales__inner .nav-link:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(18, 38, 63, 0.10);
}

.alt-location-sales__inner .nav .active,
.alt-location-sales__inner .nav-tabs > li.active > a,
.alt-location-sales__inner .nav-link.active {
  background: linear-gradient(135deg, var(--alt-location-accent), var(--alt-location-accent-dark)) !important;
  border-color: transparent !important;
  color: #ffffff !important;
  box-shadow: 0 16px 34px rgba(17, 147, 111, 0.28);
}

.alt-location-sales__inner .tab-content .row,
.alt-location-sales__inner .service-list-wrapper .row,
.alt-location-sales__inner .row.car-layout4,
.alt-location-sales__inner .row.service-list-wrapper {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
}

.alt-location-sales__inner .tab-content [class*="col-xl-4"],
.alt-location-sales__inner .tab-content [class*="col-lg-6"],
.alt-location-sales__inner .tab-content [class*="col-md-6"] {
  display: flex;
  margin-bottom: 0;
}

.alt-location-sales__inner .services-item,
.alt-location-sales__inner .item-service,
.alt-location-sales__inner .st-service-item {
  display: flex;
  width: 100%;
  border: 1px solid var(--alt-location-border);
  border-radius: 28px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 18px 34px rgba(18, 38, 63, 0.08);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.alt-location-sales__inner .services-item:hover,
.alt-location-sales__inner .item-service:hover,
.alt-location-sales__inner .st-service-item:hover {
  transform: translateY(-4px);
  border-color: rgba(17, 147, 111, 0.30);
  box-shadow: 0 28px 52px rgba(18, 38, 63, 0.15);
}

.alt-location-sales__inner .services-item .item,
.alt-location-sales__inner .item-service .item,
.alt-location-sales__inner .st-service-item .item {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.alt-location-sales__inner .featured-image {
  position: relative;
  padding: 12px 12px 0;
}

.alt-location-sales__inner .featured-image .image-feature,
.alt-location-sales__inner .featured-image img {
  width: 100%;
  min-height: 292px;
  border-radius: 22px;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center center;
}

.alt-location-sales__inner .services-item .content-item,
.alt-location-sales__inner .item-service .content-item {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 8px;
  padding: 16px 18px 18px;
}

.alt-location-sales__cta {
  display: flex;
  justify-content: center;
  margin: 8px 0 0;
}

.alt-location-sales__cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(18, 38, 63, 0.12);
  background: rgba(255, 255, 255, 0.94);
  color: var(--alt-location-ink);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 12px 24px rgba(18, 38, 63, 0.06);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.alt-location-sales__cta-button:hover,
.alt-location-sales__cta-button:focus {
  transform: translateY(-1px);
  border-color: rgba(17, 147, 111, 0.28);
  box-shadow: 0 16px 30px rgba(18, 38, 63, 0.08);
  color: var(--alt-location-ink);
  text-decoration: none;
}

.alt-location-sales__inner .services-item .title,
.alt-location-sales__inner .item-service .title,
.alt-location-sales__inner .services-item .title a,
.alt-location-sales__inner .item-service .title a {
  color: var(--alt-location-ink);
  font-weight: 800;
  line-height: 1.28;
}

.alt-location-sales__inner .services-item .title,
.alt-location-sales__inner .item-service .title {
  min-height: 54px;
}

.alt-location-sales__inner .services-item .section-footer,
.alt-location-sales__inner .item-service .section-footer {
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid rgba(18, 38, 63, 0.08);
}

.alt-location-sales__inner .map-content-loading,
.alt-location-sales__inner .modern-search-result:empty + .map-content-loading {
  margin-top: 12px;
}

.alt-location-sales__inner .modern-search-result:empty {
  min-height: 0;
}

.alt-location-sales__inner .pagination,
.alt-location-sales__inner .moderm-pagination {
  margin-top: 22px;
}

.alt-location-sales__note {
  margin: 10px auto 0;
  text-align: center;
  color: var(--alt-location-muted);
  font-size: 14px;
}

.alt-location-sales--sparse .alt-location-sales__inner {
  max-width: 1360px;
  margin: 0 auto;
}

.alt-location-sales--sparse .tab-content .row,
.alt-location-sales--sparse .service-list-wrapper .row,
.alt-location-sales--sparse .row.car-layout4,
.alt-location-sales--sparse .row.service-list-wrapper {
  justify-content: center;
  gap: 22px;
}

.alt-location-sales--sparse .tab-content [class*="col-xl-4"],
.alt-location-sales--sparse .tab-content [class*="col-lg-6"],
.alt-location-sales--sparse .tab-content [class*="col-md-6"] {
  max-width: 520px;
  flex: 0 1 calc(50% - 11px);
}

.alt-location-sales--normal .alt-location-sales__inner {
  max-width: 1360px;
  margin: 0 auto;
}

.alt-location-benefits {
  margin-top: 8px;
}

.alt-location-benefits .container,
.alt-location-offer .container {
  max-width: 1220px;
}

.alt-location-benefits__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.alt-location-benefit {
  display: grid;
  gap: 10px;
  padding: 18px 18px;
  border: 1px solid var(--alt-location-border);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 12px 28px rgba(18, 38, 63, 0.05);
}

.alt-location-benefit__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 16px;
  background: var(--alt-location-soft);
  color: var(--alt-location-accent-dark);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.alt-location-benefit strong {
  display: block;
  color: var(--alt-location-ink);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.alt-location-benefit p {
  margin: 0;
  color: var(--alt-location-muted);
  line-height: 1.68;
}

.alt-location-offer {
  margin-top: 4px;
}

.alt-location-offer__card {
  display: grid;
  grid-template-columns: 124px minmax(0, 1fr) minmax(320px, 420px);
  gap: 24px;
  align-items: center;
  padding: 24px 28px;
  border: 1px solid var(--alt-location-border);
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(17, 147, 111, 0.09), transparent 24%),
    linear-gradient(180deg, #f8fbfd 0%, #eef5f7 100%);
  box-shadow: 0 14px 34px rgba(18, 38, 63, 0.06);
}

.alt-location-offer__visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
  border-radius: 26px;
  background: linear-gradient(135deg, #0f2845, #0f766e);
  overflow: hidden;
}

.alt-location-offer__glow {
  position: absolute;
  inset: auto auto -18px -18px;
  width: 70px;
  height: 70px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  filter: blur(2px);
}

.alt-location-offer__gift {
  position: relative;
  z-index: 1;
  color: #ffffff;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.alt-location-offer__eyebrow {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--alt-location-accent-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.alt-location-offer__content h2 {
  margin: 0 0 12px;
  color: var(--alt-location-ink);
  font-size: clamp(28px, 3vw, 36px);
  font-weight: 800;
  letter-spacing: -0.04em;
}

.alt-location-offer__content p {
  margin: 0;
  color: var(--alt-location-muted);
  line-height: 1.7;
}

.alt-location-offer__actions {
  display: grid;
  gap: 12px;
}

.alt-location-offer__signup {
  display: flex;
  align-items: center;
  min-height: 56px;
  padding: 0 18px;
  border: 1px solid rgba(18, 38, 63, 0.12);
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(18, 38, 63, 0.06);
}

.alt-location-offer__placeholder {
  color: #7d8ea3;
  font-size: 15px;
}

.alt-location-offer__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 20px;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease, color 0.18s ease;
}

.alt-location-offer__button:hover,
.alt-location-offer__button:focus {
  transform: translateY(-1px);
  text-decoration: none;
}

.alt-location-offer__button--primary {
  background: linear-gradient(135deg, var(--alt-location-accent), var(--alt-location-accent-dark));
  color: #ffffff;
  box-shadow: 0 16px 32px rgba(17, 147, 111, 0.24);
}

.alt-location-offer__button--secondary {
  border: 1px solid rgba(18, 38, 63, 0.12);
  background: #ffffff;
  color: var(--alt-location-ink);
}

@media (max-width: 1199px) {
  .alt-location-hero__media {
    min-height: 600px;
  }

  .alt-location-hero__stage {
    min-height: 600px;
    padding: 12px 0 162px;
  }

  .alt-location-hero__facts,
  .alt-location-benefits__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .alt-location-hero__panel {
    max-width: 640px;
  }

  .alt-location-hero__panel::after {
    right: -104px;
    width: 236px;
  }

  .alt-location-sales {
    margin-top: -190px;
  }

  .alt-location-offer__card {
    grid-template-columns: minmax(0, 1fr);
  }

  .alt-location-offer__visual {
    max-width: 180px;
  }
}

@media (max-width: 991px) {
  .alt-location-hero__media {
    min-height: 500px;
  }

  .alt-location-hero__stage {
    min-height: 520px;
    padding-bottom: 134px;
  }

  .alt-location-hero__panel {
    max-width: 580px;
    padding: 24px 24px 22px;
  }

  .alt-location-hero__panel::after {
    right: -88px;
    width: 176px;
  }

  .alt-location-sales {
    margin-top: -96px;
  }

  .alt-location-sales__inner {
    padding: 26px 22px;
  }
}

@media (max-width: 767px) {
  .alt-location-premium {
    padding-bottom: 56px;
  }

  .alt-location-hero__media {
    min-height: 320px;
    border-radius: 0 0 28px 28px;
  }

  .alt-location-hero__stage {
    min-height: 0;
    padding: 10px 0 18px;
  }

  .alt-location-hero__breadcrumbs {
    margin-bottom: 12px;
  }

  .alt-location-hero__breadcrumbs .st-breadcrumb,
  .alt-location-hero__breadcrumbs .st-breadcrumbs,
  .alt-location-hero__breadcrumbs .breadcrumbs,
  .alt-location-hero__breadcrumbs .breadcrumb {
    display: block;
    padding: 9px 13px;
    border-radius: 18px;
  }

  .alt-location-hero__panel,
  .alt-location-sales__inner,
  .alt-location-benefit,
  .alt-location-offer__card {
    padding: 22px;
    border-radius: 24px;
  }

  .alt-location-hero__panel {
    max-width: none;
    border-radius: 24px 24px 20px 20px;
  }

  .alt-location-hero__panel::before,
  .alt-location-hero__panel::after {
    content: none;
  }

  .alt-location-hero__panel h1 {
    font-size: 34px;
  }

  .alt-location-hero__intro,
  .alt-location-benefit p,
  .alt-location-offer__content p {
    font-size: 16px;
  }

  .alt-location-hero__facts,
  .alt-location-benefits__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .alt-location-sales {
    margin-top: -10px;
  }

  .alt-location-sales__heading {
    margin-bottom: 14px;
  }

  .alt-location-sales__inner .featured-image .image-feature,
  .alt-location-sales__inner .featured-image img {
    min-height: 210px;
  }

  .alt-location-sales__cta-button {
    width: 100%;
  }

  .alt-location-sales--sparse .tab-content [class*="col-xl-4"],
  .alt-location-sales--sparse .tab-content [class*="col-lg-6"] {
    max-width: none;
    flex: 1 1 100%;
  }

  .alt-location-offer__visual {
    max-width: none;
    width: 100%;
  }
}

/* Activity Life location visual polish phase 2
 * Scope: child-theme-only refinement for underfilled location sales panels.
 * Keeps Traveler parent theme untouched.
 */
body.single-location .alt-location-sales__inner .item.service-border {
  overflow: hidden;
  border: 1px solid rgba(18, 38, 63, 0.10);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(18, 38, 63, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

body.single-location .alt-location-sales__inner .item.service-border:hover,
body.single-location .alt-location-sales__inner .item.service-border:focus-within {
  transform: translateY(-3px);
  border-color: rgba(17, 147, 111, 0.24);
  box-shadow: 0 22px 46px rgba(18, 38, 63, 0.12);
}

body.single-location .alt-location-sales__inner .item.service-border .featured-image,
body.single-location .alt-location-sales__inner .item.service-border .image-feature {
  overflow: hidden;
  border-radius: 20px 20px 0 0;
}

body.single-location .alt-location-sales__inner .item.service-border .featured-image img,
body.single-location .alt-location-sales__inner .item.service-border .image-feature img {
  width: 100%;
  min-height: 214px;
  object-fit: cover;
}

body.single-location .alt-location-sales__inner .item.service-border .content-item {
  padding: 18px 18px 16px;
}

body.single-location .alt-location-sales__inner .item.service-border .title,
body.single-location .alt-location-sales__inner .item.service-border .title a {
  color: var(--alt-location-ink);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.34;
}

body.single-location .alt-location-sales__inner .item.service-border .title a:hover,
body.single-location .alt-location-sales__inner .item.service-border .title a:focus {
  color: var(--alt-location-accent-dark);
}

body.single-location .alt-location-sales--single .tab-content .row,
body.single-location .alt-location-sales--single .service-list-wrapper .row,
body.single-location .alt-location-sales--single .row.car-layout4,
body.single-location .alt-location-sales--single .row.service-list-wrapper,
body.single-location .alt-location-sales--double .tab-content .row,
body.single-location .alt-location-sales--double .service-list-wrapper .row,
body.single-location .alt-location-sales--double .row.car-layout4,
body.single-location .alt-location-sales--double .row.service-list-wrapper {
  justify-content: center;
}

@media (min-width: 768px) {
  body.single-location .alt-location-sales--single .tab-content .row > [class*="col-"],
  body.single-location .alt-location-sales--single .service-list-wrapper .row > [class*="col-"],
  body.single-location .alt-location-sales--single .row.car-layout4 > [class*="col-"],
  body.single-location .alt-location-sales--single .row.service-list-wrapper > [class*="col-"] {
    width: 100%;
    max-width: 430px;
    flex: 0 1 430px;
  }

  body.single-location .alt-location-sales--double .tab-content .row > [class*="col-"],
  body.single-location .alt-location-sales--double .service-list-wrapper .row > [class*="col-"],
  body.single-location .alt-location-sales--double .row.car-layout4 > [class*="col-"],
  body.single-location .alt-location-sales--double .row.service-list-wrapper > [class*="col-"] {
    width: 100%;
    max-width: 430px;
    flex: 0 1 430px;
  }
}

body.single-location .alt-location-empty-state {
  max-width: 760px;
  margin: 8px auto 0;
  padding: 34px 30px;
  border: 1px solid rgba(17, 147, 111, 0.16);
  border-radius: 26px;
  background:
    radial-gradient(circle at 12% 18%, rgba(17, 147, 111, 0.10), transparent 26%),
    linear-gradient(180deg, #ffffff 0%, #f3faf7 100%);
  box-shadow: 0 18px 42px rgba(18, 38, 63, 0.08);
  text-align: center;
}

body.single-location .alt-location-empty-state__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  margin-bottom: 12px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(17, 147, 111, 0.10);
  color: var(--alt-location-accent-dark);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.single-location .alt-location-empty-state h3 {
  max-width: 620px;
  margin: 0 auto 10px;
  color: var(--alt-location-ink);
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 900;
  line-height: 1.12;
}

body.single-location .alt-location-empty-state p {
  max-width: 620px;
  margin: 0 auto;
  color: var(--alt-location-muted);
  font-size: 16px;
  line-height: 1.65;
}

body.single-location .alt-location-empty-state__actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

body.single-location .alt-location-empty-state__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}

body.single-location .alt-location-empty-state__button:hover,
body.single-location .alt-location-empty-state__button:focus {
  transform: translateY(-1px);
  text-decoration: none;
}

body.single-location .alt-location-empty-state__button--primary {
  background: var(--alt-location-accent);
  color: #ffffff;
  box-shadow: 0 12px 24px rgba(17, 147, 111, 0.22);
}

body.single-location .alt-location-empty-state__button--secondary {
  border: 1px solid rgba(17, 147, 111, 0.22);
  background: #ffffff;
  color: var(--alt-location-accent-dark);
}

@media (max-width: 767px) {
  body.single-location .alt-location-empty-state {
    padding: 26px 20px;
    border-radius: 22px;
  }

  body.single-location .alt-location-empty-state__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  body.single-location .alt-location-empty-state__button {
    width: 100%;
  }

  body.single-location .alt-location-sales__inner .item.service-border .featured-image img,
  body.single-location .alt-location-sales__inner .item.service-border .image-feature img {
    min-height: 210px;
  }
}
