/* Rexos Gate multilingual Location experience */

.rxl-page {
  --rxl-map-height: clamp(430px, 48vw, 610px);
}

.rxl-page [id^="destination-"] {
  scroll-margin-top: calc(var(--rxg-header-height) + 24px);
}

.rxl-hero {
  position: relative;
  min-height: clamp(660px, calc(100svh - var(--rxg-header-height)), 860px);
  overflow: hidden;
  background:
    radial-gradient(circle at 76% 26%, rgba(199, 154, 91, 0.13), transparent 34%),
    #17130f;
  color: var(--rxg-paper);
}

.rxl-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(90deg, rgba(246, 243, 236, 0.035) 0 1px, transparent 1px 25%),
    linear-gradient(90deg, rgba(13, 10, 7, 0.46), transparent 62%);
  pointer-events: none;
}

.rxl-hero__inner {
  position: relative;
  z-index: 1;
  min-height: inherit;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.72fr);
  align-items: center;
  gap: clamp(38px, 6vw, 92px);
  padding-top: clamp(58px, 8vh, 94px);
  padding-bottom: clamp(58px, 8vh, 94px);
}

.rxl-hero__copy {
  width: min(100%, 720px);
}

.rxl-hero__media {
  position: relative;
  width: 100%;
  margin: 0;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  border: 1px solid rgba(246, 243, 236, 0.18);
  border-radius: 14px;
  background: #211b15;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.3);
}

.rxl-hero__media > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--rxg-media-position, 52% 47%);
}

.rxl-hero__media figcaption {
  position: absolute;
  right: 14px;
  bottom: 14px;
  padding: 8px 10px;
  border: 1px solid rgba(246, 243, 236, 0.22);
  border-radius: 999px;
  background: rgba(13, 10, 7, 0.68);
  color: rgba(246, 243, 236, 0.78);
  font-family: var(--rxg-mono);
  font-size: 8px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.rxl-hero .rxg-eyebrow {
  color: var(--rxg-bronze-light);
}

.rxl-hero h1 {
  margin: 15px 0 20px;
  color: var(--rxg-paper);
  font-size: clamp(48px, 6.5vw, 88px);
  line-height: 0.9;
  letter-spacing: -0.025em;
}

.rxl-hero h1 span {
  display: block;
}

.rxl-hero h1 span:last-child {
  color: #e8dfcf;
  font-style: italic;
  font-weight: 500;
}

.rxl-hero__copy > p {
  max-width: 58ch;
  margin: 0 0 25px;
  color: rgba(246, 243, 236, 0.82);
  font-size: clamp(15px, 1.55vw, 18px);
  line-height: 1.6;
}

.rxl-hero__facts {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 26px;
  margin-top: 28px;
  color: rgba(246, 243, 236, 0.76);
  font-family: var(--rxg-mono);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.rxl-hero__facts span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
}

.rxl-hero__facts span:first-child {
  padding: 0 13px;
  border: 1px solid rgba(199, 154, 91, 0.46);
  border-radius: 999px;
  color: #dec59f;
}

.rxl-compass {
  position: absolute;
  top: clamp(30px, 5vw, 60px);
  right: var(--rxg-gutter);
  width: 48px;
  height: 66px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  color: rgba(246, 243, 236, 0.74);
  font-family: var(--rxg-mono);
  font-size: 9px;
  letter-spacing: 0.12em;
}

.rxl-compass i {
  position: relative;
  width: 39px;
  height: 39px;
  border: 1px solid rgba(246, 243, 236, 0.48);
  border-radius: 50%;
}

.rxl-compass i::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 50%;
  border-right: 5px solid transparent;
  border-bottom: 14px solid var(--rxg-bronze-light);
  border-left: 5px solid transparent;
  transform: translateX(-50%);
}

.rxl-address__layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(18px, 2.6vw, 34px);
  align-items: stretch;
}

.rxl-address-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 26px;
  padding: clamp(25px, 3.4vw, 44px);
  border: 1px solid var(--rxg-border);
  border-radius: 14px;
  background: var(--rxg-white);
}

.rxl-address-card address {
  margin-top: 10px;
  color: var(--rxg-ink);
  font-family: var(--rxg-serif);
  font-size: clamp(28px, 3vw, 42px);
  font-style: normal;
  font-weight: 600;
  line-height: 1.05;
}

.rxl-address-card strong {
  display: block;
  margin-top: 9px;
  color: var(--rxg-ink);
  font-family: var(--rxg-mono);
  font-size: clamp(13px, 1.4vw, 16px);
  font-weight: 500;
}

.rxl-address-card > p {
  margin: 0;
  padding: 14px 16px;
  border: 1px solid #e7d4b2;
  border-radius: 9px;
  background: #f7eedc;
  color: #745321;
  font-size: 13px;
}

.rxl-address-card__actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.rxl-map {
  position: relative;
  min-width: 0;
  height: var(--rxl-map-height);
  overflow: hidden;
  border: 1px solid var(--rxg-border);
  border-radius: 14px;
  background: #e8e1d2;
}

.rxl-map__fallback {
  position: absolute;
  z-index: 2;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 30px;
  background: repeating-linear-gradient(135deg, #eee8dc, #eee8dc 16px, #e8e1d4 16px, #e8e1d4 32px);
  color: var(--rxg-ink);
  text-align: center;
}

.rxl-map__fallback strong {
  font-family: var(--rxg-serif);
  font-size: 28px;
}

.rxl-map__fallback span,
.rxl-map__fallback a {
  font-size: 13px;
}

.rxl-map__fallback a {
  margin-top: 8px;
  font-weight: 700;
  text-underline-offset: 4px;
}

.rxl-map.is-loading .rxl-map__fallback,
.rxl-map.is-ready .rxl-map__fallback {
  display: none;
}

.rxl-map.is-error .rxl-map__fallback {
  z-index: 500;
}

.rxl-map__status {
  position: absolute;
  z-index: 600;
  top: 14px;
  left: 50%;
  max-width: calc(100% - 32px);
  margin: 0;
  padding: 8px 12px;
  border: 1px solid rgba(23, 19, 13, 0.14);
  border-radius: 999px;
  background: rgba(246, 243, 236, 0.94);
  color: var(--rxg-ink);
  font-size: 11px;
  font-weight: 600;
  text-align: center;
  transform: translateX(-50%);
  box-shadow: 0 8px 25px -16px rgba(23, 19, 13, 0.7);
}

.rxl-map.is-ready .rxl-map__status {
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease 900ms;
}

.rxl-map__activate {
  position: absolute;
  z-index: 650;
  right: 14px;
  bottom: 28px;
  min-height: 44px;
  padding: 0 15px;
  border: 1px solid rgba(23, 19, 13, 0.18);
  border-radius: 8px;
  background: var(--rxg-paper);
  color: var(--rxg-ink);
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  box-shadow: 0 10px 28px -18px rgba(23, 19, 13, 0.8);
}

.rxl-map-noscript {
  margin: 14px 0 0;
  padding: 14px;
  border: 1px solid var(--rxg-border);
  background: var(--rxg-white);
}

.rxl-map .leaflet-control-attribution {
  max-width: calc(100% - 12px);
  background: rgba(246, 243, 236, 0.9);
  color: #625b4f;
  font-size: 9px;
}

.rxl-map .leaflet-control-attribution a {
  color: var(--rxg-ink);
}

.rxl-map-marker {
  width: auto !important;
  height: auto !important;
  border: 0 !important;
  background: transparent !important;
}

.rxl-map-marker span {
  position: relative;
  display: block;
  min-width: 104px;
  padding: 9px 12px 9px 30px;
  border: 2px solid var(--rxg-paper);
  border-radius: 999px;
  background: var(--rxg-ink);
  color: var(--rxg-paper);
  font-family: var(--rxg-sans);
  font-size: 12px;
  font-weight: 700;
  box-shadow: 0 12px 28px -14px rgba(23, 19, 13, 0.85);
}

.rxl-map-marker span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 12px;
  width: 9px;
  height: 9px;
  border: 2px solid var(--rxg-bronze-light);
  border-radius: 50%;
  transform: translateY(-50%);
}

.rxl-advantages {
  padding: var(--rxg-section-y) 0;
  background: var(--rxg-linen);
}

.rxl-advantages__lead {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: var(--rxg-card-gap);
}

.rxl-advantage {
  min-height: 330px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: clamp(28px, 4vw, 52px);
  border-radius: 14px;
}

.rxl-advantage h3 {
  margin: 16px 0 12px;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 0.98;
}

.rxl-advantage p {
  max-width: 54ch;
  margin: 12px 0 0;
  font-size: 14px;
}

.rxl-advantage--r7 {
  position: relative;
  overflow: hidden;
  background: var(--rxg-ink);
  color: var(--rxg-paper);
}

.rxl-advantage--r7::after {
  content: "R7";
  position: absolute;
  top: -32px;
  right: -4px;
  color: rgba(199, 154, 91, 0.09);
  font-family: var(--rxg-serif);
  font-size: 210px;
  font-weight: 600;
  line-height: 1;
}

.rxl-advantage--r7 > * {
  position: relative;
  z-index: 1;
}

.rxl-advantage--r7 h3,
.rxl-advantage--r7 p {
  color: var(--rxg-paper);
}

.rxl-advantage--r7 > strong {
  color: var(--rxg-bronze-light);
  font-family: var(--rxg-mono);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rxl-advantage--r7 p {
  color: rgba(246, 243, 236, 0.66);
}

.rxl-advantage--city {
  border: 1px solid var(--rxg-border);
  background: var(--rxg-white);
}

.rxl-route-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 16px;
  align-items: baseline;
  color: var(--rxg-ink);
}

.rxl-route-facts strong {
  color: var(--rxg-bronze);
  font-size: 17px;
}

.rxl-route-facts span {
  font-family: var(--rxg-mono);
  font-size: 12px;
}

.rxl-advantage--city .rxg-text-link {
  margin-top: 12px;
}

.rxl-advantages__support {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: var(--rxg-card-gap) 0 0;
  padding: 0;
  border: 1px solid var(--rxg-border);
  border-radius: 12px;
  background: var(--rxg-white);
  list-style: none;
}

.rxl-advantages__support li {
  min-height: 96px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 7px;
  padding: 16px;
  border-right: 1px solid var(--rxg-border);
}

.rxl-advantages__support li:last-child {
  border-right: 0;
}

.rxl-advantages__support span {
  color: var(--rxg-bronze);
  font-family: var(--rxg-mono);
  font-size: 8px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.rxl-advantages__support strong {
  font-size: 13px;
  line-height: 1.35;
}

.rxl-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 0;
}

.rxl-filters button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 16px;
  border: 1px solid var(--rxg-border-dark);
  border-radius: 999px;
  background: var(--rxg-white);
  color: var(--rxg-ink);
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
}

.rxl-filters button span {
  color: var(--rxg-muted);
  font-family: var(--rxg-mono);
  font-size: 10px;
}

.rxl-filters button.is-active {
  border-color: var(--rxg-ink);
  background: var(--rxg-ink);
  color: var(--rxg-paper);
}

.rxl-filters button.is-active span {
  color: var(--rxg-bronze-light);
}

.rxl-filter-status {
  margin: 0 0 12px;
  color: var(--rxg-muted);
  font-family: var(--rxg-mono);
  font-size: 10px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.rxl-explorer__toolbar {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 12px;
}

.rxl-explorer__controls {
  flex: 0 0 auto;
  display: flex;
  gap: 8px;
}

.rxl-explorer__controls[hidden] {
  display: none;
}

.rxl-explorer__controls button {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid var(--rxg-border-dark);
  border-radius: 50%;
  background: var(--rxg-white);
  color: var(--rxg-ink);
  cursor: pointer;
  font-size: 18px;
}

.rxl-explorer__controls button:disabled {
  cursor: default;
  opacity: 0.34;
}

.rxl-destination-rail {
  min-width: 0;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: clamp(276px, 28vw, 330px);
  gap: 14px;
  margin: 0 -2px;
  padding: 4px 2px 16px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-padding-inline: 2px;
  scroll-snap-type: inline mandatory;
  scrollbar-color: var(--rxg-border-dark) transparent;
  scrollbar-width: thin;
}

.rxl-destination-rail:focus-visible {
  outline: 2px solid var(--rxg-bronze);
  outline-offset: 4px;
}

.rxl-destination {
  min-width: 0;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--rxg-border);
  border-radius: 14px;
  background: var(--rxg-white);
  scroll-snap-align: start;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.rxl-destination[hidden] {
  display: none;
}

.rxl-destination:hover,
.rxl-destination:focus-within {
  border-color: #bba98f;
  box-shadow: 0 14px 34px rgba(23, 19, 13, 0.09);
}

.rxl-destination__header {
  position: relative;
  min-height: 100px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  overflow: hidden;
  padding: 20px;
  background: linear-gradient(135deg, #1d1811 0%, #2c2319 100%);
  color: var(--rxg-paper);
}

.rxl-destination__header::after {
  position: absolute;
  top: -26px;
  right: 26px;
  width: 50px;
  height: 116px;
  border-right: 1px solid rgba(199, 154, 91, 0.2);
  border-left: 1px solid rgba(199, 154, 91, 0.2);
  content: "";
  pointer-events: none;
}

.rxl-destination__index {
  position: relative;
  z-index: 1;
  color: var(--rxg-bronze-light);
  font-family: var(--rxg-mono);
  font-size: 27px;
  font-weight: 400;
  letter-spacing: 0.08em;
}

.rxl-destination__categories {
  position: relative;
  z-index: 1;
  max-width: 21ch;
  color: rgba(246, 243, 236, 0.7);
  font-family: var(--rxg-mono);
  font-size: 8px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: right;
  text-transform: uppercase;
}

.rxl-destination__main {
  padding: 22px 20px 0;
}

.rxl-destination__main h3 {
  min-height: 2.05em;
  margin: 0;
  font-size: clamp(25px, 2.2vw, 31px);
  line-height: 1.02;
}

.rxl-destination__facts {
  min-height: 68px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  margin-top: auto;
  padding: 16px 20px 18px;
  text-align: left;
}

.rxl-destination__facts strong {
  color: var(--rxg-ink);
  font-family: var(--rxg-mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.rxl-destination__facts span {
  color: var(--rxg-bronze);
  font-size: 11px;
  font-weight: 600;
}

.rxl-destination__verified {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 12px;
}

.rxl-destination__facts small {
  max-width: 28ch;
  color: var(--rxg-muted);
  font-size: 10px;
}

.rxl-destination .rxg-button {
  width: auto;
  height: 44px;
  margin: 0 20px 20px;
  padding-inline: 15px;
  font-size: 12px;
}

.rxl-dining {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(28px, 5vw, 70px);
  margin-top: var(--rxg-card-gap);
  padding: clamp(26px, 4vw, 50px);
  border-radius: 14px;
  background: var(--rxg-ink);
  color: var(--rxg-paper);
}

.rxl-dining h3 {
  margin: 13px 0 14px;
  color: var(--rxg-paper);
  font-size: clamp(30px, 3.5vw, 45px);
  line-height: 1;
}

.rxl-dining__intro p {
  margin: 0;
  color: rgba(246, 243, 236, 0.66);
  font-size: 14px;
}

.rxl-venue-list h4 {
  margin: 0 0 10px;
  color: var(--rxg-bronze-light);
}

.rxl-venue {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 64px;
  padding: 11px 0;
  border-bottom: 1px solid rgba(246, 243, 236, 0.14);
}

.rxl-venue > div {
  display: flex;
  flex-direction: column;
}

.rxl-venue strong {
  color: var(--rxg-paper);
  font-size: 14px;
}

.rxl-venue span {
  color: rgba(246, 243, 236, 0.55);
  font-size: 11px;
}

.rxl-venue a {
  flex: 0 0 auto;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: var(--rxg-paper);
  font-size: 12px;
  font-weight: 700;
  text-underline-offset: 4px;
}

.rxl-venue-list__note {
  margin: 14px 0 0;
  color: rgba(246, 243, 236, 0.5) !important;
  font-size: 10px !important;
}

.rxl-daily {
  padding: var(--rxg-section-y) 0;
  background: var(--rxg-ink);
  color: var(--rxg-paper);
}

.rxl-daily__inner {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(30px, 7vw, 110px);
  align-items: start;
}

.rxl-daily h2 {
  max-width: 12ch;
  margin: 12px 0 0;
  color: var(--rxg-paper);
  font-size: clamp(34px, 4.5vw, 58px);
  line-height: 0.98;
}

.rxl-daily p {
  margin: 0 0 18px;
  color: rgba(246, 243, 236, 0.68);
}

.rxl-daily ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin: 30px 0 0;
  padding: 21px 0 0;
  border-top: 1px solid rgba(246, 243, 236, 0.18);
  list-style: none;
}

.rxl-daily li {
  color: rgba(246, 243, 236, 0.56);
  font-family: var(--rxg-mono);
  font-size: 9px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.rxl-lifestyle {
  padding: clamp(48px, 7vw, 90px) 0;
  background: #2a2118;
  color: var(--rxg-paper);
}

.rxl-lifestyle__inner {
  max-width: 990px;
}

.rxl-lifestyle h2 {
  max-width: 18ch;
  margin: 12px 0 18px;
  color: var(--rxg-paper);
  font-size: clamp(42px, 6vw, 76px);
  line-height: 0.94;
}

.rxl-lifestyle__inner > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(24px, 5vw, 64px);
}

.rxl-lifestyle p {
  margin: 0;
  color: rgba(246, 243, 236, 0.66);
}

@media (max-width: 1024px) {
  .rxl-advantages__support {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .rxl-advantages__support li:nth-child(3) {
    border-right: 0;
  }

  .rxl-advantages__support li:nth-child(-n + 3) {
    border-bottom: 1px solid var(--rxg-border);
  }

}

@media (max-width: 900px) {
  .rxl-address__layout,
  .rxl-advantages__lead,
  .rxl-dining,
  .rxl-daily__inner {
    grid-template-columns: 1fr;
  }

  .rxl-map {
    height: min(68vw, 560px);
    min-height: 390px;
  }

  .rxl-advantage {
    min-height: 280px;
  }

}

@media (max-width: 768px) {
  .rxl-hero {
    min-height: 0;
  }

  .rxl-hero__inner {
    min-height: 0;
    grid-template-columns: 1fr;
    align-items: start;
    gap: 36px;
    padding-top: 76px;
    padding-bottom: 44px;
  }

  .rxl-hero__copy {
    order: 1;
  }

  .rxl-hero__media {
    order: 2;
    width: min(100%, 560px);
    justify-self: center;
  }

  .rxl-hero h1 {
    font-size: clamp(46px, 12vw, 68px);
  }

  .rxl-compass {
    top: 24px;
  }

  .rxl-advantages__support {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rxl-advantages__support li,
  .rxl-advantages__support li:nth-child(3) {
    border-right: 1px solid var(--rxg-border);
    border-bottom: 1px solid var(--rxg-border);
  }

  .rxl-advantages__support li:nth-child(even) {
    border-right: 0;
  }

  .rxl-advantages__support li:last-child {
    grid-column: 1 / -1;
    border-right: 0;
    border-bottom: 0;
  }

}

@media (max-width: 560px) {
  .rxl-page {
    --rxl-map-height: 390px;
  }

  .rxl-hero {
    min-height: 0;
  }

  .rxl-hero__copy > p {
    font-size: 14px;
  }

  .rxl-hero .rxg-actions,
  .rxl-hero .rxg-actions .rxg-button {
    width: 100%;
  }

  .rxl-hero__facts {
    gap: 8px 14px;
    margin-top: 20px;
    font-size: 8px;
  }

  .rxl-hero__facts span:first-child {
    padding-inline: 10px;
  }

  .rxl-address-card {
    gap: 21px;
  }

  .rxl-address-card__actions .rxg-button {
    width: 100%;
  }

  .rxl-map {
    min-height: 360px;
  }

  .rxl-advantage {
    min-height: 0;
  }

  .rxl-advantages__support strong {
    font-size: 12px;
  }

  .rxl-filters {
    flex-wrap: nowrap;
    margin-inline: calc(var(--rxg-gutter) * -1);
    padding-inline: var(--rxg-gutter);
    overflow-x: auto;
    scrollbar-width: none;
  }

  .rxl-filters::-webkit-scrollbar {
    display: none;
  }

  .rxl-filters button {
    flex: 0 0 auto;
  }

  .rxl-explorer__toolbar {
    display: block;
  }

  .rxl-explorer__controls {
    display: none;
  }

  .rxl-destination-rail {
    grid-auto-columns: min(82vw, 310px);
    gap: 12px;
    margin-inline: calc(var(--rxg-gutter) * -1);
    padding: 4px var(--rxg-gutter) 14px;
    scroll-padding-inline: var(--rxg-gutter);
    scrollbar-width: none;
  }

  .rxl-destination-rail::-webkit-scrollbar {
    display: none;
  }

  .rxl-dining {
    padding: 26px 20px;
  }

  .rxl-venue {
    align-items: flex-start;
    flex-direction: column;
    gap: 2px;
  }

  .rxl-venue a {
    min-height: 44px;
  }

  .rxl-daily ul {
    flex-direction: column;
  }

  .rxl-daily {
    padding-block: 48px;
  }

  .rxl-daily__inner {
    gap: 26px;
  }

  .rxl-daily p {
    margin-bottom: 14px;
  }

  .rxl-lifestyle__inner > div {
    grid-template-columns: 1fr;
  }

  .rxl-lifestyle {
    padding-block: 60px;
  }

  .rxl-lifestyle h2 {
    margin-bottom: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rxl-map.is-ready .rxl-map__status,
  .rxl-destination {
    transition: none;
  }

  .rxl-destination-rail {
    scroll-behavior: auto;
  }
}
