.voyager-new-tour-template {
  --voyager-tour-green: #0f2c26;
  --voyager-tour-green-2: #17453c;
  --voyager-tour-green-soft: #eef5f3;
  --voyager-tour-gold: #c8a25c;
  --voyager-tour-red: #bd302b;
  --voyager-tour-text: #14231f;
  --voyager-tour-muted: #61706b;
  --voyager-tour-line: #dce5e2;
  --voyager-tour-surface: #f7f9f8;
  --voyager-header-height: 0px;
  max-width: 100%;
  overflow-x: clip;
}

.voyager-new-tour-template .voyager-tour-page,
.voyager-new-tour-template .voyager-tour-page * {
  box-sizing: border-box;
}

.voyager-new-tour-template .voyager-tour-page {
  position: relative;
  width: 100%;
  min-height: 100vh;
  padding: 20px 0 96px;
  overflow: visible;
  background: #fff;
  color: var(--voyager-tour-text);
  font-family: inherit;
}

.voyager-tour-container {
  width: min(1320px, calc(100% - 40px));
  margin-inline: auto;
}

.voyager-tour-breadcrumbs {
  display: flex;
  gap: 8px;
  align-items: center;
  margin: 0 0 22px;
  overflow: hidden;
  color: var(--voyager-tour-muted);
  font-size: 13px;
  white-space: nowrap;
}

.voyager-tour-breadcrumbs a,
.voyager-tour-breadcrumbs span {
  color: inherit;
}

.voyager-tour-breadcrumbs span:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
}

.voyager-tour-hero {
  display: flex;
  gap: 30px;
  align-items: flex-end;
  justify-content: space-between;
  margin: 0 0 24px;
}

.voyager-tour-hero__copy {
  max-width: 930px;
}

.voyager-tour-eyebrow,
.voyager-tour-section__kicker {
  display: inline-block;
  margin: 0 0 9px;
  color: var(--voyager-tour-green-2);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .085em;
  text-transform: uppercase;
}

.voyager-tour-hero h1 {
  max-width: 980px;
  margin: 0 0 14px;
  color: var(--voyager-tour-green);
  font-size: clamp(32px, 4.4vw, 55px);
  font-weight: 820;
  letter-spacing: -.035em;
  line-height: 1.04;
}

.voyager-tour-hero__meta {
  display: flex;
  gap: 18px;
  align-items: center;
  flex-wrap: wrap;
  color: var(--voyager-tour-muted);
  font-size: 14px;
}

.voyager-tour-rating,
.voyager-tour-location {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  color: var(--voyager-tour-text);
  text-decoration: none;
}

.voyager-tour-rating > span {
  color: #00a884;
  font-size: 19px;
}

.voyager-tour-rating u {
  text-underline-offset: 3px;
}

.voyager-tour-location svg {
  width: 18px;
  height: 18px;
}

.voyager-tour-hero__actions {
  position: relative;
  display: flex;
  gap: 10px;
  flex: 0 0 auto;
}

.voyager-tour-icon-button {
  display: inline-flex;
  min-height: 44px;
  gap: 8px;
  align-items: center;
  justify-content: center;
  padding: 9px 14px;
  border: 1px solid var(--voyager-tour-line);
  border-radius: 999px;
  background: #fff;
  color: var(--voyager-tour-green);
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  transition: .2s ease;
}

.voyager-tour-icon-button:hover,
.voyager-tour-icon-button:focus,
.voyager-tour-icon-button:active,
.voyager-tour-icon-button[aria-pressed="true"] {
  border-color: var(--voyager-tour-green) !important;
  background: var(--voyager-tour-green) !important;
  color: #fff !important;
  transform: translateY(-1px);
}

.voyager-tour-icon-button:focus-visible,
.voyager-tour-gallery button:focus-visible,
.voyager-related button:focus-visible,
.voyager-mobile-booking button:focus-visible {
  outline: 3px solid rgba(23, 69, 60, .25);
  outline-offset: 3px;
}

.voyager-tour-icon-button svg,
.voyager-tour-location svg,
.voyager-tour-quickfact svg,
.voyager-fact-card svg,
.voyager-policy-card svg,
.voyager-tour-gallery__all svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.voyager-share-feedback {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  min-width: max-content;
  color: var(--voyager-tour-green);
  font-size: 12px;
  font-weight: 800;
}

.voyager-tour-gallery {
  position: relative;
  display: grid;
  height: 530px;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 8px;
  margin: 0 0 22px;
  overflow: hidden;
  border-radius: 24px;
  background: #dde5e2;
}

.voyager-tour-gallery__item {
  position: relative;
  min-width: 0;
  min-height: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: #dfe7e4;
  cursor: zoom-in;
}

.voyager-tour-gallery__caption,
.voyager-tour-gallery__all-plus {
  display: none;
}

.voyager-tour-gallery__item--1 {
  grid-row: 1 / 3;
}

.voyager-tour-gallery--count-1 {
  display: block;
}

.voyager-tour-gallery--count-1 .voyager-tour-gallery__item--1 {
  width: 100%;
  height: 100%;
}

.voyager-tour-gallery--count-2 {
  grid-template-columns: 2fr 1fr;
}

.voyager-tour-gallery--count-2 .voyager-tour-gallery__item--2 {
  grid-row: 1 / 3;
}

.voyager-tour-gallery--count-3 {
  grid-template-columns: 2fr 1fr;
}

.voyager-tour-gallery--count-4 {
  grid-template-columns: 1.7fr 1fr 1fr;
}

.voyager-tour-gallery--count-4 .voyager-tour-gallery__item--4 {
  grid-column: 2 / 4;
}

.voyager-tour-gallery__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s cubic-bezier(.2, .7, .25, 1);
}

.voyager-tour-gallery__item:hover img,
.voyager-tour-gallery__item:focus img {
  transform: scale(1.045);
}

.voyager-tour-gallery__all {
  position: absolute;
  right: 18px;
  bottom: 18px;
  display: inline-flex;
  min-height: 42px;
  gap: 8px;
  align-items: center;
  padding: 10px 14px;
  border: 1px solid rgba(15, 44, 38, .22);
  border-radius: 12px;
  background: rgba(255, 255, 255, .94);
  color: var(--voyager-tour-green);
  font: inherit;
  font-size: 12px;
  font-weight: 850;
  cursor: pointer;
  box-shadow: 0 7px 22px rgba(15, 44, 38, .15);
  backdrop-filter: blur(10px);
}

.voyager-tour-gallery__all:hover,
.voyager-tour-gallery__all:focus,
.voyager-tour-gallery__all:active {
  background: var(--voyager-tour-green) !important;
  color: #fff !important;
}

.voyager-tour-language {
  position: relative;
  z-index: 220;
  isolation: isolate;
  display: flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  margin: -2px 0 24px;
}

.voyager-tour-language[hidden] {
  display: none !important;
}

.voyager-tour-language .gtranslate_wrapper {
  position: relative;
  z-index: 221;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: visible !important;
}

.voyager-tour-language .voyager-language-switcher,
.voyager-tour-language .gt_switcher {
  position: relative;
  z-index: 221;
  overflow: visible !important;
}

.voyager-tour-language .gt_options,
.voyager-tour-language [class*="gt_options"] {
  z-index: 222 !important;
}

.voyager-tour-quickfacts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 0 28px;
  padding: 17px 0;
  border-block: 1px solid var(--voyager-tour-line);
}

.voyager-tour-quickfact {
  display: flex;
  min-width: 0;
  gap: 11px;
  align-items: center;
  padding: 5px 18px;
  border-right: 1px solid var(--voyager-tour-line);
}

.voyager-tour-quickfact:first-child {
  padding-left: 0;
}

.voyager-tour-quickfact:last-child {
  border-right: 0;
}

.voyager-tour-quickfact > span {
  display: flex;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: var(--voyager-tour-green-soft);
  color: var(--voyager-tour-green);
}

.voyager-tour-quickfact small,
.voyager-fact-card small {
  display: block;
  margin: 0 0 3px;
  color: var(--voyager-tour-muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .055em;
  text-transform: uppercase;
}

.voyager-tour-quickfact strong,
.voyager-fact-card strong {
  display: block;
  overflow: hidden;
  color: var(--voyager-tour-text);
  font-size: 13px;
  line-height: 1.35;
  text-overflow: ellipsis;
}

.voyager-tour-section-nav {
  position: sticky;
  z-index: 90;
  top: var(--voyager-header-height);
  border-block: 1px solid var(--voyager-tour-line);
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 7px 20px rgba(15, 44, 38, .06);
  backdrop-filter: blur(16px);
}

.admin-bar .voyager-tour-section-nav {
  top: calc(var(--voyager-header-height) + 32px);
}

.voyager-tour-section-nav__inner {
  display: flex;
  width: min(1320px, calc(100% - 40px));
  margin-inline: auto;
  overflow-x: auto;
  scrollbar-width: none;
}

.voyager-tour-section-nav__inner::-webkit-scrollbar {
  display: none;
}

.voyager-tour-section-nav a {
  position: relative;
  display: inline-flex;
  min-height: 58px;
  flex: 0 0 auto;
  align-items: center;
  padding: 0 22px;
  color: #34433f;
  font-size: 13px;
  font-weight: 790;
  text-decoration: none;
}

.voyager-tour-section-nav a::after {
  position: absolute;
  right: 20px;
  bottom: -1px;
  left: 20px;
  height: 3px;
  border-radius: 3px 3px 0 0;
  background: var(--voyager-tour-green);
  content: "";
  opacity: 0;
  transform: scaleX(.5);
  transition: .2s ease;
}

.voyager-tour-section-nav a:hover,
.voyager-tour-section-nav a:focus,
.voyager-tour-section-nav a.is-active {
  background: var(--voyager-tour-green-soft);
  color: var(--voyager-tour-green);
}

.voyager-tour-section-nav a.is-active::after {
  opacity: 1;
  transform: scaleX(1);
}

.voyager-tour-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: clamp(34px, 5vw, 72px);
  align-items: start;
  padding-top: 26px;
}

.voyager-tour-content {
  min-width: 0;
}

.voyager-tour-section {
  padding: 34px 0 40px;
  border-bottom: 1px solid var(--voyager-tour-line);
  scroll-margin-top: calc(var(--voyager-header-height) + 78px);
}

.voyager-tour-section:first-child {
  padding-top: 16px;
}

.voyager-tour-disclosure {
  padding: 0;
}

.voyager-tour-disclosure > .voyager-tour-disclosure__summary {
  display: grid;
  min-height: 82px;
  grid-template-columns: 44px minmax(0, 1fr) 34px;
  gap: 15px;
  align-items: center;
  padding: 14px 5px;
  color: var(--voyager-tour-green);
  cursor: pointer;
  list-style: none;
  transition: color .2s ease, padding .2s ease;
}

.voyager-tour-disclosure > .voyager-tour-disclosure__summary::-webkit-details-marker {
  display: none;
}

.voyager-tour-disclosure > .voyager-tour-disclosure__summary:hover,
.voyager-tour-disclosure > .voyager-tour-disclosure__summary:focus-visible {
  padding-inline: 12px;
  border-radius: 16px;
  background: var(--voyager-tour-green-soft);
  color: var(--voyager-tour-green);
  outline: none;
}

.voyager-tour-disclosure__icon {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid #d3e0dc;
  border-radius: 13px;
  background: #f7faf9;
  color: var(--voyager-tour-green);
}

.voyager-tour-disclosure__icon svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.voyager-tour-disclosure__title {
  font-size: 18px;
  font-weight: 850;
  letter-spacing: .02em;
  line-height: 1.25;
}

.voyager-tour-disclosure__toggle {
  display: inline-flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--voyager-tour-green);
  font-size: 25px;
  font-weight: 400;
  line-height: 1;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}

.voyager-tour-disclosure[open] > .voyager-tour-disclosure__summary .voyager-tour-disclosure__toggle {
  background: var(--voyager-tour-green);
  color: #fff;
  transform: rotate(45deg);
}

.voyager-tour-disclosure__body {
  padding: 2px 0 38px;
}

.voyager-tour-section h2,
.voyager-related h2 {
  margin: 0 0 22px;
  color: var(--voyager-tour-green);
  font-size: clamp(25px, 3.2vw, 35px);
  font-weight: 820;
  letter-spacing: -.025em;
  line-height: 1.14;
}

.voyager-tour-section h3 {
  margin: 0 0 14px;
  color: var(--voyager-tour-green);
  font-size: 17px;
}

.voyager-tour-prose {
  position: relative;
  color: #35433f;
  font-size: 16px;
  line-height: 1.78;
}

.voyager-tour-prose p {
  margin: 0 0 17px;
}

.voyager-tour-prose.is-collapsed {
  max-height: 265px;
  overflow: hidden;
}

.voyager-tour-prose.is-collapsed::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 82px;
  background: linear-gradient(to bottom, rgba(255,255,255,0), #fff);
  content: "";
}

.voyager-read-more {
  margin: 8px 0 0;
  padding: 0;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  color: var(--voyager-tour-green);
  font: inherit;
  font-size: 14px;
  font-weight: 850;
  cursor: pointer;
}

.voyager-read-more [data-less] {
  display: none;
}

.voyager-read-more.is-expanded [data-more] {
  display: none;
}

.voyager-read-more.is-expanded [data-less] {
  display: inline;
}

.voyager-inclusion-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.voyager-inclusion-grid > div {
  padding: 22px;
  border: 1px solid var(--voyager-tour-line);
  border-radius: 18px;
  background: var(--voyager-tour-surface);
}

.voyager-checklist {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.voyager-checklist li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: #35433f;
  font-size: 14px;
  line-height: 1.5;
}

.voyager-checklist li > span:first-child {
  display: inline-flex;
  width: 21px;
  height: 21px;
  flex: 0 0 21px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 900;
}

.voyager-checklist.is-positive li > span:first-child {
  background: #dff7eb;
  color: #067647;
}

.voyager-checklist.is-negative li > span:first-child {
  background: #fce8e7;
  color: #b42318;
}

.voyager-meeting-card {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding: 21px;
  border: 1px solid var(--voyager-tour-line);
  border-radius: 18px;
  background: linear-gradient(145deg, #fbfdfc, var(--voyager-tour-surface));
  box-shadow: 0 10px 28px rgba(15, 44, 38, .05);
}

.voyager-meeting-card > span {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  overflow: hidden;
  border: 1px solid #cfe0da;
  border-radius: 14px;
  background: var(--voyager-tour-green-soft);
  color: var(--voyager-tour-green);
}

.voyager-meeting-card > span svg {
  display: block;
  width: 24px !important;
  height: 24px !important;
  max-width: 24px !important;
  max-height: 24px !important;
  flex: 0 0 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.voyager-meeting-card h3 {
  margin: 2px 0 8px;
  color: var(--voyager-tour-green);
  font-size: 18px;
}

.voyager-meeting-card p {
  margin: 0 0 10px;
  color: #43524d;
  font-size: 14px;
  line-height: 1.65;
}

.voyager-meeting-card p:last-child {
  margin-bottom: 0;
}

.voyager-itinerary {
  position: relative;
  padding-left: 52px;
}

.voyager-itinerary__line,
.voyager-itinerary__progress {
  position: absolute;
  z-index: 1;
  top: 30px;
  left: 16px;
  width: 3px;
  height: 0;
  border-radius: 999px;
  pointer-events: none;
}

.voyager-itinerary__line {
  background: #dbe5e1;
}

.voyager-itinerary__progress {
  z-index: 2;
  background: linear-gradient(180deg, #2c9b7d 0%, var(--voyager-tour-green) 100%);
  box-shadow: 0 0 0 1px rgba(15, 44, 38, .04);
  transition: height .18s linear;
}

.voyager-itinerary__item {
  position: relative;
  z-index: 3;
  margin: 0 0 12px;
  border: 1px solid var(--voyager-tour-line);
  border-radius: 16px;
  background: #fff;
  transition: .2s ease;
}

.voyager-itinerary__item[open] {
  border-color: #b9d0c9;
  box-shadow: 0 12px 26px rgba(15, 44, 38, .07);
}

.voyager-itinerary__item summary {
  display: grid;
  min-height: 64px;
  grid-template-columns: minmax(0, 1fr) 26px;
  gap: 12px;
  align-items: center;
  padding: 14px 17px;
  color: var(--voyager-tour-green);
  cursor: pointer;
  list-style: none;
}

.voyager-itinerary__item summary::-webkit-details-marker,
.voyager-faqs summary::-webkit-details-marker {
  display: none;
}

.voyager-itinerary__marker {
  position: absolute;
  z-index: 4;
  top: 15px;
  left: -52px;
  display: flex;
  width: 35px;
  height: 35px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #d5e0dc;
  background: #fff;
  color: #8b9994;
  box-shadow: 0 3px 10px rgba(15, 44, 38, .08);
  transition: border-color .25s ease, background .25s ease, color .25s ease, transform .25s ease;
}

.voyager-itinerary__marker svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.voyager-itinerary__marker.is-reached {
  border-color: #248c70;
  background: #248c70;
  color: #fff;
  transform: scale(1.05);
}

.voyager-itinerary__heading {
  display: flex;
  min-width: 0;
  gap: 9px;
  align-items: baseline;
}

.voyager-itinerary__heading small {
  flex: 0 0 auto;
  color: #25886f;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .055em;
  text-transform: uppercase;
}

.voyager-itinerary__heading strong {
  min-width: 0;
  font-size: 15px;
  line-height: 1.35;
}

.voyager-itinerary__toggle,
.voyager-faqs summary span {
  font-size: 23px;
  font-weight: 400;
  transition: transform .2s ease;
}

.voyager-itinerary__item[open] .voyager-itinerary__toggle,
.voyager-faqs details[open] summary span {
  transform: rotate(45deg);
}

.voyager-itinerary__body {
  padding: 0 20px 20px;
  color: #46534f;
  font-size: 14px;
  line-height: 1.7;
}

.voyager-itinerary__body p:last-child {
  margin-bottom: 0;
}

.voyager-itinerary__body-layout.has-gallery {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(230px, .92fr);
  gap: 20px;
  align-items: start;
}

.voyager-itinerary__copy > :first-child {
  margin-top: 0;
}

.voyager-itinerary-activities-public {
  position: relative;
  display: grid;
  gap: 0;
  padding-left: 25px;
}

.voyager-itinerary-activities-public::before {
  position: absolute;
  top: 11px;
  bottom: 12px;
  left: 6px;
  width: 2px;
  border-radius: 999px;
  background: #cfe0da;
  content: "";
}

.voyager-itinerary-activities-public section {
  position: relative;
  padding: 0 0 17px;
}

.voyager-itinerary-activities-public section:last-child {
  padding-bottom: 0;
}

.voyager-itinerary-activities-public section::before {
  position: absolute;
  top: 8px;
  left: -24px;
  width: 12px;
  height: 12px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: #248c70;
  box-shadow: 0 0 0 1px #9fc5b9;
  content: "";
}

.voyager-itinerary-activities-public h4 {
  margin: 0 0 6px;
  color: var(--voyager-tour-green);
  font-size: 14px;
}

.voyager-itinerary-activities-public p {
  margin: 0 0 8px;
}

.voyager-itinerary-gallery {
  display: grid;
  min-width: 0;
  height: 228px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 7px;
  overflow: hidden;
  border-radius: 14px;
  background: #e8efec;
}

.voyager-itinerary-gallery button {
  position: relative;
  min-width: 0;
  min-height: 0;
  padding: 0 !important;
  overflow: hidden;
  border: 0 !important;
  border-radius: 0 !important;
  background: #dfe9e5 !important;
  color: #fff !important;
  cursor: zoom-in;
}

.voyager-itinerary-gallery--count-1 button {
  grid-column: 1 / -1;
  grid-row: 1 / -1;
}

.voyager-itinerary-gallery--count-2 button {
  grid-row: 1 / -1;
}

.voyager-itinerary-gallery--count-3 button:first-child {
  grid-row: 1 / -1;
}

.voyager-itinerary-gallery--count-5,
.voyager-itinerary-gallery--count-6 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.voyager-itinerary-gallery img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease, filter .35s ease;
}

.voyager-itinerary-gallery button > span {
  position: absolute;
  right: 9px;
  bottom: 9px;
  display: inline-flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 50%;
  background: rgba(8, 30, 25, .68);
  opacity: 0;
  transform: translateY(4px);
  transition: opacity .22s ease, transform .22s ease;
  backdrop-filter: blur(8px);
}

.voyager-itinerary-gallery button > span svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.voyager-itinerary-gallery button:hover img,
.voyager-itinerary-gallery button:focus-visible img {
  filter: brightness(.86);
  transform: scale(1.045);
}

.voyager-itinerary-gallery button:hover > span,
.voyager-itinerary-gallery button:focus-visible > span {
  opacity: 1;
  transform: translateY(0);
}

.voyager-facts-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 28px;
}

.voyager-facts-grid--overview {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px 24px;
  margin: 27px 0 0;
  padding: 24px;
  border: 1px solid #d3e0dc;
  border-radius: 22px;
  background: linear-gradient(145deg, #fbfdfc 0%, #f1f7f5 100%);
  box-shadow: 0 14px 34px rgba(15, 44, 38, .06);
}

.voyager-facts-grid--overview .voyager-fact-card {
  gap: 14px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.voyager-facts-grid--overview .voyager-fact-card > span {
  width: 43px;
  height: 43px;
  flex-basis: 43px;
  border: 1px solid rgba(15, 44, 38, .12);
  border-radius: 13px;
  background: rgba(15, 44, 38, .04);
}

.voyager-facts-grid--overview .voyager-fact-card strong {
  overflow: visible;
  font-size: 14px;
  text-overflow: clip;
}

.voyager-fact-card {
  display: flex;
  min-width: 0;
  gap: 13px;
  align-items: center;
  padding: 16px;
  border: 1px solid var(--voyager-tour-line);
  border-radius: 14px;
  background: #fff;
}

.voyager-fact-card > span {
  display: flex;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  align-items: center;
  justify-content: center;
  border-radius: 11px;
  background: var(--voyager-tour-green-soft);
  color: var(--voyager-tour-green);
}

.voyager-recommendations {
  margin: 22px 0 0;
  padding: 22px;
  border-radius: 17px;
  background: var(--voyager-tour-surface);
}

.voyager-tour-map {
  margin: 26px 0 0;
}

.voyager-tour-map iframe {
  display: block;
  width: 100%;
  min-height: 350px;
  border: 0;
  border-radius: 18px;
}

.voyager-policy-card {
  display: flex;
  gap: 17px;
  align-items: flex-start;
  padding: 22px;
  border: 1px solid #e5d8bd;
  border-radius: 18px;
  background: #fffaf1;
}

.voyager-policy-card svg {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  color: #946a1d;
}

.voyager-policy-card p {
  margin: 1px 0 0;
  color: #55472f;
  line-height: 1.65;
}

.voyager-faqs {
  border-top: 1px solid var(--voyager-tour-line);
}

.voyager-faqs details {
  border-bottom: 1px solid var(--voyager-tour-line);
}

.voyager-faqs summary {
  display: flex;
  min-height: 64px;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  padding: 14px 4px;
  color: var(--voyager-tour-green);
  font-size: 15px;
  font-weight: 790;
  cursor: pointer;
  list-style: none;
}

.voyager-faqs details > div {
  padding: 0 42px 18px 4px;
  color: #46534f;
  font-size: 14px;
  line-height: 1.68;
}

.voyager-review-summary {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  gap: 30px;
  align-items: center;
  padding: 28px;
  border: 1px solid var(--voyager-tour-line);
  border-radius: 20px;
  background: var(--voyager-tour-surface);
}

.voyager-review-summary > div {
  text-align: center;
}

.voyager-review-summary > div > strong {
  display: block;
  color: var(--voyager-tour-green);
  font-size: 48px;
  line-height: 1;
}

.voyager-review-stars {
  margin: 7px 0 3px;
  color: #00a884;
  font-size: 22px;
  letter-spacing: 2px;
}

.voyager-review-summary span {
  color: var(--voyager-tour-muted);
  font-size: 12px;
}

.voyager-review-summary p {
  margin: 0;
  color: #46534f;
  font-size: 15px;
  line-height: 1.7;
}

.voyager-tour-booking-sticky {
  position: sticky;
  top: calc(var(--voyager-header-height) + 80px);
  padding-top: 16px;
}

.admin-bar .voyager-tour-booking-sticky {
  top: calc(var(--voyager-header-height) + 112px);
}

.voyager-tour-booking-column .voyager-booking-panel {
  max-width: 390px;
  border-radius: 22px;
  box-shadow: 0 18px 44px rgba(15, 44, 38, .12);
}

.voyager-related {
  padding: 55px 0 15px;
}

.voyager-related__head {
  display: flex;
  gap: 20px;
  align-items: flex-end;
  justify-content: space-between;
  margin: 0 0 22px;
}

.voyager-related__head h2 {
  margin-bottom: 0;
}

.voyager-related__head > div:last-child {
  display: flex;
  gap: 9px;
}

.voyager-related__head button {
  width: 42px;
  height: 42px;
  border: 1px solid var(--voyager-tour-line);
  border-radius: 50%;
  background: #fff;
  color: var(--voyager-tour-green);
  font: inherit;
  font-size: 24px;
  cursor: pointer;
}

.voyager-related__head button:hover,
.voyager-related__head button:focus,
.voyager-related__head button:active {
  border-color: var(--voyager-tour-green) !important;
  background: var(--voyager-tour-green) !important;
  color: #fff !important;
}

.voyager-related__track {
  display: grid;
  grid-auto-columns: minmax(275px, calc((100% - 54px) / 4));
  grid-auto-flow: column;
  gap: 18px;
  overflow-x: auto;
  padding: 0 1px 20px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.voyager-related__track::-webkit-scrollbar {
  display: none;
}

.voyager-related-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--voyager-tour-line);
  border-radius: 18px;
  background: #fff;
  color: var(--voyager-tour-text);
  text-decoration: none;
  scroll-snap-align: start;
  box-shadow: 0 9px 24px rgba(15, 44, 38, .07);
  transition: transform .22s ease, box-shadow .22s ease;
}

.voyager-related-card:hover,
.voyager-related-card:focus {
  color: var(--voyager-tour-text);
  transform: translateY(-4px);
  box-shadow: 0 17px 34px rgba(15, 44, 38, .13);
}

.voyager-related-card__image {
  display: flex;
  height: 190px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: var(--voyager-tour-green-soft);
  color: var(--voyager-tour-green);
}

.voyager-related-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.voyager-related-card:hover .voyager-related-card__image img {
  transform: scale(1.04);
}

.voyager-related-card__image svg {
  width: 64px;
  height: 64px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.4;
}

.voyager-related-card__body {
  display: flex;
  min-height: 215px;
  flex: 1;
  flex-direction: column;
  padding: 16px;
}

.voyager-related-card__body > small {
  color: var(--voyager-tour-muted);
  font-size: 11px;
}

.voyager-related-card h3 {
  display: -webkit-box;
  margin: 7px 0 10px;
  overflow: hidden;
  color: var(--voyager-tour-green);
  font-size: 16px;
  line-height: 1.32;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.voyager-related-card__rating {
  color: #00a884;
  font-size: 13px;
  font-weight: 800;
}

.voyager-related-card__rating span {
  color: var(--voyager-tour-muted);
  font-weight: 500;
}

.voyager-related-card__footer {
  display: flex;
  gap: 12px;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid var(--voyager-tour-line);
  color: var(--voyager-tour-muted);
  font-size: 11px;
}

.voyager-related-card__footer strong {
  color: var(--voyager-tour-green);
  font-size: 13px;
  text-align: right;
}

.voyager-mobile-booking {
  display: none;
}
.voyager-mobile-booking>button:only-child{width:100%;flex:1}.voyager-tour-reviews-section>h2{margin:0 0 20px}.voyager-tour-reviews-section .voyager-reviews{padding:20px 0 0}.voyager-tour-reviews-section .voyager-review-track{grid-template-columns:1fr}.voyager-tour-reviews-section .voyager-section-head{display:none}

.voyager-lightbox[hidden] {
  display: none;
}

.voyager-lightbox {
  position: fixed;
  z-index: 100200;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px;
}

.voyager-lightbox__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(4, 15, 12, .94);
}

.voyager-lightbox__dialog {
  position: relative;
  z-index: 1;
  display: flex;
  width: min(1240px, 100%);
  height: min(88vh, 850px);
  flex-direction: column;
}

.voyager-lightbox__toolbar {
  z-index: 2;
  display: flex;
  min-height: 54px;
  align-items: center;
  justify-content: space-between;
  padding: 0 4px 10px;
  color: #fff;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: .06em;
}

.voyager-lightbox__toolbar button,
.voyager-lightbox__arrow {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 50%;
  background: rgba(7, 27, 22, .66) !important;
  color: #fff !important;
  font: inherit;
  cursor: pointer;
  box-shadow: 0 10px 28px rgba(0, 0, 0, .2);
  backdrop-filter: blur(12px);
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

.voyager-lightbox__toolbar button {
  width: 44px;
  height: 44px;
  font-size: 28px !important;
  line-height: 1 !important;
}

.voyager-lightbox__toolbar button > span {
  display: block;
  margin-top: -3px;
}

.voyager-lightbox__toolbar button:hover,
.voyager-lightbox__toolbar button:focus,
.voyager-lightbox__arrow:hover,
.voyager-lightbox__arrow:focus {
  background: #fff !important;
  color: var(--voyager-tour-green) !important;
  border-color: #fff !important;
  transform: scale(1.05);
}

.voyager-lightbox__stage {
  position: relative;
  display: flex;
  min-height: 0;
  flex: 1;
  align-items: center;
  justify-content: center;
}

.voyager-lightbox__media {
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 0;
  align-items: center;
  justify-content: center;
}

.voyager-lightbox__media img {
  display: block;
  max-width: calc(100% - 132px);
  max-height: 100%;
  border-radius: 13px;
  object-fit: contain;
  box-shadow: 0 22px 70px rgba(0, 0, 0, .28);
  touch-action: pan-y;
  user-select: none;
}

.voyager-lightbox__arrow {
  position: absolute;
  z-index: 3;
  top: 50%;
  width: 50px;
  height: 50px;
  transform: translateY(-50%);
}

.voyager-lightbox__arrow:hover,
.voyager-lightbox__arrow:focus {
  transform: translateY(-50%) scale(1.05);
}

.voyager-lightbox__arrow svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.voyager-lightbox__arrow.is-prev {
  left: 14px;
}

.voyager-lightbox__arrow.is-next {
  right: 14px;
}

body.voyager-lightbox-open {
  overflow: hidden !important;
}

@media (max-width: 1080px) {
  .voyager-tour-gallery {
    height: 450px;
  }

  .voyager-tour-layout {
    grid-template-columns: minmax(0, 1fr) 350px;
    gap: 36px;
  }

  .voyager-tour-quickfacts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .voyager-tour-quickfact:nth-child(2) {
    border-right: 0;
  }

  .voyager-tour-quickfact:nth-child(n+3) {
    margin-top: 12px;
  }
}

@media (max-width: 900px) {
  .voyager-new-tour-template {
    --voyager-header-height: 0px;
  }

  .voyager-new-tour-template .voyager-tour-page {
    padding-bottom: 120px;
  }

  .voyager-tour-layout {
    display: flex;
    flex-direction: column;
    gap: 18px;
  }

  .voyager-tour-booking-column {
    width: 100%;
    order: -1;
  }

  .voyager-tour-booking-sticky {
    position: static;
    padding: 0;
  }

  .voyager-tour-booking-column .voyager-booking-panel {
    max-width: none;
  }

  .voyager-mobile-booking {
    position: fixed;
    z-index: 960;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    min-height: 76px;
    gap: 18px;
    align-items: center;
    justify-content: space-between;
    padding: 10px max(18px, calc((100% - 760px) / 2));
    border-top: 1px solid var(--voyager-tour-line);
    background: rgba(255,255,255,.97);
    box-shadow: 0 -10px 30px rgba(15,44,38,.11);
    backdrop-filter: blur(15px);
  }

  .voyager-mobile-booking small,
  .voyager-mobile-booking strong {
    display: block;
  }

  .voyager-mobile-booking small {
    color: var(--voyager-tour-muted);
    font-size: 10px;
  }

  .voyager-mobile-booking strong {
    color: var(--voyager-tour-green);
    font-size: 16px;
  }

  .voyager-mobile-booking strong span {
    font-size: 10px;
  }

  .voyager-mobile-booking button {
    min-height: 48px;
    padding: 11px 22px;
    border: 0;
    border-radius: 13px;
    background: var(--voyager-tour-green);
    color: #fff;
    font: inherit;
    font-size: 13px;
    font-weight: 850;
    cursor: pointer;
  }

  .voyager-mobile-booking button:hover,
  .voyager-mobile-booking button:focus,
  .voyager-mobile-booking button:active {
    background: var(--voyager-tour-green-2) !important;
    color: #fff !important;
  }
}

@media (max-width: 767px) {
  .voyager-tour-container,
  .voyager-tour-section-nav__inner {
    width: min(100% - 28px, 680px);
  }

  .voyager-new-tour-template .voyager-tour-page {
    padding-top: 14px;
  }

  .voyager-tour-breadcrumbs {
    margin-bottom: 14px;
    font-size: 11px;
  }

  .voyager-tour-hero {
    display: block;
    margin-bottom: 16px;
  }

  .voyager-tour-hero h1 {
    margin-bottom: 12px;
    font-size: clamp(29px, 9vw, 40px);
  }

  .voyager-tour-hero__actions {
    margin-top: 16px;
  }

  .voyager-tour-icon-button {
    min-height: 40px;
    padding: 8px 12px;
  }

  .voyager-tour-gallery {
    display: grid;
    height: auto;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-template-rows: clamp(235px, 68vw, 380px) 88px;
    gap: 7px;
    margin: 0 0 20px;
    padding: 0;
    overflow: visible;
    border-radius: 0;
    background: transparent;
  }

  .voyager-tour-gallery--count-1 {
    grid-template-columns: 1fr;
    grid-template-rows: clamp(235px, 68vw, 380px);
  }

  .voyager-tour-gallery__item {
    width: auto;
    height: auto;
    min-height: 0;
    border-radius: 13px;
  }

  .voyager-tour-gallery__item--1,
  .voyager-tour-gallery--count-1 .voyager-tour-gallery__item--1,
  .voyager-tour-gallery--count-2 .voyager-tour-gallery__item--1,
  .voyager-tour-gallery--count-2 .voyager-tour-gallery__item--2 {
    grid-row: auto;
  }

  .voyager-tour-gallery__item--1 {
    grid-column: 1 / -1;
    grid-row: 1 !important;
    border-radius: 22px;
  }

  .voyager-tour-gallery__item:nth-of-type(n+2) {
    grid-row: 2;
  }

  .voyager-tour-gallery--count-5 .voyager-tour-gallery__item:nth-of-type(n+2) {
    grid-column: span 3;
  }

  .voyager-tour-gallery--count-4 .voyager-tour-gallery__item:nth-of-type(n+2) {
    grid-column: span 4;
  }

  .voyager-tour-gallery--count-3 .voyager-tour-gallery__item:nth-of-type(n+2) {
    grid-column: span 6;
  }

  .voyager-tour-gallery--count-2 .voyager-tour-gallery__item--2 {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .voyager-tour-gallery__caption {
    position: absolute;
    right: 18px;
    bottom: 16px;
    left: 18px;
    z-index: 2;
    display: -webkit-box;
    overflow: hidden;
    color: #fff;
    font-size: clamp(18px, 5.4vw, 25px);
    font-weight: 850;
    line-height: 1.16;
    text-align: center;
    text-shadow: 0 2px 13px rgba(0, 0, 0, .72);
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .voyager-tour-gallery__item--1::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 42%;
    background: linear-gradient(to bottom, transparent, rgba(3, 22, 18, .62));
    content: "";
    pointer-events: none;
  }

  .voyager-tour-gallery__all {
    right: 0;
    bottom: 0;
    display: flex;
    width: calc((100% - 21px) / 4);
    height: 88px;
    min-height: 0;
    flex-direction: column;
    gap: 3px;
    justify-content: center;
    padding: 8px;
    border: 1px solid rgba(255, 255, 255, .42);
    border-radius: 13px;
    background: rgba(8, 29, 24, .72);
    color: #fff;
    box-shadow: none;
    backdrop-filter: blur(4px);
  }

  .voyager-tour-gallery--count-4 .voyager-tour-gallery__all {
    width: calc((100% - 14px) / 3);
  }

  .voyager-tour-gallery--count-3 .voyager-tour-gallery__all {
    width: calc((100% - 7px) / 2);
  }

  .voyager-tour-gallery--count-2 .voyager-tour-gallery__all {
    width: 100%;
  }

  .voyager-tour-gallery--count-1 .voyager-tour-gallery__all {
    right: 14px;
    bottom: 14px;
    width: auto;
    height: auto;
    min-height: 46px;
    flex-direction: row;
    padding-inline: 14px;
  }

  .voyager-tour-gallery__all-plus {
    display: block;
    font-size: 25px;
    font-weight: 500;
    line-height: .85;
  }

  .voyager-tour-gallery__all-label {
    display: none;
  }

  .voyager-tour-gallery__all svg {
    width: 23px;
    height: 23px;
  }

  .voyager-tour-quickfacts {
    display: none;
  }

  .voyager-tour-language {
    min-height: 48px;
    margin: -2px 0 30px;
  }

  .voyager-tour-section-nav a {
    min-height: 52px;
    padding-inline: 16px;
    font-size: 12px;
  }

  .voyager-tour-layout {
    padding-top: 18px;
  }

  .voyager-tour-section {
    padding: 28px 0 32px;
  }

  .voyager-tour-disclosure {
    padding: 0;
  }

  .voyager-tour-disclosure > .voyager-tour-disclosure__summary {
    min-height: 68px;
    grid-template-columns: 38px minmax(0, 1fr) 30px;
    gap: 12px;
    padding: 12px 2px;
  }

  .voyager-tour-disclosure > .voyager-tour-disclosure__summary:hover,
  .voyager-tour-disclosure > .voyager-tour-disclosure__summary:focus-visible {
    padding-inline: 8px;
  }

  .voyager-meeting-card {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 12px;
    padding: 16px;
    border-radius: 15px;
  }

  .voyager-meeting-card > span {
    width: 40px;
    height: 40px;
    border-radius: 12px;
  }

  .voyager-meeting-card > span svg {
    width: 21px !important;
    height: 21px !important;
    max-width: 21px !important;
    max-height: 21px !important;
  }

  .voyager-tour-disclosure__icon {
    width: 38px;
    height: 38px;
    border-radius: 11px;
  }

  .voyager-tour-disclosure__icon svg {
    width: 19px;
    height: 19px;
  }

  .voyager-tour-disclosure__title {
    font-size: 16px;
    letter-spacing: .035em;
  }

  .voyager-tour-disclosure__toggle {
    width: 30px;
    height: 30px;
    font-size: 23px;
  }

  .voyager-tour-disclosure__body {
    padding: 2px 0 30px;
  }

  .voyager-tour-section:first-child {
    padding-top: 10px;
  }

  .voyager-tour-section h2,
  .voyager-related h2 {
    margin-bottom: 18px;
    font-size: 27px;
  }

  .voyager-tour-prose {
    font-size: 15px;
    line-height: 1.72;
  }

  .voyager-inclusion-grid,
  .voyager-facts-grid,
  .voyager-review-summary {
    grid-template-columns: 1fr;
  }

  .voyager-facts-grid--overview {
    gap: 16px;
    margin-top: 24px;
    padding: 20px 18px;
    border-radius: 20px;
  }

  .voyager-facts-grid--overview .voyager-fact-card {
    gap: 13px;
    padding: 0;
  }

  .voyager-facts-grid--overview .voyager-fact-card > span {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }

  .voyager-inclusion-grid > div,
  .voyager-recommendations {
    padding: 18px;
  }

  .voyager-itinerary {
    padding-left: 39px;
  }

  .voyager-itinerary__line,
  .voyager-itinerary__progress {
    left: 13px;
  }

  .voyager-itinerary__marker {
    top: 14px;
    left: -39px;
    width: 29px;
    height: 29px;
  }

  .voyager-itinerary__marker svg {
    width: 14px;
    height: 14px;
  }

  .voyager-itinerary__item summary {
    grid-template-columns: minmax(0, 1fr) 22px;
    gap: 9px;
    padding: 12px 13px;
  }

  .voyager-itinerary__heading {
    display: grid;
    gap: 2px;
  }

  .voyager-itinerary__body {
    padding: 0 13px 15px;
  }

  .voyager-itinerary__body-layout.has-gallery {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .voyager-itinerary-gallery {
    height: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
    grid-auto-rows: 112px;
    border-radius: 13px;
  }

  .voyager-itinerary-gallery--count-1 {
    height: 210px;
    grid-template-rows: 1fr;
  }

  .voyager-itinerary-gallery--count-2 {
    height: 170px;
    grid-template-rows: 1fr;
  }

  .voyager-itinerary-gallery--count-3,
  .voyager-itinerary-gallery--count-4,
  .voyager-itinerary-gallery--count-5,
  .voyager-itinerary-gallery--count-6 {
    height: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
  }

  .voyager-itinerary-gallery--count-3 button:first-child {
    grid-row: auto;
  }

  .voyager-tour-map iframe {
    min-height: 280px;
  }

  .voyager-review-summary {
    gap: 18px;
    padding: 22px;
  }

  .voyager-related {
    padding-top: 38px;
  }

  .voyager-related__track {
    grid-auto-columns: minmax(270px, 84vw);
    gap: 12px;
  }

  .voyager-related__head > div:last-child {
    display: none;
  }

  .voyager-lightbox {
    padding: 8px;
  }

  .voyager-lightbox__dialog {
    height: min(94vh, calc(100dvh - 16px));
  }

  .voyager-lightbox__toolbar {
    min-height: 50px;
    padding-inline: 5px;
  }

  .voyager-lightbox__toolbar button {
    width: 41px;
    height: 41px;
  }

  .voyager-lightbox__media img {
    max-width: calc(100% - 18px);
    max-height: calc(100% - 8px);
    border-radius: 10px;
  }

  .voyager-lightbox__arrow {
    top: 50%;
    width: 44px;
    height: 44px;
    transform: translateY(-50%);
  }

  .voyager-lightbox__arrow:hover,
  .voyager-lightbox__arrow:focus {
    transform: translateY(-50%) scale(1.05);
  }

  .voyager-lightbox__arrow.is-prev {
    left: 7px;
  }

  .voyager-lightbox__arrow.is-next {
    right: 7px;
  }
}

@media (max-width: 480px) {
  .voyager-tour-hero__meta {
    gap: 10px;
    align-items: flex-start;
    flex-direction: column;
  }

  .voyager-tour-icon-button span {
    display: none;
  }

  .voyager-tour-icon-button {
    width: 42px;
    padding: 8px;
  }

  .voyager-tour-gallery {
    grid-template-rows: minmax(230px, 72vw) 80px;
  }

  .voyager-tour-gallery--count-1 {
    grid-template-rows: minmax(230px, 72vw);
  }

  .voyager-tour-gallery__all {
    height: 80px;
  }

  .voyager-fact-card {
    padding: 13px;
  }

  .voyager-mobile-booking {
    gap: 10px;
    padding-inline: 12px;
  }

  .voyager-mobile-booking button {
    padding-inline: 15px;
    font-size: 11px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .voyager-tour-page *,
  .voyager-tour-page *::before,
  .voyager-tour-page *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
  }
}
