.ws-canal-gyg-preview {
  --ws-preview-blue: #0875bd;
  --ws-preview-ink: #102a43;
  --ws-preview-muted: #5d6b7a;
  --ws-preview-line: #d8e0e7;
  --ws-preview-soft: #eef5fb;
}

.ws-canal-gyg-preview .elementor-widget-babe-item-slideshow .gallery-wrapper,
.ws-canal-gyg-preview .triply-single-slideshow .gallery-wrapper[data-ws-gallery-enhanced="true"] {
  display: none !important;
}

.ws-hero-gallery {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr) minmax(0, 1fr);
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 6px;
  width: 100%;
  height: clamp(360px, 30vw, 430px);
  overflow: hidden;
  border-radius: 14px;
  background: #e9eef2;
}

.ws-hero-gallery__item {
  position: relative;
  min-width: 0;
  min-height: 0;
  margin: 0;
  padding: 0 !important;
  overflow: hidden;
  border: 0 !important;
  border-radius: 0 !important;
  background: #e9eef2 !important;
  box-shadow: none !important;
  cursor: zoom-in;
}

.ws-hero-gallery__item--1 {
  grid-row: 1 / 3;
}

.ws-hero-gallery__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .24s ease;
}

.ws-hero-gallery__item:hover img {
  transform: scale(1.025);
}

.ws-hero-gallery__item:focus-visible {
  z-index: 2;
  outline: 4px solid rgba(8, 117, 189, .55);
  outline-offset: -4px;
}

.ws-hero-gallery__view-all {
  position: absolute;
  right: 12px;
  bottom: 12px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .94);
  color: #102a43;
  font-size: 12px;
  font-weight: 700;
}

.ws-hero-gallery__count {
  display: none;
}

.ws-hero-lightbox {
  width: 100vw;
  max-width: none;
  height: 100vh;
  max-height: none;
  margin: 0;
  padding: 0;
  border: 0;
  background: rgba(3, 12, 19, .97);
  color: #fff;
}

.ws-hero-lightbox::backdrop {
  background: rgba(3, 12, 19, .97);
}

.ws-hero-lightbox__bar {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: max(16px, env(safe-area-inset-top)) max(20px, env(safe-area-inset-right)) 12px max(20px, env(safe-area-inset-left));
  font-weight: 700;
}

.ws-hero-lightbox__bar button,
.ws-hero-lightbox__nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .4);
  border-radius: 50%;
  background: rgba(0, 0, 0, .32);
  color: #fff;
  cursor: pointer;
  font-size: 30px;
}

.ws-hero-lightbox__stage {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 72px 84px 42px;
}

.ws-hero-lightbox__stage img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.ws-hero-lightbox__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.ws-hero-lightbox__nav--prev { left: 20px; }
.ws-hero-lightbox__nav--next { right: 20px; }

.ws-fast-booking--gyg-preview .ws-fast-booking__form {
  border: 1px solid var(--ws-preview-line);
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(16, 42, 67, .08);
}

.ws-fast-booking--gyg-preview .ws-fast-booking__fixed-head {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 18px;
  border: 0;
  border-radius: 16px;
}

.ws-fast-booking--gyg-preview .ws-fast-booking__title,
.ws-fast-booking--gyg-preview .ws-fast-booking__preview-note {
  display: none;
}

.ws-fast-booking__from-price {
  order: 1;
  display: grid;
  gap: 1px;
  color: var(--ws-preview-ink);
}

.ws-fast-booking__from-price > span {
  font-size: 13px;
  font-weight: 600;
}

.ws-fast-booking__from-price > strong {
  font-size: 23px;
  line-height: 1.2;
}

.ws-fast-booking__from-price small {
  font-size: 12px;
  font-weight: 600;
}

.ws-fast-booking--gyg-preview .ws-fast-booking__travellers-trigger {
  order: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  min-height: 46px;
  margin: 0;
  padding: 10px 14px;
  border: 0;
  border-radius: 999px;
  background: #eef1f4;
  color: var(--ws-preview-ink);
  cursor: pointer;
  text-align: left;
}

.ws-fast-booking--gyg-preview .ws-fast-booking__travellers-trigger::after {
  content: "▾";
  font-size: 14px;
}

.ws-fast-booking--gyg-preview .ws-fast-booking__travellers-trigger > span {
  display: none;
}

.ws-fast-booking--gyg-preview .ws-fast-booking__travellers-trigger strong {
  color: var(--ws-preview-ink);
  font-size: 14px;
  font-weight: 700;
}

.ws-fast-booking__live-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--ws-preview-ink);
}

.ws-fast-booking__live-total span {
  color: var(--ws-preview-muted);
  font-size: 12px;
  font-weight: 650;
}

.ws-fast-booking__live-total strong {
  color: var(--ws-preview-blue);
  font-size: 17px;
  font-weight: 800;
}

.ws-fast-booking__live-total--compact {
  order: 3;
  min-height: 42px;
  padding: 8px 14px;
  border: 1px solid #d9e5ec;
  border-radius: 12px;
  background: #f8fbfd;
}

.ws-fast-booking__live-total--sheet {
  margin: 12px 0;
  padding: 12px 0;
  border-top: 1px solid #d9e5ec;
  border-bottom: 1px solid #d9e5ec;
}

.ws-fast-booking--gyg-preview .ws-fast-booking__date-field {
  position: relative;
  order: 4;
}

.ws-fast-booking--gyg-preview .ws-fast-booking__date-field > label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.ws-fast-booking--gyg-preview .ws-fast-booking__date {
  min-height: 46px;
  padding: 10px 46px 10px 14px;
  border: 0;
  border-radius: 999px;
  background: #eef1f4;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%230875bd' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='16' rx='3'/%3E%3Cpath d='M16 3v4M8 3v4M3 10h18'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 20px 20px;
  color: var(--ws-preview-ink);
  cursor: pointer;
  font-weight: 700;
}

.ws-modern-calendar[hidden],
.ws-modern-calendar__backdrop[hidden] {
  display: none !important;
}

.ws-modern-calendar__backdrop {
  display: none;
}

.ws-modern-calendar {
  position: absolute;
  z-index: 100;
  top: calc(100% + 9px);
  left: 0;
  width: min(330px, calc(100vw - 32px));
  padding: 16px;
  border: 1px solid #d5e0e7;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(16, 42, 67, .2);
  color: var(--ws-preview-ink);
  font-family: Poppins, Arial, sans-serif;
}

.ws-modern-calendar__header {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 38px 38px;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}

.ws-modern-calendar__header strong {
  text-align: center;
  font-size: 15px;
}

.ws-modern-calendar__header button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  padding: 0 0 2px;
  border: 1px solid #bcd0dc;
  border-radius: 50%;
  background: #f2f8fc;
  color: var(--ws-preview-blue);
  cursor: pointer;
  font-size: 25px;
  line-height: 1;
}

.ws-modern-calendar__header button:hover:not(:disabled) {
  border-color: var(--ws-preview-blue);
  background: #e3f3fd;
}

.ws-modern-calendar__header button:disabled {
  opacity: .35;
  cursor: default;
}

.ws-modern-calendar__header .ws-modern-calendar__close {
  border-color: #d9e1e6;
  background: #fff;
  color: #647681;
  font-size: 21px;
}

.ws-modern-calendar__weekdays,
.ws-modern-calendar__days {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 4px;
}

.ws-modern-calendar__weekdays {
  margin-bottom: 5px;
  color: #647681;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
}

.ws-modern-calendar__weekdays span,
.ws-modern-calendar__blank,
.ws-modern-calendar__days button {
  aspect-ratio: 1;
}

.ws-modern-calendar__days button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding: 0;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: var(--ws-preview-ink);
  cursor: pointer;
  font-size: 12px;
  font-weight: 650;
}

.ws-modern-calendar__days button:hover:not(:disabled) {
  background: #e8f5fd;
  color: #075f9f;
}

.ws-modern-calendar__days button.is-today:not(.is-selected) {
  box-shadow: inset 0 0 0 1px #8cc9ec;
}

.ws-modern-calendar__days button.is-selected {
  background: var(--ws-preview-blue);
  color: #fff;
  box-shadow: 0 5px 12px rgba(8, 117, 189, .25);
}

.ws-modern-calendar__days button:disabled {
  color: #bdc7cd;
  cursor: not-allowed;
  text-decoration: line-through;
}

.ws-fast-booking__availability {
  order: 5;
  min-height: 48px;
  padding: 11px 16px;
  border: 0;
  border-radius: 999px;
  background: var(--ws-preview-blue);
  color: #fff;
  cursor: pointer;
  font-weight: 800;
}

.ws-fast-booking__availability:hover {
  background: #075f9f;
}

.ws-fast-booking__trust {
  order: 6;
  display: grid;
  gap: 14px;
  margin-top: 4px;
  padding-top: 16px;
  border-top: 1px solid var(--ws-preview-line);
}

.ws-fast-booking__trust p {
  position: relative;
  display: grid;
  gap: 2px;
  margin: 0;
  padding-left: 30px;
  color: var(--ws-preview-ink);
  font-size: 12px;
  line-height: 1.45;
}

.ws-fast-booking__trust p::before {
  position: absolute;
  top: 1px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border: 2px solid #07835f;
  border-radius: 50%;
  color: #07835f;
  content: "✓";
  font-weight: 800;
}

.ws-fast-booking__trust span {
  color: var(--ws-preview-muted);
}

.ws-fast-booking--gyg-preview .ws-fast-booking__travellers-sheet {
  position: absolute;
  z-index: 50;
  top: 92px;
  right: 18px;
  left: 18px;
  display: none;
  margin: 0;
  padding: 16px;
  border: 1px solid var(--ws-preview-line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(16, 42, 67, .2);
}

.ws-fast-booking--gyg-preview .ws-fast-booking__travellers-sheet.is-open {
  display: block;
}

.ws-fast-booking--gyg-preview .ws-fast-booking__sheet-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.ws-fast-booking--gyg-preview .ws-fast-booking__guests {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}

.ws-fast-booking--gyg-preview .ws-fast-booking__guests > legend {
  display: none;
}

.ws-fast-booking__capacity-notice {
  margin: 0 0 10px;
  padding: 10px 12px;
  border: 1px solid #efb450;
  border-radius: 10px;
  background: #fff8e7;
  color: #704700;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.45;
}

.ws-fast-booking__capacity-notice[hidden] {
  display: none !important;
}

.ws-fast-booking--gyg-preview .ws-fast-booking__guest-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid #edf0f2;
}

.ws-fast-booking--gyg-preview .ws-fast-booking__guest-row > span {
  min-height: 0;
  margin: 0;
}

.ws-fast-booking__stepper {
  display: grid;
  grid-template-columns: 34px 38px 34px;
  align-items: center;
  gap: 3px;
}

.ws-fast-booking__stepper button {
  width: 32px;
  height: 32px;
  padding: 0;
  border: 1px solid var(--ws-preview-blue);
  border-radius: 50%;
  background: #fff;
  color: var(--ws-preview-blue);
  cursor: pointer;
  font-size: 20px;
  line-height: 1;
}

.ws-fast-booking__stepper button:disabled {
  border-color: #c8d0d7;
  color: #a8b1ba;
  cursor: not-allowed;
}

.ws-fast-booking--gyg-preview .ws-fast-booking__stepper select {
  width: 38px;
  min-height: 32px;
  padding: 0;
  border: 0;
  background: #fff;
  text-align: center;
  text-align-last: center;
  font-weight: 700;
}

.ws-fast-booking--gyg-preview .ws-fast-booking__sheet-done {
  display: block;
  width: 100%;
  min-height: 42px;
  margin-top: 12px;
  border: 0;
  border-radius: 999px;
  background: var(--ws-preview-blue);
  color: #fff;
  font-weight: 700;
}

.ws-fast-booking--gyg-preview .ws-fast-booking__scroll-body {
  padding: 0 18px;
}

.ws-fast-booking--gyg-preview .ws-fast-booking__footer {
  padding: 14px 18px 18px;
  border-top: 1px solid var(--ws-preview-line);
  border-radius: 0 0 16px 16px;
}

.ws-fast-booking--gyg-preview .ws-fast-booking__footer[hidden] {
  display: none !important;
}

.ws-canal-options--hero-layout {
  margin-top: 0;
  padding: 0 0 4px;
  border-top: 0;
  scroll-margin-top: 80px;
}

.ws-canal-options--hero-layout + .elementor-widget-babe-item-slideshow {
  margin-top: 24px;
}

.ws-canal-options--hero-layout .ws-canal-options__intro h3 {
  margin-bottom: 16px;
  font-size: clamp(20px, 2vw, 26px);
}

.ws-canal-options--hero-layout .ws-canal-options__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  gap: 12px;
}

.ws-canal-options--hero-layout .ws-canal-option {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #d5dde5 !important;
  border-radius: 12px !important;
  background: #fff !important;
  box-shadow: 0 3px 14px rgba(16, 42, 67, .08) !important;
}

.ws-canal-options--hero-layout .ws-canal-option.is-selected {
  border: 2px solid var(--ws-preview-blue) !important;
  background: linear-gradient(180deg, #fff 0%, #f2f8fd 100%) !important;
  box-shadow: 0 8px 24px rgba(8, 117, 189, .16) !important;
}

.ws-canal-options--hero-layout .ws-canal-option__summary {
  grid-template-columns: minmax(0, 1fr) 22px;
  align-items: start;
  min-height: 132px;
  padding: 36px 14px 16px;
}

.ws-canal-options--hero-layout .ws-canal-option__badge {
  top: 14px;
  right: 12px;
  max-width: calc(100% - 24px);
  line-height: 1.15;
  white-space: nowrap;
}

.ws-canal-options--hero-layout .ws-canal-option__radio {
  grid-column: 2;
  grid-row: 1;
  justify-self: end;
}

.ws-canal-options--hero-layout .ws-canal-option.is-selected .ws-canal-option__radio {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-color: var(--ws-preview-blue);
  background: var(--ws-preview-blue);
  box-shadow: none;
}

.ws-canal-options--hero-layout .ws-canal-option.is-selected .ws-canal-option__radio::after {
  color: #fff;
  content: "✓";
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.ws-canal-options--hero-layout .ws-canal-option__content {
  grid-column: 1;
  grid-row: 1;
}

.ws-canal-options--hero-layout .ws-canal-option__price {
  grid-column: 1 / 3;
  grid-row: 2;
  margin-top: 8px;
  font-size: 14px;
}

.ws-canal-options--hero-layout .ws-canal-option__panel {
  padding: 0 14px 16px;
}

.ws-canal-options--hero-layout .ws-canal-option__facts {
  grid-template-columns: 1fr;
  font-size: 12px;
}

.ws-canal-options__show-all {
  display: block;
  margin: 18px auto 0;
  padding: 6px 2px;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  color: var(--ws-preview-ink);
  cursor: pointer;
  font-weight: 700;
}

.ws-canal-options--hero-layout .ws-canal-options__dots button {
  width: 32px !important;
  min-width: 32px !important;
  height: 32px !important;
  min-height: 32px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: transparent !important;
  box-shadow: none !important;
}

.ws-canal-options--hero-layout .ws-canal-options__dots button.is-active {
  width: 32px !important;
  min-width: 32px !important;
  background: transparent !important;
}

.ws-canal-options--hero-layout .ws-canal-options__dots button::before {
  background: #bdc9c5 !important;
}

.ws-canal-options--hero-layout .ws-canal-options__dots button.is-active::before {
  background: var(--ws-preview-blue) !important;
}

.ws-canal-option--extra {
  display: none;
}

.ws-canal-options.is-showing-all .ws-canal-option--extra {
  display: block;
}

.ws-canal-option.is-disabled {
  opacity: .58;
}

.ws-canal-option.is-disabled .ws-canal-option__summary {
  cursor: not-allowed;
}

@media (min-width: 901px) {
  /*
   * The legacy theme Gallery tab is absolutely positioned over the final
   * option time row. The modern card already provides its own accessible
   * gallery and View all control, so remove only the redundant desktop tab.
   */
  .ws-canal-gyg-preview .booking_tab_gallery_inner,
  .ws-canal-gyg-preview .tablist_gallery {
    display: none !important;
  }

  .ws-canal-options--hero-layout {
    position: relative;
    z-index: 5;
  }

  .ws-canal-gyg-preview .ws-canal-booking {
    top: 64px;
    width: min(100%, 390px);
  }

  .ws-fast-booking--gyg-preview .ws-fast-booking__form {
    max-height: none;
    overflow: visible;
  }

  .ws-fast-booking--gyg-preview .ws-modern-calendar.is-inline {
    position: static;
    width: 100%;
    margin-top: 10px;
    box-shadow: 0 10px 26px rgba(16, 42, 67, .12);
  }
}

@media (max-width: 900px) {
  .ws-modern-calendar__header {
    grid-template-columns: 38px minmax(0, 1fr) 38px;
  }

  .ws-modern-calendar__close {
    display: none !important;
  }

  .ws-canal-option--extra {
    display: block;
  }

  .ws-canal-options__show-all {
    display: none;
  }

  .ws-canal-gyg-preview #booking_form_mobile {
    position: relative;
    z-index: 9991 !important;
  }

  .ws-canal-gyg-preview .elementor-element-8202ecd {
    display: none !important;
  }

  .ws-canal-gyg-preview {
    padding-bottom: 92px;
  }

  .ws-hero-gallery {
    display: grid;
    grid-auto-columns: 100%;
    grid-auto-flow: column;
    grid-template-columns: none;
    grid-template-rows: 1fr;
    gap: 0;
    height: clamp(260px, 70vw, 420px);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    border-radius: 12px;
  }

  .ws-hero-gallery::-webkit-scrollbar { display: none; }

  .ws-hero-gallery__item,
  .ws-hero-gallery__item--1 {
    grid-row: auto;
    width: 100%;
    scroll-snap-align: start;
  }

  .ws-hero-gallery__count {
    position: sticky;
    right: 12px;
    bottom: 12px;
    align-self: end;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    margin: 0 12px 12px -70px;
    padding: 5px 9px;
    border-radius: 999px;
    background: rgba(0, 0, 0, .7);
    color: #fff;
    font-size: 12px;
    pointer-events: none;
  }

  .ws-fast-booking--gyg-preview .ws-fast-booking__travellers-sheet {
    position: fixed;
    z-index: 99999;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    max-height: 82vh;
    padding: 20px max(18px, env(safe-area-inset-right)) calc(18px + env(safe-area-inset-bottom)) max(18px, env(safe-area-inset-left));
    overflow-y: auto;
    border-radius: 20px 20px 0 0;
    transform: translateY(110%);
    visibility: hidden;
  }

  .ws-fast-booking--gyg-preview .ws-fast-booking__travellers-sheet.is-open {
    transform: translateY(0);
    visibility: visible;
  }

  .ws-modern-calendar__backdrop {
    position: fixed;
    z-index: 99997;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    background: rgba(6, 20, 29, .42);
  }

  .ws-modern-calendar {
    position: fixed;
    z-index: 99998;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    padding: 20px max(18px, env(safe-area-inset-right)) calc(22px + env(safe-area-inset-bottom)) max(18px, env(safe-area-inset-left));
    border: 0;
    border-radius: 24px 24px 0 0;
    box-shadow: 0 -14px 40px rgba(16, 42, 67, .25);
  }

  .ws-modern-calendar__days button {
    border-radius: 14px;
    font-size: 14px;
  }

  .ws-canal-options--hero-layout .ws-canal-options__grid {
    grid-auto-columns: 100%;
    grid-auto-flow: column;
    grid-template-columns: none;
    gap: 0;
  }

  .ws-canal-options--hero-layout .ws-canal-option__summary {
    min-height: 116px;
  }

  .ws-canal-options--hero-layout .ws-canal-option.has-badge .ws-canal-option__summary {
    padding-top: 44px;
  }

  .ws-fast-booking--gyg-preview .ws-fast-booking__footer {
    position: fixed;
    z-index: 99999;
    right: 0;
    bottom: 0;
    left: 0;
    grid-template-columns: minmax(120px, .9fr) minmax(165px, 1.25fr);
    align-items: center;
    gap: 10px;
    padding: 10px max(14px, env(safe-area-inset-right)) calc(10px + env(safe-area-inset-bottom)) max(14px, env(safe-area-inset-left));
    border: 0;
    border-top: 1px solid #d5dde5;
    background: #fff !important;
    opacity: 1 !important;
    isolation: isolate;
    pointer-events: auto;
    box-shadow: 0 -8px 28px rgba(16, 42, 67, .16);
  }

  .ws-fast-booking--gyg-preview .ws-fast-booking__price {
    padding: 0;
    border: 0;
    background: transparent;
  }

  .ws-fast-booking--gyg-preview .ws-fast-booking__price-total span {
    display: none;
  }

  .ws-fast-booking--gyg-preview .ws-fast-booking__price-total strong {
    font-size: 17px;
  }

  .ws-fast-booking--gyg-preview .ws-fast-booking__price-breakdown {
    max-height: 30px;
    margin-top: 2px;
    overflow: hidden;
    font-size: 10px;
  }

  .ws-fast-booking--gyg-preview .ws-fast-booking__submit {
    min-height: 46px;
    border-radius: 999px;
  }

  .ws-hero-lightbox__stage {
    padding: 70px 14px 28px;
  }

  .ws-hero-lightbox__nav {
    width: 40px;
    height: 40px;
  }

  .ws-hero-lightbox__nav--prev { left: 10px; }
  .ws-hero-lightbox__nav--next { right: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  .ws-hero-gallery,
  .ws-hero-gallery__item img,
  .ws-fast-booking--gyg-preview .ws-fast-booking__travellers-sheet {
    scroll-behavior: auto;
    transition: none;
  }
}
