.gtp-lt-widget,
.gtp-lt-hotel-page,
.gtp-lt-page-shell {
  --gtp-bg: #f4f8ff;
  --gtp-card: #ffffff;
  --gtp-card-2: #f8fbff;
  --gtp-border: #d9e6f5;
  --gtp-text: #122238;
  --gtp-muted: #637793;
  --gtp-accent: #0f67db;
  --gtp-accent-strong: #0b51af;
  --gtp-accent-soft: #eaf3ff;
  --gtp-success: #0b9b57;
  --gtp-warning: #f59f00;
  --gtp-danger: #d93025;
  --gtp-shadow: 0 16px 34px rgba(18, 34, 56, .07);
  color: var(--gtp-text);
  font: 16px/1.5 Arial, sans-serif;
}

.gtp-lt-widget *,
.gtp-lt-widget *::before,
.gtp-lt-widget *::after,
.gtp-lt-hotel-page *,
.gtp-lt-hotel-page *::before,
.gtp-lt-hotel-page *::after,
.gtp-lt-page-shell *,
.gtp-lt-page-shell *::before,
.gtp-lt-page-shell *::after {
  box-sizing: border-box;
}

.gtp-lt-page-shell {
  max-width: 1320px;
  margin: 0 auto;
  padding: 28px 16px 60px;
}

.gtp-lt-hero,
.gtp-lt-hotel-section,
.gtp-lt-hotel-hero,
.gtp-lt-hotel-topbar,
.gtp-lt-sidebar__box,
.gtp-lt-toolbar,
.gtp-lt-status-box,
.gtp-lt-message,
.gtp-lt-card,
.gtp-lt-skeleton-card,
.gtp-lt-modal__dialog,
.gtp-lt-room-card,
.gtp-lt-hotel-price-box {
  background: var(--gtp-card);
  border: 1px solid var(--gtp-border);
  border-radius: 24px;
  box-shadow: var(--gtp-shadow);
}

.gtp-lt-hero {
  background: linear-gradient(135deg, #f9fcff 0%, #eaf3ff 100%);
  padding: 28px;
  margin-bottom: 28px;
}

.gtp-lt-hero__head,
.gtp-lt-section-head,
.gtp-lt-sidebar__head,
.gtp-lt-card__topline,
.gtp-lt-card__bottom,
.gtp-lt-search-actions,
.gtp-lt-package-actions,
.gtp-lt-modal-header,
.gtp-lt-room-card__head,
.gtp-lt-offer__bottom {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.gtp-lt-eyebrow {
  display: inline-flex;
  padding: 6px 11px;
  border-radius: 999px;
  background: #fff3d9;
  color: #8a5f00;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .02em;
  margin-bottom: 12px;
}

.gtp-lt-title,
.gtp-lt-hotel-title {
  margin: 0 0 8px;
  font-size: 34px;
  line-height: 1.14;
}

.gtp-lt-hotel-title {
  font-size: 40px;
}

.gtp-lt-subtitle,
.gtp-lt-results-meta,
.gtp-lt-card__subprice,
.gtp-lt-hotel-location,
.gtp-lt-card__location,
.gtp-lt-check__meta,
.gtp-lt-empty,
.gtp-lt-room-card__desc,
.gtp-lt-hotel-description {
  color: var(--gtp-muted);
}

.gtp-lt-summary-chip,
.gtp-lt-pill,
.gtp-lt-chip,
.gtp-lt-badge,
.gtp-lt-provider-status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 13px;
  font-weight: 700;
  border: 1px solid var(--gtp-border);
  background: var(--gtp-card-2);
}

.gtp-lt-pill--accent,
.gtp-lt-summary-chip {
  background: #fff;
}

.gtp-lt-summary-chip {
  white-space: nowrap;
}

.gtp-lt-search-form,
.gtp-lt-hotel-search-form {
  display: grid;
  gap: 18px;
}

.gtp-lt-search-grid,
.gtp-lt-hotel-search-form {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.gtp-lt-hotel-search-form {
  align-items: end;
}

.gtp-lt-field {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.gtp-lt-field span {
  font-size: 13px;
  font-weight: 700;
  color: var(--gtp-muted);
}

.gtp-lt-field input,
.gtp-lt-field select,
.gtp-lt-filter-text {
  width: 100%;
  min-height: 52px;
  border-radius: 14px;
  border: 1px solid var(--gtp-border);
  background: #fff;
  color: var(--gtp-text);
  padding: 0 14px;
  font: inherit;
  transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.gtp-lt-field input:focus,
.gtp-lt-field select:focus,
.gtp-lt-filter-text:focus {
  outline: none;
  border-color: var(--gtp-accent);
  box-shadow: 0 0 0 4px rgba(15, 103, 219, .12);
}

.gtp-lt-field input[readonly] {
  background: #f8fbff;
}

.gtp-lt-btn,
.gtp-lt-text-btn {
  appearance: none;
  border: 0;
  text-decoration: none;
  cursor: pointer;
  transition: transform .15s ease, box-shadow .2s ease, background-color .2s ease, color .2s ease;
}

.gtp-lt-btn:hover,
.gtp-lt-text-btn:hover {
  transform: translateY(-1px);
}

.gtp-lt-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 50px;
  padding: 0 18px;
  border-radius: 14px;
  font: inherit;
  font-weight: 700;
}

.gtp-lt-btn--full {
  width: 100%;
}

.gtp-lt-btn--primary {
  background: linear-gradient(180deg, #1670ea 0%, #0e5fcf 100%);
  color: #fff;
  box-shadow: 0 10px 22px rgba(15, 103, 219, .24);
}

.gtp-lt-btn--primary:hover {
  background: linear-gradient(180deg, #1567d9 0%, #0c58c2 100%);
}

.gtp-lt-btn--secondary {
  background: #fff;
  color: var(--gtp-accent);
  border: 1px solid rgba(15, 103, 219, .18);
}

.gtp-lt-btn--ghost {
  background: var(--gtp-accent-soft);
  color: var(--gtp-accent-strong);
}

.gtp-lt-text-btn {
  color: var(--gtp-accent);
  background: transparent;
  padding: 0;
  font: inherit;
  font-weight: 700;
}

.gtp-lt-layout {
  display: grid;
  grid-template-columns: minmax(260px, 360px) minmax(0, 1fr);
  gap: 28px;
  align-items: start;
  margin-top: 20px;
}

.gtp-lt-sidebar {
  position: sticky;
  top: 18px;
}

.gtp-lt-sidebar__box {
  padding: 22px;
}

.gtp-lt-sidebar__head h3,
.gtp-lt-section-head h2,
.gtp-lt-filter-box h4 {
  margin: 0;
}

.gtp-lt-filter-box + .gtp-lt-filter-box {
  border-top: 1px solid #edf2f8;
  padding-top: 18px;
  margin-top: 18px;
}

.gtp-lt-filter-list,
.gtp-lt-chip-grid,
.gtp-lt-card__features,
.gtp-lt-hotel-pills,
.gtp-lt-provider-statuses {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.gtp-lt-check {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  align-items: start;
}

.gtp-lt-check input {
  margin-top: 3px;
}

.gtp-lt-check__label {
  display: block;
  font-size: 14px;
  font-weight: 700;
}

.gtp-lt-check__meta {
  display: block;
  margin-top: 2px;
  font-size: 12px;
}

.gtp-lt-price-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 10px;
}

.gtp-lt-price-grid label {
  display: grid;
  gap: 6px;
  font-size: 12px;
  color: var(--gtp-muted);
}

.gtp-lt-toolbar {
  padding: 16px 20px;
  margin-bottom: 16px;
}

.gtp-lt-status {
  margin-bottom: 18px;
}

.gtp-lt-status-box {
  padding: 16px 18px;
}

.gtp-lt-status-box.is-final {
  background: #fbfffc;
  border-color: #d8efdf;
}

.gtp-lt-status-box__text {
  font-weight: 700;
  margin-bottom: 10px;
}

.gtp-lt-provider-status.is-completed,
.gtp-lt-provider-status.is-cached {
  background: #eefaf3;
  color: #0b7c43;
  border-color: #d7efdf;
}

.gtp-lt-provider-status.is-performing,
.gtp-lt-provider-status.is-pending {
  background: #fff7e8;
  color: #9a6200;
  border-color: #ffe0a8;
}

.gtp-lt-provider-status.is-failed,
.gtp-lt-provider-status.is-no_results {
  background: #fff0ef;
  color: #b42318;
  border-color: #ffd4d0;
}

.gtp-lt-message {
  padding: 16px 18px;
}

.gtp-lt-message.is-error {
  border-color: #ffd4d0;
  background: #fff5f4;
}

.gtp-lt-message.is-success {
  border-color: #d7efdf;
  background: #f6fff8;
}

.gtp-lt-message.is-warning {
  border-color: #ffe0a8;
  background: #fff9ef;
}

.gtp-lt-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  position: static;
  overflow: visible;
  height: auto;
  min-height: 0;
}

.gtp-lt-card {
  display: grid;
  grid-template-columns: 330px minmax(0, 1fr);
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
}

.gtp-lt-card__media {
  position: relative;
  min-height: 100%;
  background: #ecf4ff;
}

.gtp-lt-card__media img,
.gtp-lt-hotel-hero__main img,
.gtp-lt-hotel-thumb img,
.gtp-lt-room-card__head img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gtp-lt-card__media--link {
  text-decoration: none;
}

.gtp-lt-card__badges {
  position: absolute;
  top: 14px;
  left: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.gtp-lt-badge {
  background: rgba(18, 34, 56, .78);
  color: #fff;
  border: 0;
  padding: 7px 10px;
}

.gtp-lt-card__body {
  padding: 22px 22px 18px;
  display: grid;
  gap: 14px;
}

.gtp-lt-card__title,
.gtp-lt-room-card__head h4,
.gtp-lt-modal-header h3 {
  margin: 0;
}

.gtp-lt-card__title-link {
  text-decoration: none;
  color: inherit;
}

.gtp-lt-card__title-link:hover .gtp-lt-card__title {
  color: var(--gtp-accent);
}

.gtp-lt-card__rating-wrap {
  min-width: 84px;
  display: grid;
  gap: 8px;
  text-align: right;
}

.gtp-lt-card__stars,
.gtp-lt-card__rating {
  font-weight: 700;
}

.gtp-lt-card__rating {
  justify-self: end;
  min-width: 44px;
  padding: 8px 10px;
  border-radius: 12px;
  background: #eaf5ef;
  color: #0b7c43;
}


.gtp-lt-card__rating-label {
  display: none;
}

.gtp-lt-card__rating-value {
  display: inline;
}

@media (max-width: 767px) {
  .gtp-lt-card__rating {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    justify-self: start;
  }

  .gtp-lt-card__rating-label {
    display: inline;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    color: #0b7c43;
  }
}
.gtp-lt-card__teaser {
  margin: 0;
}

.gtp-lt-card__features {
  list-style: none;
  padding: 0;
  margin: 0;
}

.gtp-lt-card__features li,
.gtp-lt-chip {
  padding: 7px 11px;
  border-radius: 999px;
  background: var(--gtp-card-2);
  border: 1px solid #e2ebf6;
  font-size: 13px;
  font-weight: 600;
}

.gtp-lt-card__bottom--split {
  align-items: center;
}

.gtp-lt-card__price {
  font-size: 16px;
}

.gtp-lt-card__price strong {
  font-size: 28px;
}

.gtp-lt-load-more-wrap {
  display: flex;
  justify-content: center;
  margin-top: 22px;
}

.gtp-lt-skeleton-card {
  display: grid;
  grid-template-columns: 330px minmax(0, 1fr);
  overflow: hidden;
}

.gtp-lt-skeleton-card__image {
  min-height: 240px;
  background: linear-gradient(90deg, #eef4fb 25%, #f7fbff 50%, #eef4fb 75%);
  background-size: 200% 100%;
  animation: gtpLtPulse 1.5s ease infinite;
}

.gtp-lt-skeleton-card__content {
  padding: 22px;
  display: grid;
  gap: 14px;
}

.gtp-lt-skeleton-line {
  height: 14px;
  border-radius: 999px;
  background: linear-gradient(90deg, #eef4fb 25%, #f7fbff 50%, #eef4fb 75%);
  background-size: 200% 100%;
  animation: gtpLtPulse 1.5s ease infinite;
}

.gtp-lt-skeleton-line.lg {
  height: 20px;
  width: 60%;
}

.gtp-lt-skeleton-line.sm {
  width: 35%;
}

.gtp-lt-modal {
  position: fixed;
  inset: 0;
  z-index: 999999;
}

.gtp-lt-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(8, 20, 34, .58);
}

.gtp-lt-modal__dialog {
  position: relative;
  z-index: 2;
  width: min(1040px, calc(100vw - 24px));
  max-height: calc(100vh - 24px);
  overflow: auto;
  margin: 12px auto;
  padding: 26px;
}

.gtp-lt-modal__close {
  position: sticky;
  top: 0;
  float: right;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--gtp-border);
  background: #fff;
  cursor: pointer;
  font-size: 24px;
}

.gtp-lt-modal-loading {
  padding: 30px;
  text-align: center;
}

.gtp-lt-package-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 18px 0 20px;
}

.gtp-lt-package-field {
  padding: 14px 16px;
  background: var(--gtp-card-2);
  border-radius: 16px;
  border: 1px solid #e3edf8;
  display: grid;
  gap: 4px;
}

.gtp-lt-package-field span {
  color: var(--gtp-muted);
  font-size: 13px;
}

.gtp-lt-room-card {
  padding: 18px;
  display: grid;
  gap: 16px;
}

.gtp-lt-room-card__head {
  gap: 18px;
}

.gtp-lt-room-card__head img {
  width: 220px;
  min-width: 220px;
  height: 150px;
  border-radius: 18px;
}

.gtp-lt-room-card__body,
.gtp-lt-room-meal {
  display: grid;
  gap: 12px;
}

.gtp-lt-room-meal h5 {
  margin: 0;
  font-size: 17px;
}

.gtp-lt-offer {
  border: 1px solid #e4edf8;
  border-radius: 18px;
  padding: 14px 16px;
  background: #fff;
}

.gtp-lt-offer__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 12px;
  color: var(--gtp-muted);
  font-size: 14px;
}

.gtp-lt-offer__price {
  font-size: 24px;
  font-weight: 700;
}

.gtp-lt-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
  color: var(--gtp-muted);
  font-size: 14px;
}

.gtp-lt-breadcrumbs--resort {
  margin-bottom: 28px;
}

.gtp-lt-breadcrumbs a {
  color: var(--gtp-accent);
  text-decoration: none;
}

.gtp-lt-hotel-page {
  display: grid;
  gap: 24px;
}

.gtp-lt-hotel-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) 380px;
  gap: 36px;
  padding: 24px;
}

.gtp-lt-hotel-hero__gallery {
  display: grid;
  gap: 12px;
}

.gtp-lt-hotel-hero__main {
  overflow: hidden;
  border-radius: 22px;
  min-height: 420px;
  background: #ecf4ff;
  position: relative;
  cursor: zoom-in;
}

.gtp-lt-hotel-hero__thumbs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.gtp-lt-hotel-thumb {
  border-radius: 16px;
  overflow: hidden;
  min-height: 84px;
  background: #ecf4ff;
  border: 1px solid #e3edf8;
}

.gtp-lt-hotel-hero__aside {
  display: grid;
  gap: 16px;
  align-content: start;
}

.gtp-lt-hotel-price-box {
  padding: 18px;
  display: grid;
  gap: 10px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.gtp-lt-hotel-price-box__label {
  color: var(--gtp-muted);
  font-size: 13px;
  font-weight: 700;
}

.gtp-lt-hotel-price-box__value {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.05;
}

.gtp-lt-hotel-price-box__meta {
  color: var(--gtp-muted);
  font-size: 14px;
}

.gtp-lt-hotel-topbar,
.gtp-lt-hotel-section {
  padding: 22px;
}

.gtp-lt-hotel-description {
  margin: 0 0 16px;
  font-size: 17px;
}

.gtp-lt-hotel-offers {
  display: grid;
  gap: 18px;
}

.gtp-lt-skeleton-offer {
  min-height: 140px;
}

.gtp-lt-empty {
  font-size: 14px;
}

.gtp-lt-no-stars {
  color: var(--gtp-muted);
}

.gtp-lt-modal-open {
  overflow: hidden;
}

.gtp-lt-search-grid--travelask {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: end;
}

.gtp-lt-search-grid--travelask .gtp-lt-search-actions--inline {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(220px, 320px) minmax(220px, 280px);
  justify-content: space-between;
  align-items: end;
  gap: 14px;
}

.gtp-lt-field--sort {
  max-width: 320px;
}

.gtp-lt-btn--search {
  min-width: 220px;
  justify-self: end;
}

.gtp-lt-filter-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.gtp-lt-filter-list.is-compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gtp-lt-check {
  min-width: 0;
  align-items: start;
}

.gtp-lt-check__label,
.gtp-lt-check__meta,
.gtp-lt-card__teaser,
.gtp-lt-card__location,
.gtp-lt-room-card__desc {
  overflow-wrap: anywhere;
}

.gtp-lt-check__meta {
  line-height: 1.35;
}

.gtp-lt-price-grid input {
  min-width: 0;
}

.gtp-lt-status-box {
  padding: 12px 16px;
}

.gtp-lt-status-box__text {
  margin-bottom: 0;
}

.gtp-lt-status-box__meta {
  margin-top: 4px;
  color: var(--gtp-muted);
  font-size: 13px;
}

.gtp-lt-provider-statuses {
  display: none;
}

.gtp-lt-stars {
  display: inline-flex;
  gap: 2px;
  color: #f7b500;
  letter-spacing: 0;
}

.gtp-lt-card__title {
  line-height: 1.18;
}

.gtp-lt-card__features li,
.gtp-lt-chip {
  align-self: start;
}

.gtp-lt-card__bottom--split {
  gap: 18px;
}

.gtp-lt-card__actions {
  flex-shrink: 0;
}

.gtp-lt-load-more-wrap {
  margin-top: 26px;
}

.gtp-lt-load-more-wrap .gtp-lt-btn {
  min-width: 220px;
}

/* ===== ЧИСТАЯ ВЕРХНЯЯ ПОИСКОВАЯ ФОРМА ===== */

.gtp-lt-hero {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
  margin-bottom: 20px;
}

.gtp-lt-hero__head {
  display: none;
}

.gtp-lt-search-form {
  display: block;
  background: linear-gradient(180deg, #f2f7ff 0%, #eaf2ff 100%);
  border: 1px solid #d7e4f7;
  border-radius: 28px;
  padding: 18px;
  overflow: visible;
  box-shadow: 0 12px 28px rgba(18, 34, 56, .06);
}

.gtp-lt-search-strip {
  display: grid;
  grid-template-columns:
    minmax(0, 1.75fr)
    minmax(0, 1.15fr)
    minmax(0, 1fr)
    minmax(0, 1fr)
    minmax(0, .95fr)
    minmax(0, 1.1fr)
    minmax(170px, 1fr);
  gap: 12px;
  align-items: end;
}

.gtp-lt-search-strip__field,
.gtp-lt-search-strip__submit {
  min-width: 0;
  width: 100%;
  margin: 0;
}

.gtp-lt-search-strip__label {
  display: block;
  margin: 0 0 8px;
  padding-left: 2px;
  min-height: 18px;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .03em;
  color: #7184a0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.gtp-lt-search-strip__control,
.gtp-lt-search-strip__pair,
.gtp-lt-tourists-inline {
  width: 100%;
  min-height: 58px;
  height: 58px;
  border: 1px solid #d6e1f0;
  border-radius: 18px;
  background: #fff;
  overflow: hidden;
  box-shadow: none;
}

.gtp-lt-search-strip__control,
.gtp-lt-search-strip__pair select,
.gtp-lt-tourists-inline select {
  width: 100%;
  min-height: 58px;
  height: 58px;
  border: 0;
  outline: 0;
  box-shadow: none;
  background: #fff;
  color: #132a46;
  font-size: 15px;
  font-weight: 600;
  padding: 0 16px;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
}

.gtp-lt-search-strip__control::placeholder {
  color: #8ea0ba;
}

.gtp-lt-search-strip__control[readonly] {
  background: #f8fbff;
}

.gtp-lt-search-strip__pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.gtp-lt-search-strip__pair select + select,
.gtp-lt-tourists-inline select + select {
  border-left: 1px solid #e5edf7;
}

.gtp-lt-tourists-inline {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.gtp-lt-search-strip__submit {
  display: flex;
  align-items: flex-end;
}

.gtp-lt-btn--search,
.gtp-lt-search-strip__submit .gtp-lt-btn {
  width: 100%;
  min-width: 0;
  max-width: none;
  min-height: 58px;
  height: 58px;
  border: 0;
  border-radius: 18px;
  background: linear-gradient(180deg, #2478ef 0%, #125fca 100%);
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  padding: 0 18px;
  white-space: nowrap;
  box-shadow: 0 12px 24px rgba(18, 95, 202, .20);
}

.gtp-lt-btn--search:hover,
.gtp-lt-search-strip__submit .gtp-lt-btn:hover {
  background: linear-gradient(180deg, #1d6fe2 0%, #0f57ba 100%);
}

.gtp-lt-layout {
  margin-top: 20px;
}

/* ===== ЧИСТЫЙ СОВРЕМЕННЫЙ ФИЛЬТР ===== */

.gtp-lt-sidebar__box {
  padding: 22px;
  border-radius: 26px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.gtp-lt-sidebar__head {
  padding-bottom: 16px;
  margin-bottom: 18px;
  border-bottom: 1px solid #e3ebf7;
  align-items: center;
}

.gtp-lt-sidebar__head h3 {
  font-size: 28px;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #102845;
}

.gtp-lt-filter-box h4 {
  margin: 0 0 12px;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 800;
  color: #183555;
}

.gtp-lt-filter-box + .gtp-lt-filter-box {
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid #e8eff8;
}

.gtp-lt-sidebar__box select,
.gtp-lt-sidebar__box input[type="text"],
.gtp-lt-sidebar__box input[type="search"],
.gtp-lt-sidebar__box input[type="number"],
.gtp-lt-sidebar__box .gtp-lt-filter-text {
  width: 100%;
  min-height: 54px;
  height: 54px;
  border-radius: 16px;
  border: 1px solid #cfdced;
  background: #ffffff;
  color: #15314f;
  padding: 0 16px;
  box-shadow: 0 2px 6px rgba(15, 40, 70, 0.04);
  transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.gtp-lt-sidebar__box select:focus,
.gtp-lt-sidebar__box input[type="text"]:focus,
.gtp-lt-sidebar__box input[type="search"]:focus,
.gtp-lt-sidebar__box input[type="number"]:focus,
.gtp-lt-sidebar__box .gtp-lt-filter-text:focus {
  outline: none;
  border-color: #8cb6f3;
  box-shadow: 0 0 0 4px rgba(38, 117, 228, .10);
}

.gtp-lt-sidebar__box select {
  appearance: none;
  -webkit-appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, #7c8ea7 50%),
    linear-gradient(135deg, #7c8ea7 50%, transparent 50%);
  background-position:
    calc(100% - 18px) calc(50% - 3px),
    calc(100% - 13px) calc(50% - 3px);
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
  padding-right: 36px;
}

.gtp-lt-sidebar__box label {
  display: grid;
  gap: 8px;
  margin: 0;
  color: var(--gtp-muted);
  font-size: 12px;
}

.gtp-lt-price-grid {
  gap: 12px;
  margin-top: 10px;
  margin-bottom: 0;
}

.gtp-lt-price-grid label {
  font-size: 12px;
  font-weight: 700;
  color: #6d809a;
}

.gtp-lt-sidebar__box .gtp-lt-btn,
.gtp-lt-sidebar__box .gtp-lt-text-btn {
  margin-top: 2px;
}

.gtp-lt-sidebar__box .gtp-lt-btn--ghost,
.gtp-lt-sidebar__box .gtp-lt-btn--secondary,
.gtp-lt-sidebar__box .gtp-lt-btn {
  min-height: 52px;
  border-radius: 16px;
}

.gtp-lt-sidebar__box .gtp-lt-filter-list {
  gap: 12px;
}

.gtp-lt-sidebar__box .gtp-lt-check {
  padding: 10px 12px;
  border: 1px solid #e6edf7;
  border-radius: 16px;
  background: #fbfdff;
  transition: border-color .2s ease, background-color .2s ease, box-shadow .2s ease;
}

.gtp-lt-sidebar__box .gtp-lt-check:hover {
  border-color: #cfe0f5;
  background: #fff;
}

.gtp-lt-sidebar__box .gtp-lt-check input {
  accent-color: #0f67db;
}

.gtp-lt-sidebar__box .gtp-lt-check__label {
  color: #163454;
}

.gtp-lt-sidebar__box .gtp-lt-check__meta {
  color: #72849b;
}

.gtp-lt-sidebar__box .gtp-lt-filter-text::placeholder,
.gtp-lt-sidebar__box input::placeholder {
  color: #9aaac0;
}

.gtp-lt-sidebar__box .gtp-lt-btn--secondary {
  border: 1px solid rgba(15, 103, 219, .16);
  background: #eef5ff;
  color: #0f67db;
}

.gtp-lt-sidebar__box .gtp-lt-btn--secondary:hover {
  background: #e6f0ff;
}

.gtp-lt-sidebar__box .gtp-lt-btn--ghost {
  background: #edf5ff;
  color: #0f67db;
}

.gtp-lt-sidebar__box .gtp-lt-btn--ghost:hover {
  background: #e6f1ff;
}

/* ===== ADAPTIVE ===== */

@keyframes gtpLtPulse {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}

@media (max-width: 1320px) {
  .gtp-lt-search-strip {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .gtp-lt-search-strip__submit {
    grid-column: span 2;
  }
}

@media (max-width: 1200px) {
  .gtp-lt-search-grid,
  .gtp-lt-hotel-search-form {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .gtp-lt-layout {
    grid-template-columns: 280px minmax(0, 1fr);
  }

  .gtp-lt-card,
  .gtp-lt-skeleton-card {
    grid-template-columns: 280px minmax(0, 1fr);
  }

  .gtp-lt-hotel-hero {
    grid-template-columns: 1fr;
  }

  .gtp-lt-search-grid--travelask {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .gtp-lt-search-grid--travelask .gtp-lt-search-actions--inline {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 980px) {
  .gtp-lt-layout {
    grid-template-columns: 1fr;
  }

  .gtp-lt-sidebar {
    position: static;
  }

  .gtp-lt-card,
  .gtp-lt-skeleton-card {
    grid-template-columns: 1fr;
  }

  .gtp-lt-card__media,
  .gtp-lt-skeleton-card__image {
    min-height: 240px;
  }

  .gtp-lt-hotel-hero__thumbs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .gtp-lt-search-form {
    padding: 16px;
    border-radius: 24px;
  }

  .gtp-lt-search-strip,
  .gtp-lt-hotel-search-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gtp-lt-search-strip__submit,
  .gtp-lt-hotel-topbar .gtp-lt-btn--primary {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .gtp-lt-page-shell {
    padding: 18px 12px 44px;
  }

  .gtp-lt-hero,
  .gtp-lt-hotel-topbar,
  .gtp-lt-hotel-section,
  .gtp-lt-hotel-hero,
  .gtp-lt-sidebar__box,
  .gtp-lt-toolbar,
  .gtp-lt-modal__dialog,
  .gtp-lt-card__body,
  .gtp-lt-room-card {
    padding: 16px;
  }

  .gtp-lt-title,
  .gtp-lt-hotel-title {
    font-size: 28px;
  }

  .gtp-lt-hero__head,
  .gtp-lt-search-actions,
  .gtp-lt-card__topline,
  .gtp-lt-card__bottom,
  .gtp-lt-room-card__head,
  .gtp-lt-package-actions,
  .gtp-lt-offer__bottom,
  .gtp-lt-section-head {
    flex-direction: column;
    align-items: stretch;
  }

  .gtp-lt-search-grid,
  .gtp-lt-hotel-search-form,
  .gtp-lt-package-grid,
  .gtp-lt-price-grid,
  .gtp-lt-search-grid--travelask,
  .gtp-lt-search-grid--travelask .gtp-lt-search-actions--inline,
  .gtp-lt-filter-list.is-compact {
    grid-template-columns: 1fr;
  }

  .gtp-lt-btn--search,
  .gtp-lt-field--sort {
    max-width: none;
    width: 100%;
    justify-self: stretch;
  }

  .gtp-lt-card__rating-wrap {
    text-align: left;
    min-width: 0;
  }

  .gtp-lt-card__rating {
    justify-self: start;
  }

  .gtp-lt-room-card__head img {
    width: 100%;
    min-width: 0;
    height: 220px;
  }

  .gtp-lt-hotel-hero__main {
    min-height: 260px;
  }

  .gtp-lt-hotel-hero__thumbs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gtp-lt-offer__price {
    font-size: 22px;
  }

  .gtp-lt-card__price strong,
  .gtp-lt-hotel-price-box__value {
    font-size: 28px;
  }
}

@media (max-width: 640px) {
  .gtp-lt-search-strip,
  .gtp-lt-search-strip__pair,
  .gtp-lt-tourists-inline,
  .gtp-lt-hotel-search-form {
    grid-template-columns: 1fr;
  }

  .gtp-lt-search-strip__pair select + select,
  .gtp-lt-tourists-inline select + select {
    border-left: 0;
    border-top: 1px solid #e5edf7;
  }

  .gtp-lt-search-strip__control,
  .gtp-lt-search-strip__pair select,
  .gtp-lt-tourists-inline select,
  .gtp-lt-btn--search,
  .gtp-lt-search-strip__submit .gtp-lt-btn {
    min-height: 56px;
    height: 56px;
    font-size: 15px;
  }
}

/* ===== COMPACT HOTEL CARDS + YELLOW FILTER STARS ===== */

@media (min-width: 1024px) {
  .gtp-lt-card {
    grid-template-columns: 270px minmax(0, 1fr);
  }

  .gtp-lt-card__body {
    padding: 16px 18px 14px;
    gap: 10px;
  }

  .gtp-lt-card__topline > :first-child {
    flex: 1 1 auto;
    min-width: 0;
  }

  .gtp-lt-card__rating-wrap {
    min-width: 56px;
    gap: 6px;
    flex: 0 0 auto;
  }

  .gtp-lt-card__rating {
    min-width: 40px;
    padding: 6px 9px;
    border-radius: 10px;
    font-size: 14px;
    line-height: 1;
  }

  .gtp-lt-card__title {
    font-size: 22px;
    line-height: 1.16;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }

  .gtp-lt-card__location {
    font-size: 13px;
    line-height: 1.35;
  }

  .gtp-lt-card__teaser {
    font-size: 14px;
    line-height: 1.45;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
  }

  .gtp-lt-card__features {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }

  .gtp-lt-card__features li {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.2;
  }

  .gtp-lt-card__bottom--split {
    gap: 14px;
    align-items: flex-end;
  }

  .gtp-lt-card__price {
    font-size: 14px;
    line-height: 1.2;
  }

  .gtp-lt-card__price strong {
    font-size: 20px;
    line-height: 1.05;
  }

  .gtp-lt-card__subprice {
    font-size: 12px;
    line-height: 1.35;
  }

  .gtp-lt-card__actions .gtp-lt-btn {
    padding: 12px 16px;
    white-space: nowrap;
  }

  .gtp-lt-card__badges {
    top: 10px;
    left: 10px;
    gap: 6px;
  }

  .gtp-lt-badge {
    padding: 6px 8px;
    font-size: 11px;
  }
}

/* звезды в левом фильтре */
.gtp-lt-check__label--stars .gtp-lt-check__stars-num {
  color: var(--gtp-text);
}

.gtp-lt-check__label--stars .gtp-lt-check__stars-icon {
  color: #f7b500;
}

/* ===== FIX: цена не слипается + верхняя форма влезает ===== */

/* 1. Кнопка "Применить" в блоке цены */
.gtp-lt-filter-box .gtp-lt-price-grid + .gtp-lt-btn[data-action="apply-price"] {
  display: inline-flex;
  margin-top: 14px;
  min-width: 158px;
}

/* 2. У блока цены чуть больше воздуха */
.gtp-lt-filter-box .gtp-lt-price-grid {
  margin-bottom: 0;
}

.gtp-lt-filter-box .gtp-lt-price-grid label {
  gap: 8px;
}

/* 3. Верхняя поисковая форма: делаем колонки удобнее */
@media (min-width: 1100px) {
  .gtp-lt-search-strip {
    grid-template-columns:
      minmax(0, 1.55fr)   /* страна/город/отель */
      minmax(0, 1.00fr)   /* город вылета */
      minmax(140px, .82fr)/* дата заезда */
      minmax(140px, .82fr)/* дата отъезда */
      minmax(130px, .82fr)/* длительность */
      minmax(170px, 1.02fr)/* туристы */
      minmax(190px, 1.08fr);/* кнопка */
    gap: 10px;
  }

  .gtp-lt-search-strip__control,
  .gtp-lt-search-strip__pair select,
  .gtp-lt-tourists-inline select {
    font-size: 14px;
    padding: 0 12px;
  }

  .gtp-lt-search-strip__label {
    font-size: 11px;
    letter-spacing: .02em;
  }

  .gtp-lt-search-strip__field--tourists {
    min-width: 0;
  }

  .gtp-lt-tourists-inline {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .gtp-lt-search-strip__submit .gtp-lt-btn {
    padding-left: 14px;
    padding-right: 14px;
    font-size: 15px;
  }
}

/* 4. Чуть раньше перестраиваем форму на 2 ряда, чтобы не резалось на средних экранах */
@media (max-width: 1360px) and (min-width: 981px) {
  .gtp-lt-search-strip {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .gtp-lt-search-strip__submit {
    grid-column: span 2;
  }
}

/* ===== FIX: отступ между "Курорт" и первым динамическим фильтром ===== */

.gtp-lt-sidebar__box [data-role="filters"] {
  margin-top: 22px;
}

.gtp-lt-sidebar__box [data-role="filters"] > .gtp-lt-filter-box {
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid #e8eff8;
}

.gtp-lt-sidebar__box [data-role="filters"] > .gtp-lt-filter-box:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.gtp-lt-filter-box--maps {
  order: -1;
}

/* ===== FIX: кнопка "Применить" заметнее ===== */

.gtp-lt-filter-box .gtp-lt-btn[data-action="apply-price"] {
  background: linear-gradient(180deg, #2f7df0 0%, #1e66d8 100%);
  color: #fff;
  border: 1px solid #1e66d8;
  box-shadow: 0 8px 18px rgba(30, 102, 216, .18);
  font-weight: 700;
}

.gtp-lt-filter-box .gtp-lt-btn[data-action="apply-price"]:hover {
  background: linear-gradient(180deg, #2a74e3 0%, #185dc9 100%);
  border-color: #185dc9;
  transform: translateY(-1px);
}

.gtp-lt-filter-box .gtp-lt-btn[data-action="apply-price"]:active {
  transform: translateY(0);
  box-shadow: 0 4px 10px rgba(30, 102, 216, .14);
}
/* Hotel page rewrite v4 */
.gtp-lt-hotel-page--v4 {
  gap: 20px;
}

.gtp-lt-breadcrumbs--hotel {
  margin-bottom: 0;
}

.gtp-lt-breadcrumbs--resort {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin: 0 0 20px;
  font-size: 15px;
  line-height: 1.5;
  color: var(--gtp-muted);
}

.gtp-lt-breadcrumbs--resort a {
  color: var(--gtp-accent);
  text-decoration: none;
}

.gtp-lt-breadcrumbs--resort a:hover {
  text-decoration: underline;
}

.gtp-lt-breadcrumbs--resort span {
  color: var(--gtp-muted);
}

.gtp-lt-hotel-hero--expanded {
  grid-template-columns: minmax(0, 1.35fr) 360px;
}

.gtp-lt-hotel-kicker {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px;
  color: var(--gtp-muted);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.gtp-lt-hotel-kicker span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.gtp-lt-hotel-kicker span + span::before {
  content: '•';
  color: #98a9bf;
  margin-right: 2px;
}

.gtp-lt-hotel-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.gtp-lt-hotel-facts-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.gtp-lt-fact {
  padding: 14px 16px;
  border: 1px solid var(--gtp-border);
  border-radius: 18px;
  background: var(--gtp-card-2);
}

.gtp-lt-fact strong,
.gtp-lt-fact span {
  display: block;
}

.gtp-lt-fact strong {
  font-size: 13px;
  color: var(--gtp-muted);
  margin-bottom: 4px;
}

.gtp-lt-fact span {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
}

.gtp-lt-anchor-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.gtp-lt-anchor-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid var(--gtp-border);
  background: var(--gtp-card-2);
  color: var(--gtp-text);
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}

.gtp-lt-anchor-nav a:hover {
  background: #fff;
  color: var(--gtp-accent);
}

.gtp-lt-hotel-search-form--compact {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  align-items: end;
}

.gtp-lt-hotel-search-form--compact .gtp-lt-field {
  min-width: 0;
}

.gtp-lt-hotel-search-form--compact .gtp-lt-btn {
  width: 100%;
}

.gtp-lt-note-box {
  padding: 16px 18px;
  border: 1px solid #dce8f7;
  border-radius: 18px;
  background: linear-gradient(180deg, #fbfdff 0%, #f4f8ff 100%);
  color: var(--gtp-muted);
}

.gtp-lt-note-box p:last-child,
.gtp-lt-legal-note p:last-child {
  margin-bottom: 0;
}

.gtp-lt-legal-note {
  color: var(--gtp-muted);
  font-size: 13px;
}

.gtp-lt-room-card__body {
  display: grid;
  gap: 16px;
}

.gtp-lt-offer__availability {
  color: var(--gtp-muted);
  font-size: 13px;
}

@media (max-width: 1180px) {
  .gtp-lt-hotel-hero--expanded,
  .gtp-lt-hotel-search-form--compact {
    grid-template-columns: 1fr 1fr;
  }

  .gtp-lt-hotel-search-form--compact > *:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 980px) {
  .gtp-lt-hotel-facts-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .gtp-lt-anchor-nav {
    gap: 8px;
  }

  .gtp-lt-anchor-nav a {
    width: 100%;
    justify-content: center;
  }

  .gtp-lt-hotel-kicker {
    font-size: 12px;
  }
}

@media (max-width: 640px) {
  .gtp-lt-hotel-search-form--compact {
    grid-template-columns: 1fr;
  }
}

.gtp-lt-main {
  min-width: 0;
  min-height: 0;
  overflow: visible;
  display: block;
}

.gtp-lt-widget,
.gtp-lt-widget .gtp-lt-layout,
.gtp-lt-widget .gtp-lt-main,
.gtp-lt-widget .gtp-lt-cards,
.gtp-lt-widget [data-role="cards"] {
  display: block;
  width: 100%;
  height: auto !important;
  min-height: 0;
  max-height: none !important;
  overflow: visible !important;
  position: static !important;
}

.gtp-lt-widget .gtp-lt-layout {
  display: grid !important;
  grid-template-columns: minmax(260px, 360px) minmax(0, 1fr) !important;
  gap: 28px;
  align-items: start;
}

.gtp-lt-widget .gtp-lt-main {
  min-width: 0;
  align-self: start;
}

.gtp-lt-widget .gtp-lt-cards,
.gtp-lt-widget [data-role="cards"] {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 22px !important;
}

.gtp-lt-widget .gtp-lt-card,
.gtp-lt-widget .gtp-lt-skeleton-card {
  display: grid !important;
  grid-template-columns: 330px minmax(0, 1fr);
  width: 100%;
  height: auto !important;
  min-height: 0;
  position: relative !important;
  float: none !important;
  clear: both !important;
  margin: 0 0 22px 0;
}

.gtp-lt-widget .gtp-lt-card__media,
.gtp-lt-widget .gtp-lt-card__body {
  position: relative !important;
}

.gtp-lt-widget::after,
.gtp-lt-widget .gtp-lt-layout::after,
.gtp-lt-widget .gtp-lt-main::after,
.gtp-lt-widget .gtp-lt-cards::after,
.gtp-lt-widget [data-role="cards"]::after {
  content: "";
  display: block;
  clear: both;
}

.site-footer,
footer,
#colophon {
  clear: both !important;
  position: relative;
  z-index: 1;
}

@media (max-width: 980px) {
  .gtp-lt-widget .gtp-lt-layout {
    grid-template-columns: 1fr !important;
  }

  .gtp-lt-widget .gtp-lt-card,
  .gtp-lt-widget .gtp-lt-skeleton-card {
    grid-template-columns: 1fr !important;
  }
}

/* На динамических resort/hotel routes breadcrumbs рисует сам плагин.
   Breadcrumbs темы для реальной country-page здесь скрываем. */
body.gtp-lt-route-body .breadcrumbs:not(.gtp-lt-breadcrumbs),
body.gtp-lt-route-body .breadcrumb:not(.gtp-lt-breadcrumbs),
body.gtp-lt-route-body .yoast-breadcrumbs:not(.gtp-lt-breadcrumbs),
body.gtp-lt-route-body .rank-math-breadcrumb:not(.gtp-lt-breadcrumbs),
body.gtp-lt-route-body .kama_breadcrumbs:not(.gtp-lt-breadcrumbs),
body.gtp-lt-route-body nav[aria-label="breadcrumb"]:not(.gtp-lt-breadcrumbs),
body.gtp-lt-route-body [class*="breadcrumb"]:not(.gtp-lt-breadcrumbs):not(.gtp-lt-breadcrumbs *),
body.gtp-lt-route-body [class*="crumb"]:not(.gtp-lt-breadcrumbs):not(.gtp-lt-breadcrumbs *) {
  display: none !important;
}

.gtp-lt-gallery-modal {
  position: relative;
  display: grid;
  gap: 16px;
  align-items: center;
  justify-items: center;
}

.gtp-lt-gallery-stage {
  position: relative;
  width: 100%;
  max-width: 1100px;
  min-height: min(72vh, 700px);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.gtp-lt-gallery-image {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: min(72vh, 700px);
  object-fit: contain;
  object-position: center center;
  border-radius: 18px;
  background: #0b1220;
  margin: 0 auto;
}

.gtp-lt-gallery-counter {
  position: absolute;
  right: 12px;
  bottom: 12px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(18, 34, 56, .72);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

.gtp-lt-gallery-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 999px;
  background: rgba(18, 34, 56, .72);
  color: #fff;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
}

.gtp-lt-gallery-nav--prev {
  left: 8px;
}

.gtp-lt-gallery-nav--next {
  right: 8px;
}

.gtp-lt-gallery-strip {
  width: 100%;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 110px;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 4px;
}

.gtp-lt-gallery-strip__item {
  padding: 0;
  border: 2px solid transparent;
  border-radius: 14px;
  overflow: hidden;
  background: #eef4fb;
  cursor: pointer;
}

.gtp-lt-gallery-strip__item.is-active {
  border-color: var(--gtp-accent);
}

.gtp-lt-gallery-strip__item img {
  display: block;
  width: 100%;
  height: 78px;
  object-fit: cover;
}

@media (max-width: 767px) {
  .gtp-lt-gallery-stage {
    min-height: min(58vh, 520px);
  }

  .gtp-lt-gallery-image {
    max-height: min(58vh, 520px);
    border-radius: 14px;
  }

  .gtp-lt-gallery-nav {
    width: 44px;
    height: 44px;
    font-size: 28px;
  }

  .gtp-lt-gallery-nav--prev {
    left: 4px;
  }

  .gtp-lt-gallery-nav--next {
    right: 4px;
  }

  .gtp-lt-gallery-strip {
    grid-auto-columns: 88px;
  }

  .gtp-lt-gallery-strip__item img {
    height: 64px;
  }
}

.gtp-lt-field--kids-ages {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.gtp-lt-kids-ages-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(140px, 1fr));
  gap: 10px;
}

.gtp-lt-kid-age {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.gtp-lt-kid-age span {
  font-size: 13px;
  color: #5f6f86;
  font-weight: 600;
}

.gtp-lt-kid-age select {
  width: 100%;
}

@media (max-width: 767px) {
  .gtp-lt-kids-ages-grid {
    grid-template-columns: 1fr;
  }
}

.gtp-lt-route-page {
  max-width: 1240px;
  margin: 0 auto;
  padding: 24px 16px 48px;
}

.gtp-lt-route-hero {
  background: linear-gradient(180deg, #f7fbff 0%, #eef5ff 100%);
  border: 1px solid #d9e6f5;
  border-radius: 28px;
  padding: 28px;
  margin-bottom: 24px;
}

.gtp-lt-route-title {
  margin: 0 0 12px;
  font-size: 42px;
  line-height: 1.1;
  font-weight: 800;
  color: #122238;
}

.gtp-lt-route-intro {
  margin: 0;
  max-width: 920px;
  font-size: 18px;
  line-height: 1.65;
  color: #4f6480;
}

.gtp-lt-route-content {
  margin-bottom: 24px;
}

.gtp-lt-route-seo-text {
  margin-top: 24px;
}

@media (max-width: 767px) {
  .gtp-lt-route-page {
    padding: 16px 12px 32px;
  }

  .gtp-lt-route-hero {
    padding: 20px;
    border-radius: 22px;
  }

  .gtp-lt-route-title {
    font-size: 30px;
  }

  .gtp-lt-route-intro {
    font-size: 16px;
  }
}

.gtp-lt-destination-picker {
  position: relative;
  width: 100%;
}

.gtp-lt-destination-picker__input {
  width: 100%;
}

.gtp-lt-destination-picker__dropdown {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  z-index: 50;
  max-height: 360px;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #d8e3f2;
  border-radius: 18px;
  box-shadow: 0 20px 40px rgba(18, 34, 56, 0.12);
  padding: 8px;
}

.gtp-lt-destination-picker__item {
  display: block;
  width: 100%;
  text-align: left;
  border: 0;
  background: transparent;
  border-radius: 14px;
  padding: 12px 14px;
  cursor: pointer;
}

.gtp-lt-destination-picker__item:hover {
  background: #f3f8ff;
}

.gtp-lt-destination-picker__title {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #122238;
}

.gtp-lt-destination-picker__meta {
  display: block;
  margin-top: 4px;
  font-size: 13px;
  color: #6b7d97;
}

@media (max-width: 768px) {
  .gtp-lt-destination-picker__dropdown {
    max-height: 280px;
  }
}

/* hotel page focused fixes */
.gtp-lt-hotel-page--v4 .gtp-lt-room-card {
  grid-template-columns: 1fr;
}

.gtp-lt-hotel-page--v4 .gtp-lt-room-card__head {
  display: grid;
  grid-template-columns: minmax(220px, 260px) minmax(0, 1fr);
  align-items: start;
}

.gtp-lt-hotel-page--v4 .gtp-lt-room-card__desc {
  line-height: 1.6;
}

.gtp-lt-hotel-page--v4 .gtp-lt-chip-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.gtp-lt-hotel-page--v4 .gtp-lt-offer__bottom {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
}

.gtp-lt-hotel-page--v4 .gtp-lt-offer__meta strong {
  color: var(--gtp-text);
}

.gtp-lt-hotel-page--v4 .gtp-lt-hotel-hero__main img,
.gtp-lt-hotel-page--v4 .gtp-lt-hotel-thumb img,
.gtp-lt-hotel-page--v4 .gtp-lt-room-card__head img {
  display: block;
  width: 100%;
  object-fit: cover;
}

@media (max-width: 980px) {
  .gtp-lt-hotel-page--v4 .gtp-lt-hotel-hero--expanded {
    grid-template-columns: 1fr;
  }

  .gtp-lt-hotel-page--v4 .gtp-lt-room-card__head {
    grid-template-columns: 1fr;
  }

  .gtp-lt-hotel-page--v4 .gtp-lt-room-card__head img {
    width: 100%;
    min-width: 0;
    max-width: none;
    height: 220px;
  }
}

@media (max-width: 640px) {
  .gtp-lt-hotel-page--v4 .gtp-lt-hotel-hero__thumbs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gtp-lt-hotel-page--v4 .gtp-lt-offer__bottom {
    flex-direction: column;
    align-items: stretch;
  }

  .gtp-lt-hotel-page--v4 .gtp-lt-offer__bottom .gtp-lt-btn {
    width: 100%;
  }
}


/* ===== GLOBAL COMPACT TOUR/RESORT CARDS OVERRIDE ===== */
.gtp-lt-cards {
  gap: 18px;
}

.gtp-lt-card,
.gtp-lt-skeleton-card,
.gtp-lt-widget .gtp-lt-card {
  grid-template-columns: 290px minmax(0, 1fr);
  min-height: 250px;
  align-items: stretch;
}

.gtp-lt-card__media,
.gtp-lt-skeleton-card__image,
.gtp-lt-widget .gtp-lt-card__media {
  height: 100%;
  min-height: 250px;
  max-height: 250px;
}

.gtp-lt-card__media img,
.gtp-lt-widget .gtp-lt-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.gtp-lt-card__body,
.gtp-lt-widget .gtp-lt-card__body {
  height: 100%;
  min-height: 250px;
  padding: 16px 18px 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.gtp-lt-card__topline {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.gtp-lt-card__topline > :first-child {
  flex: 1 1 auto;
  min-width: 0;
}

.gtp-lt-card__title {
  font-size: 21px;
  line-height: 1.18;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.gtp-lt-card__location {
  font-size: 13px;
  line-height: 1.35;
  margin-top: 4px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.gtp-lt-card__rating-wrap {
  flex: 0 0 auto;
  min-width: 52px;
  gap: 6px;
  text-align: right;
}

.gtp-lt-card__rating {
  justify-self: end;
  min-width: 40px;
  padding: 6px 8px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1;
}

.gtp-lt-card__teaser {
  margin: 0;
  font-size: 14px;
  line-height: 1.42;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  min-height: calc(1.42em * 4);
}

.gtp-lt-card__features {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
}

.gtp-lt-card__features li,
.gtp-lt-chip {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.2;
  max-width: 100%;
}

.gtp-lt-card__bottom--split {
  margin-top: auto;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 14px;
}

.gtp-lt-card__price {
  font-size: 14px;
  line-height: 1.2;
}

.gtp-lt-card__price strong {
  font-size: 22px;
  line-height: 1.05;
}

.gtp-lt-card__subprice {
  font-size: 12px;
  line-height: 1.35;
}

.gtp-lt-card__actions {
  flex: 0 0 auto;
}

.gtp-lt-card__actions .gtp-lt-btn {
  min-height: 56px;
  padding: 12px 18px;
  white-space: nowrap;
}

.gtp-lt-card__badges {
  top: 10px;
  left: 10px;
  gap: 6px;
}

.gtp-lt-badge {
  padding: 6px 8px;
  font-size: 11px;
  line-height: 1.15;
}

@media (max-width: 1200px) {
  .gtp-lt-card,
  .gtp-lt-skeleton-card,
  .gtp-lt-widget .gtp-lt-card {
    grid-template-columns: 260px minmax(0, 1fr);
    min-height: 230px;
  }

  .gtp-lt-card__media,
  .gtp-lt-skeleton-card__image,
  .gtp-lt-widget .gtp-lt-card__media,
  .gtp-lt-card__body,
  .gtp-lt-widget .gtp-lt-card__body {
    min-height: 230px;
  }

  .gtp-lt-card__media,
  .gtp-lt-skeleton-card__image,
  .gtp-lt-widget .gtp-lt-card__media {
    max-height: 230px;
  }

  .gtp-lt-card__title {
    font-size: 19px;
  }

  .gtp-lt-card__teaser {
    -webkit-line-clamp: 3;
    min-height: calc(1.42em * 3);
  }

  .gtp-lt-card__price strong {
    font-size: 20px;
  }
}

@media (max-width: 980px) {
  .gtp-lt-cards,
  .gtp-lt-widget .gtp-lt-cards {
    gap: 16px;
  }

  .gtp-lt-card,
  .gtp-lt-skeleton-card,
  .gtp-lt-widget .gtp-lt-card {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .gtp-lt-card__media,
  .gtp-lt-skeleton-card__image,
  .gtp-lt-widget .gtp-lt-card__media {
    min-height: 220px;
    max-height: 220px;
  }

  .gtp-lt-card__body,
  .gtp-lt-widget .gtp-lt-card__body {
    min-height: 0;
    padding: 14px;
    gap: 10px;
  }

  .gtp-lt-card__title {
    font-size: 18px;
    -webkit-line-clamp: 2;
  }

  .gtp-lt-card__location {
    font-size: 13px;
    -webkit-line-clamp: 2;
  }

  .gtp-lt-card__teaser {
    font-size: 13px;
    -webkit-line-clamp: 3;
    min-height: auto;
  }

  .gtp-lt-card__bottom--split {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .gtp-lt-card__actions .gtp-lt-btn {
    width: 100%;
    min-height: 52px;
  }
}

@media (max-width: 640px) {
  .gtp-lt-card__media,
  .gtp-lt-skeleton-card__image,
  .gtp-lt-widget .gtp-lt-card__media {
    min-height: 200px;
    max-height: 200px;
  }

  .gtp-lt-card__body,
  .gtp-lt-widget .gtp-lt-card__body {
    padding: 12px;
  }

  .gtp-lt-card__title {
    font-size: 17px;
    line-height: 1.2;
  }

  .gtp-lt-card__price strong {
    font-size: 19px;
  }

  .gtp-lt-card__features {
    gap: 6px;
  }

  .gtp-lt-card__features li,
  .gtp-lt-chip {
    font-size: 11px;
    padding: 5px 8px;
  }
}

/* ===== v2.3.31 mobile filters + maps + card image fix ===== */
.gtp-lt-card__media,
.gtp-lt-widget .gtp-lt-card__media {
  overflow: hidden;
}

.gtp-lt-card__media--link,
.gtp-lt-widget .gtp-lt-card__media--link {
  display: block;
  width: 100%;
  height: 100%;
}

.gtp-lt-card__media img,
.gtp-lt-widget .gtp-lt-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.gtp-lt-btn--map {
  width: 100%;
}

.gtp-lt-mobile-actions,
.gtp-lt-mobile-overlay,
.gtp-lt-mobile-close {
  display: none;
}

.gtp-lt-mobile-close {
  margin-left: auto;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  border: 1px solid #d9e5f3;
  background: #fff;
  color: #20344f;
  font-size: 26px;
  line-height: 1;
}

.gtp-lt-map-modal {
  display: grid;
  gap: 14px;
}

.gtp-lt-map-modal__head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-start;
}

.gtp-lt-map-modal__head h3 {
  margin: 0 0 6px;
}

.gtp-lt-map-modal__head p,
.gtp-lt-map-modal__foot {
  margin: 0;
  color: #5c7090;
  font-size: 14px;
}

.gtp-lt-map-canvas {
  width: 100%;
  height: min(70vh, 620px);
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid #dde8f5;
}

.gtp-lt-map-price-marker-wrap {
  background: transparent;
  border: 0;
}

.gtp-lt-map-price-marker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 82px;
  min-height: 34px;
  padding: 6px 12px;
  border-radius: 14px;
  background: rgba(255,255,255,.96);
  border: 1px solid #17293f;
  box-shadow: 0 10px 24px rgba(20, 40, 71, .16);
  font-weight: 800;
  font-size: 15px;
  color: #122238;
}

.gtp-lt-map-price-marker.is-active {
  background: #2f7df0;
  border-color: #2f7df0;
  color: #fff;
}

.gtp-lt-map-popup {
  min-width: 180px;
}

.gtp-lt-map-popup strong {
  display: block;
  margin-bottom: 4px;
}

.gtp-lt-map-popup__price {
  margin: 8px 0;
  font-weight: 800;
}

@media (max-width: 980px) {
  .gtp-lt-widget .gtp-lt-layout {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .gtp-lt-widget .gtp-lt-sidebar {
    display: none;
  }

  .gtp-lt-widget.gtp-lt-mobile-filters-open .gtp-lt-sidebar {
    display: block;
    position: fixed;
    z-index: 10002;
    inset: auto 0 0 0;
    top: auto;
    max-height: 82vh;
    overflow: auto;
    padding: 0 12px calc(92px + env(safe-area-inset-bottom));
  }

  .gtp-lt-widget.gtp-lt-mobile-filters-open .gtp-lt-sidebar__box {
    border-radius: 22px 22px 0 0;
    box-shadow: 0 -24px 60px rgba(12, 28, 49, .18);
  }

  .gtp-lt-widget.gtp-lt-mobile-filters-open .gtp-lt-mobile-overlay {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 10001;
    background: rgba(10, 19, 33, .42);
    border: 0;
    padding: 0;
    margin: 0;
  }

  .gtp-lt-mobile-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .gtp-lt-mobile-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: calc(12px + env(safe-area-inset-bottom));
    z-index: 9998;
  }

  .gtp-lt-mobile-actions__btn {
    min-height: 54px;
    border-radius: 18px;
    border: 1px solid #d9e5f3;
    background: rgba(255,255,255,.98);
    box-shadow: 0 12px 28px rgba(15, 32, 55, .16);
    font-size: 18px;
    font-weight: 800;
    color: #17293f;
  }

  .gtp-lt-widget .gtp-lt-main {
    padding-bottom: calc(84px + env(safe-area-inset-bottom));
  }

  .gtp-lt-widget .gtp-lt-card__media,
  .gtp-lt-widget .gtp-lt-skeleton-card__image {
    min-height: 210px;
    max-height: 210px;
  }

  .gtp-lt-map-canvas {
    height: 62vh;
    border-radius: 18px;
  }
}


@media (max-width: 980px) {
  .gtp-lt-widget.gtp-lt-mobile-filters-open .gtp-lt-filter-box--maps {
    display: none;
  }
}


.gtp-lt-map-modal {
  justify-items: center;
}

.gtp-lt-map-modal__head,
.gtp-lt-map-modal__foot {
  width: 100%;
}

.gtp-lt-map-canvas {
  margin: 0 auto;
}

.gtp-lt-widget.gtp-lt-mobile-filters-open .gtp-lt-sidebar__head {
  position: sticky;
  top: 0;
  z-index: 12;
  background: #fff;
  padding-top: 14px;
  padding-bottom: 10px;
}

.gtp-lt-widget.gtp-lt-mobile-filters-open .gtp-lt-sidebar__box {
  position: relative;
}


/* 2.3.36 hotel page CTA + compact form fixes */
.gtp-lt-hotel-search-form--compact [data-role="kids-ages-wrap"] {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  align-items: end;
}

.gtp-lt-hotel-search-form--compact [data-role="kids-ages-wrap"] .gtp-lt-field {
  min-width: 0;
}

.gtp-lt-hotel-search-form--compact > .gtp-lt-btn,
.gtp-lt-hotel-search-form--compact > button[type="submit"] {
  grid-column: 1 / -1;
  justify-self: start;
  width: min(320px, 100%);
}

.gtp-lt-hotel-price-box .gtp-lt-btn[data-action="scroll-to-offers"] {
  width: 100%;
}

.gtp-lt-hotel-search-form--compact.is-attention {
  animation: gtpHotelSearchPulse .9s ease;
}

@keyframes gtpHotelSearchPulse {
  0% { box-shadow: 0 0 0 0 rgba(15, 103, 219, 0); }
  25% { box-shadow: 0 0 0 6px rgba(15, 103, 219, 0.12); }
  100% { box-shadow: 0 0 0 0 rgba(15, 103, 219, 0); }
}

@media (max-width: 1180px) {
  .gtp-lt-hotel-search-form--compact [data-role="kids-ages-wrap"] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .gtp-lt-hotel-search-form--compact [data-role="kids-ages-wrap"] {
    grid-template-columns: 1fr;
  }

  .gtp-lt-hotel-search-form--compact > .gtp-lt-btn,
  .gtp-lt-hotel-search-form--compact > button[type="submit"] {
    width: 100%;
  }
}


/* 2.3.37 hotel gallery + spacing + dedupe layout fixes */
.gtp-lt-hotel-hero__main {
  aspect-ratio: 16 / 9;
  min-height: 0;
}

.gtp-lt-hotel-hero__main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.gtp-lt-hotel-hero__thumbs {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(132px, 132px);
  grid-template-columns: none;
  gap: 10px;
  overflow-x: auto;
  overflow-y: hidden;
  align-items: stretch;
  padding-bottom: 2px;
}

.gtp-lt-hotel-thumb {
  min-height: 0;
  aspect-ratio: 4 / 3;
}

.gtp-lt-hotel-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.gtp-lt-hotel-page--v4 [data-role="hotel-features"],
.gtp-lt-hotel-page--v4 [data-role="hotel-highlights"],
.gtp-lt-hotel-page--v4 [data-role="hotel-facts"] {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.gtp-lt-hotel-page--v4 [data-role="hotel-facts"] {
  margin-top: 14px;
}

.gtp-lt-hotel-page--v4 #hotel-about {
  margin-top: 28px;
}

.gtp-lt-hotel-page--v4 #hotel-offers {
  margin-top: 26px;
}

.gtp-lt-hotel-page--v4 [data-role="hotel-offers-meta"] {
  margin-bottom: 16px;
}

.gtp-lt-hotel-page--v4 [data-role="hotel-status"] {
  margin-top: 14px;
}

@media (max-width: 980px) {
  .gtp-lt-hotel-hero__thumbs {
    grid-auto-columns: 116px;
  }
}

@media (max-width: 640px) {
  .gtp-lt-hotel-hero__main {
    aspect-ratio: 16 / 10;
  }

  .gtp-lt-hotel-hero__thumbs {
    grid-auto-columns: 92px;
    gap: 8px;
  }
}


/* 2.3.38 hotel gallery horizontal normalization */
.gtp-lt-hotel-hero__gallery {
  display: grid !important;
  grid-template-rows: auto auto !important;
  align-content: start !important;
  gap: 14px !important;
}

.gtp-lt-hotel-hero__main {
  aspect-ratio: 16 / 9 !important;
  min-height: 0 !important;
  height: auto !important;
  margin: 0 !important;
}

.gtp-lt-hotel-hero__main img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: 16 / 9 !important;
  object-fit: cover !important;
  object-position: center center !important;
}

.gtp-lt-hotel-hero__thumbs {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 12px !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  align-items: stretch !important;
  align-content: stretch !important;
  padding: 0 !important;
  margin: 0 !important;
  min-height: 0 !important;
}

.gtp-lt-hotel-thumb {
  flex: 0 0 180px !important;
  width: 180px !important;
  min-width: 180px !important;
  max-width: 180px !important;
  aspect-ratio: 16 / 9 !important;
  min-height: 0 !important;
  height: auto !important;
  margin: 0 !important;
}

.gtp-lt-hotel-thumb img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: 16 / 9 !important;
  object-fit: cover !important;
  object-position: center center !important;
}

.gtp-lt-hotel-page--v4 .gtp-lt-hotel-hero__gallery + * {
  margin-top: 0 !important;
}

.gtp-lt-hotel-page--v4 [data-role="hotel-features"] {
  gap: 10px 12px !important;
}

.gtp-lt-hotel-page--v4 [data-role="hotel-facts"] {
  gap: 12px !important;
  margin-top: 16px !important;
}

.gtp-lt-hotel-page--v4 #hotel-offers {
  margin-top: 32px !important;
}

.gtp-lt-hotel-page--v4 [data-role="hotel-status"] {
  margin-top: 18px !important;
}

@media (max-width: 980px) {
  .gtp-lt-hotel-thumb {
    flex-basis: 148px !important;
    width: 148px !important;
    min-width: 148px !important;
    max-width: 148px !important;
  }
}

@media (max-width: 640px) {
  .gtp-lt-hotel-hero__gallery {
    gap: 10px !important;
  }

  .gtp-lt-hotel-hero__main,
  .gtp-lt-hotel-hero__main img {
    aspect-ratio: 16 / 10 !important;
  }

  .gtp-lt-hotel-thumb {
    flex-basis: 112px !important;
    width: 112px !important;
    min-width: 112px !important;
    max-width: 112px !important;
  }
}


/* 2.3.39 hotel hero gallery hard fix + mobile full-width + sticky spacing */
.gtp-lt-hotel-page--v4 .gtp-lt-hotel-hero__gallery {
  width: 100% !important;
  grid-template-columns: minmax(0, 1fr) !important;
  grid-template-rows: auto auto !important;
  grid-auto-flow: row !important;
  justify-items: stretch !important;
  align-items: start !important;
  align-content: start !important;
  gap: 12px !important;
}

.gtp-lt-hotel-page--v4 .gtp-lt-hotel-hero__gallery > * {
  grid-column: 1 / -1 !important;
}

.gtp-lt-hotel-page--v4 .gtp-lt-hotel-hero__main {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: 16 / 9 !important;
  overflow: hidden !important;
  margin: 0 !important;
}

.gtp-lt-hotel-page--v4 .gtp-lt-hotel-hero__main img {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  aspect-ratio: auto !important;
  object-fit: cover !important;
  object-position: center center !important;
  margin: 0 !important;
}

.gtp-lt-hotel-page--v4 .gtp-lt-hotel-hero__thumbs {
  width: 100% !important;
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: stretch !important;
  gap: 12px !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  margin: 0 !important;
  padding: 0 0 4px !important;
  min-height: 0 !important;
}

.gtp-lt-hotel-page--v4 .gtp-lt-hotel-thumb {
  flex: 0 0 168px !important;
  width: 168px !important;
  min-width: 168px !important;
  max-width: 168px !important;
  aspect-ratio: 16 / 9 !important;
  min-height: 0 !important;
  height: auto !important;
  overflow: hidden !important;
  margin: 0 !important;
}

.gtp-lt-hotel-page--v4 .gtp-lt-hotel-thumb img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
}

.gtp-lt-hotel-page--v4 #hotel-offers {
  scroll-margin-top: 110px !important;
}

.gtp-lt-hotel-page--v4 [data-role="hotel-status"] {
  margin-top: 22px !important;
}

@media (max-width: 980px) {
  .gtp-lt-hotel-page--v4 .gtp-lt-hotel-hero__main {
    aspect-ratio: 16 / 10 !important;
  }

  .gtp-lt-hotel-page--v4 .gtp-lt-hotel-thumb {
    flex-basis: 144px !important;
    width: 144px !important;
    min-width: 144px !important;
    max-width: 144px !important;
  }
}

@media (max-width: 640px) {
  .gtp-lt-hotel-page--v4 .gtp-lt-hotel-hero {
    padding: 16px !important;
    gap: 14px !important;
  }

  .gtp-lt-hotel-page--v4 .gtp-lt-hotel-hero__gallery {
    gap: 10px !important;
  }

  .gtp-lt-hotel-page--v4 .gtp-lt-hotel-hero__main {
    aspect-ratio: 16 / 10 !important;
    border-radius: 16px !important;
  }

  .gtp-lt-hotel-page--v4 .gtp-lt-hotel-hero__thumbs {
    gap: 8px !important;
  }

  .gtp-lt-hotel-page--v4 .gtp-lt-hotel-thumb {
    flex-basis: calc(100vw - 64px) !important;
    width: calc(100vw - 64px) !important;
    min-width: calc(100vw - 64px) !important;
    max-width: calc(100vw - 64px) !important;
    border-radius: 14px !important;
  }

  .gtp-lt-gallery-stage {
    min-height: min(72vh, 680px) !important;
  }

  .gtp-lt-gallery-image {
    max-height: min(72vh, 680px) !important;
    width: 100% !important;
    object-fit: contain !important;
  }
}


/* 2.3.40 hotel hero layout + kids age inline final fix */
.gtp-lt-hotel-page--v4 .gtp-lt-hotel-hero {
  align-items: start !important;
}

.gtp-lt-hotel-page--v4 .gtp-lt-hotel-hero__gallery {
  align-self: start !important;
  height: auto !important;
  min-height: 0 !important;
}

.gtp-lt-hotel-page--v4 .gtp-lt-hotel-hero__thumbs {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  grid-auto-rows: 1fr !important;
  gap: 12px !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  max-height: 440px !important;
  padding: 0 !important;
  align-content: start !important;
}

.gtp-lt-hotel-page--v4 .gtp-lt-hotel-thumb {
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  flex: none !important;
  aspect-ratio: 16 / 9 !important;
}

.gtp-lt-hotel-page--v4 .gtp-lt-hotel-thumb img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
}

.gtp-lt-hotel-page--v4 .gtp-lt-hotel-search-form--compact [data-role="kids-ages-wrap"] {
  grid-column: 6 / 7 !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 10px !important;
  align-items: end !important;
  align-self: start !important;
}

.gtp-lt-hotel-page--v4 .gtp-lt-hotel-search-form--compact [data-role="kids-ages-wrap"] > span {
  margin: 0 !important;
}

.gtp-lt-hotel-page--v4 .gtp-lt-hotel-search-form--compact .gtp-lt-kids-ages-grid {
  grid-template-columns: 1fr !important;
  gap: 10px !important;
}

.gtp-lt-hotel-page--v4 .gtp-lt-hotel-search-form--compact > .gtp-lt-btn,
.gtp-lt-hotel-page--v4 .gtp-lt-hotel-search-form--compact > button[type="submit"] {
  grid-column: 1 / -1 !important;
}

@media (max-width: 1180px) {
  .gtp-lt-hotel-page--v4 .gtp-lt-hotel-hero__thumbs {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    max-height: 360px !important;
  }

  .gtp-lt-hotel-page--v4 .gtp-lt-hotel-search-form--compact [data-role="kids-ages-wrap"] {
    grid-column: 1 / -1 !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .gtp-lt-hotel-page--v4 .gtp-lt-hotel-search-form--compact .gtp-lt-kids-ages-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  .gtp-lt-hotel-page--v4 .gtp-lt-hotel-hero__main {
    aspect-ratio: 16 / 10 !important;
  }

  .gtp-lt-hotel-page--v4 .gtp-lt-hotel-hero__thumbs {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    max-height: none !important;
    gap: 8px !important;
  }

  .gtp-lt-hotel-page--v4 .gtp-lt-hotel-thumb {
    flex: 0 0 calc(100vw - 64px) !important;
    width: calc(100vw - 64px) !important;
    min-width: calc(100vw - 64px) !important;
    max-width: calc(100vw - 64px) !important;
  }

  .gtp-lt-hotel-page--v4 .gtp-lt-hotel-search-form--compact [data-role="kids-ages-wrap"],
  .gtp-lt-hotel-page--v4 .gtp-lt-hotel-search-form--compact .gtp-lt-kids-ages-grid {
    grid-template-columns: 1fr !important;
  }
}


/* 2.3.41 hotel page final gallery + kids ages + mobile modal fixes */
.gtp-lt-hotel-page--v4 .gtp-lt-hotel-hero,
.gtp-lt-hotel-page--v4 .gtp-lt-hotel-hero__gallery {
  align-items: start !important;
}

.gtp-lt-hotel-page--v4 .gtp-lt-hotel-hero__gallery {
  display: grid !important;
  grid-template-rows: auto auto !important;
  gap: 12px !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  overflow: visible !important;
}

.gtp-lt-hotel-page--v4 .gtp-lt-hotel-hero__main {
  min-height: 0 !important;
  aspect-ratio: 16 / 9 !important;
}

.gtp-lt-hotel-page--v4 .gtp-lt-hotel-hero__thumbs {
  display: flex !important;
  flex-wrap: nowrap !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  gap: 10px !important;
  padding: 0 0 6px !important;
  margin: 0 !important;
  max-height: none !important;
  min-height: 0 !important;
  height: auto !important;
  align-items: stretch !important;
  align-content: stretch !important;
  scrollbar-width: thin;
}

.gtp-lt-hotel-page--v4 .gtp-lt-hotel-hero__thumbs::-webkit-scrollbar {
  height: 8px;
}

.gtp-lt-hotel-page--v4 .gtp-lt-hotel-thumb {
  flex: 0 0 210px !important;
  width: 210px !important;
  min-width: 210px !important;
  max-width: 210px !important;
  min-height: 118px !important;
  height: 118px !important;
  aspect-ratio: auto !important;
  border-radius: 18px !important;
}

.gtp-lt-hotel-page--v4 .gtp-lt-hotel-thumb img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
}

.gtp-lt-hotel-page--v4 .gtp-lt-hotel-hero__gallery + * {
  margin-top: 0 !important;
}

.gtp-lt-hotel-page--v4 .gtp-lt-hotel-search-form--compact [data-role="kids-ages-wrap"] {
  grid-column: 1 / -1 !important;
  display: block !important;
  margin-top: 2px !important;
}

.gtp-lt-hotel-page--v4 .gtp-lt-hotel-search-form--compact [data-role="kids-ages-wrap"] > span {
  display: block !important;
  margin: 0 0 8px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #5f6f86 !important;
}

.gtp-lt-hotel-page--v4 .gtp-lt-hotel-search-form--compact .gtp-lt-kids-ages-grid {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
}

.gtp-lt-hotel-page--v4 .gtp-lt-hotel-search-form--compact .gtp-lt-kid-age {
  flex: 0 0 180px !important;
  min-width: 180px !important;
}

.gtp-lt-hotel-page--v4 .gtp-lt-hotel-search-form--compact > .gtp-lt-btn,
.gtp-lt-hotel-page--v4 .gtp-lt-hotel-search-form--compact > button[type="submit"] {
  grid-column: 1 / -1 !important;
  justify-self: start !important;
  width: min(380px, 100%) !important;
  margin-top: 6px !important;
}

@media (max-width: 980px) {
  .gtp-lt-hotel-page--v4 .gtp-lt-hotel-thumb {
    flex: 0 0 180px !important;
    width: 180px !important;
    min-width: 180px !important;
    max-width: 180px !important;
    height: 102px !important;
    min-height: 102px !important;
  }
}

@media (max-width: 760px) {
  .gtp-lt-hotel-page--v4 .gtp-lt-hotel-hero__main {
    aspect-ratio: 16 / 10 !important;
  }

  .gtp-lt-hotel-page--v4 .gtp-lt-hotel-thumb {
    flex: 0 0 calc(100vw - 48px) !important;
    width: calc(100vw - 48px) !important;
    min-width: calc(100vw - 48px) !important;
    max-width: calc(100vw - 48px) !important;
    height: calc((100vw - 48px) * 0.62) !important;
    min-height: calc((100vw - 48px) * 0.62) !important;
  }

  .gtp-lt-hotel-page--v4 .gtp-lt-hotel-search-form--compact .gtp-lt-kids-ages-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  .gtp-lt-hotel-page--v4 .gtp-lt-hotel-search-form--compact .gtp-lt-kid-age {
    min-width: 0 !important;
  }

  .gtp-lt-modal__dialog {
    width: calc(100vw - 20px) !important;
    max-width: calc(100vw - 20px) !important;
    max-height: calc(100vh - 20px) !important;
    margin: 10px auto !important;
    border-radius: 24px !important;
  }

  .gtp-lt-gallery-modal {
    gap: 12px !important;
  }

  .gtp-lt-gallery-stage {
    width: 100% !important;
    max-width: none !important;
    min-height: auto !important;
    height: auto !important;
    padding: 0 !important;
  }

  .gtp-lt-gallery-image {
    width: 100% !important;
    max-width: 100% !important;
    max-height: 62vh !important;
    object-fit: contain !important;
  }

  .gtp-lt-gallery-strip {
    width: 100% !important;
    grid-auto-columns: 92px !important;
  }
}


/* 2.3.42 mobile hotel gallery + star pill final fix */
.gtp-lt-hotel-page--v4 .gtp-lt-hotel-hero {
  align-items: start !important;
}

.gtp-lt-hotel-page--v4 .gtp-lt-hotel-hero__gallery {
  align-self: start !important;
  display: grid !important;
  grid-template-rows: auto auto !important;
  gap: 12px !important;
  min-height: 0 !important;
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
}

.gtp-lt-hotel-page--v4 .gtp-lt-hotel-hero__main {
  width: 100% !important;
  aspect-ratio: 16 / 9 !important;
  min-height: 0 !important;
}

.gtp-lt-hotel-page--v4 .gtp-lt-hotel-hero__main img,
.gtp-lt-hotel-page--v4 [data-role="hotel-main-image"] {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
}

.gtp-lt-hotel-page--v4 .gtp-lt-hotel-hero__thumbs {
  display: flex !important;
  flex-wrap: nowrap !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  gap: 10px !important;
  padding: 0 0 6px !important;
  margin: 0 !important;
  width: 100% !important;
  max-height: none !important;
  min-height: 0 !important;
  height: auto !important;
  align-items: stretch !important;
  align-content: stretch !important;
  scrollbar-width: thin;
}

.gtp-lt-hotel-page--v4 .gtp-lt-hotel-thumb {
  flex: 0 0 170px !important;
  width: 170px !important;
  min-width: 170px !important;
  max-width: 170px !important;
  height: 96px !important;
  min-height: 96px !important;
  border-radius: 16px !important;
  overflow: hidden !important;
}

.gtp-lt-hotel-page--v4 .gtp-lt-hotel-thumb img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
}

.gtp-lt-pill__star {
  color: #f7b500 !important;
  margin-left: 2px;
}

.gtp-lt-pill__num {
  color: inherit !important;
}

@media (max-width: 760px) {
  .gtp-lt-hotel-page--v4 .gtp-lt-hotel-hero {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  .gtp-lt-hotel-page--v4 .gtp-lt-hotel-hero__main {
    aspect-ratio: 16 / 10 !important;
    border-radius: 18px !important;
  }

  .gtp-lt-hotel-page--v4 .gtp-lt-hotel-hero__thumbs {
    gap: 8px !important;
    padding-bottom: 4px !important;
  }

  .gtp-lt-hotel-page--v4 .gtp-lt-hotel-thumb {
    flex: 0 0 108px !important;
    width: 108px !important;
    min-width: 108px !important;
    max-width: 108px !important;
    height: 76px !important;
    min-height: 76px !important;
  }

  .gtp-lt-modal__dialog {
    width: calc(100vw - 8px) !important;
    max-width: calc(100vw - 8px) !important;
    max-height: calc(100vh - 8px) !important;
    margin: 4px auto !important;
    padding: 12px !important;
    border-radius: 22px !important;
  }

  .gtp-lt-gallery-modal {
    gap: 10px !important;
  }

  .gtp-lt-gallery-stage {
    width: 100% !important;
    max-width: none !important;
    aspect-ratio: 16 / 10 !important;
    min-height: 0 !important;
    height: auto !important;
    padding: 0 !important;
    overflow: hidden !important;
  }

  .gtp-lt-gallery-image {
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: cover !important;
    object-position: center center !important;
    border-radius: 18px !important;
    background: transparent !important;
  }

  .gtp-lt-gallery-nav {
    top: 50% !important;
    transform: translateY(-50%) !important;
  }

  .gtp-lt-gallery-strip {
    width: 100% !important;
    grid-auto-columns: 84px !important;
  }

  .gtp-lt-gallery-strip__item img {
    height: 62px !important;
  }
}

/* 2.3.43 desktop compact hotel aside + mobile fullscreen gallery */
@media (min-width: 981px) {
  .gtp-lt-hotel-page--v4 .gtp-lt-hotel-hero--expanded {
    grid-template-columns: minmax(0, 1.58fr) 276px !important;
    gap: 16px !important;
  }

  .gtp-lt-hotel-page--v4 .gtp-lt-hotel-hero__aside {
    gap: 10px !important;
    justify-items: center !important;
    text-align: center !important;
  }

  .gtp-lt-hotel-page--v4 .gtp-lt-hotel-kicker,
  .gtp-lt-hotel-page--v4 .gtp-lt-hotel-pills {
    justify-content: center !important;
  }

  .gtp-lt-hotel-page--v4 .gtp-lt-hotel-location,
  .gtp-lt-hotel-page--v4 .gtp-lt-hotel-price-box,
  .gtp-lt-hotel-page--v4 .gtp-lt-hotel-price-box__label,
  .gtp-lt-hotel-page--v4 .gtp-lt-hotel-price-box__value,
  .gtp-lt-hotel-page--v4 .gtp-lt-hotel-price-box__meta {
    text-align: center !important;
  }

  .gtp-lt-hotel-page--v4 .gtp-lt-hotel-facts-grid {
    width: 100% !important;
  }

  .gtp-lt-hotel-page--v4 .gtp-lt-fact,
  .gtp-lt-hotel-page--v4 .gtp-lt-pill {
    text-align: center !important;
    justify-content: center !important;
  }

  .gtp-lt-hotel-page--v4 .gtp-lt-hotel-kicker {
    margin-bottom: 4px !important;
    font-size: 11px !important;
    letter-spacing: .03em !important;
  }

  .gtp-lt-hotel-page--v4 .gtp-lt-hotel-title {
    margin-bottom: 4px !important;
    font-size: 30px !important;
    line-height: 1.08 !important;
  }

  .gtp-lt-hotel-page--v4 .gtp-lt-hotel-location {
    font-size: 14px !important;
    line-height: 1.35 !important;
  }

  .gtp-lt-hotel-page--v4 .gtp-lt-hotel-pills {
    gap: 8px !important;
  }

  .gtp-lt-hotel-page--v4 .gtp-lt-pill {
    padding: 6px 10px !important;
    font-size: 12px !important;
    line-height: 1.2 !important;
  }

  .gtp-lt-hotel-page--v4 .gtp-lt-hotel-facts-grid {
    gap: 8px !important;
  }

  .gtp-lt-hotel-page--v4 .gtp-lt-fact {
    padding: 10px 12px !important;
    border-radius: 16px !important;
    font-size: 13px !important;
    line-height: 1.3 !important;
  }

  .gtp-lt-hotel-page--v4 .gtp-lt-hotel-price-box {
    padding: 14px !important;
    gap: 8px !important;
  }

  .gtp-lt-hotel-page--v4 .gtp-lt-hotel-price-box__label {
    font-size: 12px !important;
  }

  .gtp-lt-hotel-page--v4 .gtp-lt-hotel-price-box__value {
    font-size: 30px !important;
    line-height: 1 !important;
  }

  .gtp-lt-hotel-page--v4 .gtp-lt-hotel-price-box__meta {
    font-size: 13px !important;
    line-height: 1.35 !important;
  }

  .gtp-lt-hotel-page--v4 .gtp-lt-hotel-price-box .gtp-lt-btn[data-action="scroll-to-offers"] {
    min-height: 48px !important;
    padding: 0 16px !important;
    font-size: 15px !important;
  }
}

@media (max-width: 760px) {
  .gtp-lt-modal.gtp-lt-modal--gallery .gtp-lt-modal__overlay {
    background: rgba(8, 14, 24, .88) !important;
  }

  .gtp-lt-modal.gtp-lt-modal--gallery .gtp-lt-modal__dialog {
    width: 100vw !important;
    max-width: 100vw !important;
    height: 100vh !important;
    max-height: 100vh !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #000 !important;
    box-shadow: none !important;
    display: flex !important;
    align-items: stretch !important;
    overflow: hidden !important;
  }

  .gtp-lt-modal.gtp-lt-modal--gallery [data-role="modal-content"] {
    flex: 1 1 auto !important;
    display: flex !important;
    min-height: 0 !important;
  }

  .gtp-lt-modal.gtp-lt-modal--gallery .gtp-lt-modal__close {
    position: fixed !important;
    top: 12px !important;
    right: 12px !important;
    z-index: 30 !important;
    width: 44px !important;
    height: 44px !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, .92) !important;
    color: #111 !important;
    box-shadow: 0 8px 22px rgba(0, 0, 0, .24) !important;
  }

  .gtp-lt-modal.gtp-lt-modal--gallery .gtp-lt-gallery-modal {
    width: 100% !important;
    height: 100% !important;
    min-height: 100% !important;
    display: grid !important;
    grid-template-rows: minmax(0, 1fr) auto !important;
    gap: 0 !important;
    background: #000 !important;
  }

  .gtp-lt-modal.gtp-lt-modal--gallery .gtp-lt-gallery-stage {
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    min-height: 0 !important;
    aspect-ratio: auto !important;
    padding: 0 !important;
    border-radius: 0 !important;
    background: #000 !important;
    overflow: hidden !important;
  }

  .gtp-lt-modal.gtp-lt-modal--gallery .gtp-lt-gallery-image {
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: contain !important;
    object-position: center center !important;
    border-radius: 0 !important;
    background: #000 !important;
  }

  .gtp-lt-modal.gtp-lt-modal--gallery .gtp-lt-gallery-counter {
    right: 14px !important;
    bottom: 14px !important;
    z-index: 20 !important;
  }

  .gtp-lt-modal.gtp-lt-modal--gallery .gtp-lt-gallery-nav {
    z-index: 20 !important;
  }

  .gtp-lt-modal.gtp-lt-modal--gallery .gtp-lt-gallery-strip {
    width: 100% !important;
    grid-auto-columns: 86px !important;
    padding: 10px 12px calc(12px + env(safe-area-inset-bottom, 0px)) !important;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .72) 18%, rgba(0, 0, 0, .9) 100%) !important;
  }

  .gtp-lt-modal.gtp-lt-modal--gallery .gtp-lt-gallery-strip__item {
    border-color: rgba(255, 255, 255, .18) !important;
    background: rgba(255, 255, 255, .08) !important;
  }

  .gtp-lt-modal.gtp-lt-modal--gallery .gtp-lt-gallery-strip__item img {
    height: 64px !important;
    border-radius: 12px !important;
  }
}


/* 2.3.44 desktop gallery enlargement + true mobile fullscreen lightbox */
@media (min-width: 981px) {
  .gtp-lt-hotel-page--v4 .gtp-lt-hotel-hero--expanded {
    grid-template-columns: minmax(0, 1.86fr) 248px !important;
    gap: 18px !important;
  }

  .gtp-lt-hotel-page--v4 .gtp-lt-hotel-hero__main {
    aspect-ratio: 16 / 8.1 !important;
  }

  .gtp-lt-hotel-page--v4 .gtp-lt-hotel-thumb {
    flex: 0 0 188px !important;
    width: 188px !important;
    min-width: 188px !important;
    max-width: 188px !important;
    height: 108px !important;
    min-height: 108px !important;
  }
}

@media (max-width: 760px) {
  .gtp-lt-modal.gtp-lt-modal--gallery .gtp-lt-modal__overlay {
    inset: 0 !important;
    width: 100vw !important;
    height: 100dvh !important;
  }

  .gtp-lt-modal.gtp-lt-modal--gallery .gtp-lt-modal__dialog {
    position: fixed !important;
    inset: 0 !important;
    width: 100vw !important;
    max-width: 100vw !important;
    min-width: 100vw !important;
    height: 100dvh !important;
    max-height: 100dvh !important;
    min-height: 100dvh !important;
    margin: 0 !important;
  }

  .gtp-lt-modal.gtp-lt-modal--gallery [data-role="modal-content"] {
    width: 100vw !important;
    height: 100dvh !important;
    min-height: 100dvh !important;
  }

  .gtp-lt-modal.gtp-lt-modal--gallery .gtp-lt-gallery-modal {
    position: relative !important;
    width: 100vw !important;
    height: 100dvh !important;
    min-height: 100dvh !important;
    display: block !important;
    overflow: hidden !important;
  }

  .gtp-lt-modal.gtp-lt-modal--gallery .gtp-lt-gallery-stage {
    position: absolute !important;
    inset: 0 !important;
    width: 100vw !important;
    height: 100dvh !important;
    min-height: 100dvh !important;
    max-height: 100dvh !important;
    aspect-ratio: auto !important;
    border-radius: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .gtp-lt-modal.gtp-lt-modal--gallery .gtp-lt-gallery-image {
    width: 100vw !important;
    height: 100dvh !important;
    min-height: 100dvh !important;
    object-fit: contain !important;
    object-position: center center !important;
    border-radius: 0 !important;
  }

  .gtp-lt-modal.gtp-lt-modal--gallery .gtp-lt-gallery-counter {
    right: 16px !important;
    bottom: calc(96px + env(safe-area-inset-bottom, 0px)) !important;
  }

  .gtp-lt-modal.gtp-lt-modal--gallery .gtp-lt-gallery-nav {
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 22 !important;
  }

  .gtp-lt-modal.gtp-lt-modal--gallery .gtp-lt-gallery-strip {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 23 !important;
    width: 100% !important;
    grid-auto-columns: 88px !important;
    padding: 10px 12px calc(14px + env(safe-area-inset-bottom, 0px)) !important;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .4) 18%, rgba(0, 0, 0, .92) 100%) !important;
  }

  .gtp-lt-modal.gtp-lt-modal--gallery .gtp-lt-gallery-strip__item img {
    height: 66px !important;
  }

  .gtp-lt-modal.gtp-lt-modal--gallery .gtp-lt-modal__close {
    top: max(10px, env(safe-area-inset-top, 0px)) !important;
    right: 10px !important;
    z-index: 25 !important;
  }
}


.gtp-lt-modal--gallery .gtp-lt-modal__dialog {
  width: min(1280px, calc(100vw - 24px));
}

@media (max-width: 760px) {
  .gtp-lt-modal--gallery .gtp-lt-modal__dialog {
    width: 100vw;
    max-width: 100vw;
    max-height: 100vh;
    height: 100vh;
    margin: 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
    overflow: hidden;
  }

  .gtp-lt-modal--gallery .gtp-lt-modal__close {
    position: fixed;
    top: 12px;
    right: 12px;
    z-index: 20;
    float: none;
  }

  .gtp-lt-modal--gallery .gtp-lt-gallery-modal {
    width: 100vw;
    height: 100vh;
    gap: 0;
    align-items: stretch;
    justify-items: stretch;
  }

  .gtp-lt-modal--gallery .gtp-lt-gallery-stage {
    width: 100vw;
    max-width: 100vw;
    min-height: 100vh;
    height: 100vh;
    border-radius: 0;
    background: #0b1220;
  }

  .gtp-lt-modal--gallery .gtp-lt-gallery-image {
    width: 100vw;
    height: 100vh;
    max-width: 100vw;
    max-height: 100vh;
    border-radius: 0;
    object-fit: contain;
    background: #0b1220;
  }

  .gtp-lt-modal--gallery .gtp-lt-gallery-strip {
    position: fixed;
    left: 0;
    right: 0;
    bottom: max(0px, env(safe-area-inset-bottom));
    z-index: 15;
    grid-auto-columns: 86px;
    gap: 10px;
    padding: 12px 12px calc(12px + env(safe-area-inset-bottom));
    background: linear-gradient(180deg, rgba(11, 18, 32, 0) 0%, rgba(11, 18, 32, .88) 48%, rgba(11, 18, 32, .96) 100%);
    -webkit-overflow-scrolling: touch;
  }

  .gtp-lt-modal--gallery .gtp-lt-gallery-nav {
    top: 50%;
    transform: translateY(-50%);
    z-index: 16;
  }

  .gtp-lt-modal--gallery .gtp-lt-gallery-counter {
    right: 14px;
    bottom: calc(104px + env(safe-area-inset-bottom));
    z-index: 16;
  }
}


/* 2.3.47 desktop hotel hero rebalance */
@media (min-width: 981px) {
  .gtp-lt-hotel-page--v4 .gtp-lt-hotel-hero--expanded {
    grid-template-columns: minmax(0, 1.42fr) 330px !important;
    gap: 22px !important;
    align-items: start !important;
  }

  .gtp-lt-hotel-page--v4 .gtp-lt-hotel-hero__gallery {
    width: 100% !important;
    min-width: 0 !important;
  }

  .gtp-lt-hotel-page--v4 .gtp-lt-hotel-hero__main {
    aspect-ratio: 16 / 9.4 !important;
    width: 100% !important;
  }

  .gtp-lt-hotel-page--v4 .gtp-lt-hotel-hero__aside {
    width: 100% !important;
    max-width: 330px !important;
    justify-self: stretch !important;
  }
}


/* 2.3.48 stars + maps + single divider fix */
.gtp-lt-stars,
.gtp-lt-stars span,
.gtp-lt-check__label--stars .gtp-lt-check__stars-icon,
.gtp-lt-pill__star,
.gtp-lt-card__stars,
.gtp-lt-card__stars * {
  color: #f7b500 !important;
}


/* 2.3.49 map fallback + yellow stars final fix */
.gtp-lt-inline-stars,
.gtp-lt-inline-stars__icon {
  color: #f7b500 !important;
}

.gtp-lt-map-modal--fallback {
  max-width: 1100px;
}

.gtp-lt-map-fallback__frame {
  width: 100%;
  height: min(62vh, 520px);
  border: 1px solid #d8e3f4;
  border-radius: 18px;
  background: #f6f9ff;
}

.gtp-lt-map-fallback__foot {
  margin-top: 14px;
  color: var(--gtp-muted);
  font-size: 14px;
}

.gtp-lt-map-fallback__list {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
  display: grid;
  gap: 10px;
  max-height: 260px;
  overflow: auto;
}

.gtp-lt-map-fallback__item {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 12px 14px;
  border: 1px solid #d8e3f4;
  border-radius: 16px;
  background: #fff;
}

.gtp-lt-map-fallback__price {
  margin-top: 4px;
  font-weight: 700;
  color: var(--gtp-primary);
}

.gtp-lt-map-fallback__actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-end;
  white-space: nowrap;
}

.gtp-lt-map-fallback__actions a {
  color: var(--gtp-primary);
  font-weight: 600;
}

@media (max-width: 767px) {
  .gtp-lt-map-fallback__frame {
    height: 48vh;
    min-height: 320px;
  }

  .gtp-lt-map-fallback__item {
    flex-direction: column;
  }

  .gtp-lt-map-fallback__actions {
    align-items: flex-start;
  }
}



/* Map fix: prevent theme/global img rules from breaking Leaflet tiles */
.gtp-lt-map-canvas {
  min-height: 520px;
  background: #dfe8f3;
  overflow: hidden;
  position: relative;
}

.gtp-lt-map-modal {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.gtp-lt-map-modal .gtp-lt-map-canvas,
.gtp-lt-map-canvas .leaflet-container {
  width: 100%;
  height: min(70vh, 640px);
}

.leaflet-container,
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  max-width: none !important;
  max-height: none !important;
}

.leaflet-container img,
img.leaflet-tile,
.leaflet-pane img,
.leaflet-control img,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  max-width: none !important;
  max-height: none !important;
}

.leaflet-container {
  font: inherit;
  background: #dfe8f3;
}

.leaflet-control-attribution {
  font-size: 12px;
}

@media (max-width: 900px) {
  .gtp-lt-map-canvas {
    min-height: 420px;
  }

  .gtp-lt-map-modal .gtp-lt-map-canvas,
  .gtp-lt-map-canvas .leaflet-container {
    height: 56vh;
  }
}

@media (max-width: 640px) {
  .gtp-lt-map-canvas {
    min-height: 320px;
  }

  .gtp-lt-map-modal .gtp-lt-map-canvas,
  .gtp-lt-map-canvas .leaflet-container {
    height: 52vh;
  }
}


/* Rebuilt map module: responsive iframe + results browser */
.gtp-lt-map-browser {
  display: grid;
  gap: 16px;
  max-width: 1280px;
}

.gtp-lt-map-browser__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.gtp-lt-map-browser__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border-radius: 999px;
  background: #eef5ff;
  color: #1b4ea3;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 8px;
}

.gtp-lt-map-browser__head h3 {
  margin: 0 0 6px;
}

.gtp-lt-map-browser__head p {
  margin: 0;
  color: #5c7090;
  font-size: 14px;
}

.gtp-lt-map-browser__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, .95fr);
  gap: 16px;
  min-height: 0;
}

.gtp-lt-map-browser__stage {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.gtp-lt-map-browser__frame {
  width: 100%;
  min-height: 560px;
  height: min(72vh, 760px);
  border: 1px solid #d8e3f4;
  border-radius: 22px;
  background: #edf3fb;
}

.gtp-lt-map-browser__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #5c7090;
  font-size: 14px;
}

.gtp-lt-map-browser__meta a {
  color: var(--gtp-primary);
  font-weight: 700;
  white-space: nowrap;
}

.gtp-lt-map-browser__list {
  display: grid;
  gap: 10px;
  max-height: min(72vh, 760px);
  overflow: auto;
  padding-right: 4px;
}

.gtp-lt-map-browser__item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  width: 100%;
  text-align: left;
  padding: 14px 16px;
  border: 1px solid #d8e3f4;
  border-radius: 18px;
  background: #fff;
  cursor: pointer;
}

.gtp-lt-map-browser__item:hover,
.gtp-lt-map-browser__item.is-active {
  border-color: #2f7df0;
  box-shadow: 0 10px 26px rgba(47, 125, 240, .12);
}

.gtp-lt-map-browser__item-main,
.gtp-lt-map-browser__item-side {
  display: grid;
  gap: 6px;
}

.gtp-lt-map-browser__item-main strong {
  color: #14253c;
}

.gtp-lt-map-browser__item-main span {
  color: #5c7090;
  font-size: 14px;
}

.gtp-lt-map-browser__item-side {
  justify-items: end;
  flex: 0 0 auto;
}

.gtp-lt-map-browser__price {
  color: var(--gtp-primary);
  font-weight: 800;
}

.gtp-lt-map-browser__item-links {
  display: grid;
  gap: 4px;
  justify-items: end;
  color: #5c7090;
  font-size: 13px;
}

.gtp-lt-map-browser__item-links a {
  color: var(--gtp-primary);
  font-weight: 700;
}

@media (max-width: 1100px) {
  .gtp-lt-map-browser__layout {
    grid-template-columns: 1fr;
  }

  .gtp-lt-map-browser__list {
    max-height: 320px;
  }
}

@media (max-width: 767px) {
  .gtp-lt-map-browser__head,
  .gtp-lt-map-browser__meta,
  .gtp-lt-map-browser__item {
    flex-direction: column;
    align-items: stretch;
  }

  .gtp-lt-map-browser__frame {
    min-height: 340px;
    height: 52vh;
    border-radius: 18px;
  }

  .gtp-lt-map-browser__item-side,
  .gtp-lt-map-browser__item-links {
    justify-items: start;
  }
}

/* 2.3.61 desktop resort search fit + stronger blue outlines */
.gtp-lt-widget,
.gtp-lt-hotel-page,
.gtp-lt-page-shell {
  --gtp-border: #bdd4f4;
}

.gtp-lt-hero,
.gtp-lt-hotel-section,
.gtp-lt-hotel-hero,
.gtp-lt-hotel-topbar,
.gtp-lt-sidebar__box,
.gtp-lt-toolbar,
.gtp-lt-status-box,
.gtp-lt-message,
.gtp-lt-card,
.gtp-lt-skeleton-card,
.gtp-lt-modal__dialog,
.gtp-lt-room-card,
.gtp-lt-hotel-price-box,
.gtp-lt-search-form,
.gtp-lt-map-browser__frame,
.gtp-lt-map-browser__item,
.gtp-lt-map-browser__head,
.gtp-lt-fact,
.gtp-lt-anchor-nav a,
.gtp-lt-card__features li,
.gtp-lt-pill,
.gtp-lt-chip,
.gtp-lt-badge,
.gtp-lt-provider-status,
.gtp-lt-summary-chip,
.gtp-lt-field input,
.gtp-lt-field select,
.gtp-lt-filter-text,
.gtp-lt-search-strip__control,
.gtp-lt-search-strip__pair,
.gtp-lt-tourists-inline,
.gtp-lt-sidebar__box .gtp-lt-filter-list,
.gtp-lt-filter-box + .gtp-lt-filter-box,
.gtp-lt-sidebar__box [data-role="filters"] > .gtp-lt-filter-box,
.gtp-lt-search-strip__pair select + select,
.gtp-lt-tourists-inline select + select {
  border-color: #c3d8f6;
}

.gtp-lt-search-form,
.gtp-lt-sidebar__box,
.gtp-lt-toolbar,
.gtp-lt-status-box,
.gtp-lt-message,
.gtp-lt-card,
.gtp-lt-skeleton-card,
.gtp-lt-room-card,
.gtp-lt-hotel-price-box,
.gtp-lt-hero,
.gtp-lt-modal__dialog {
  box-shadow: 0 16px 34px rgba(18, 34, 56, .06);
}

.gtp-lt-field input:focus,
.gtp-lt-field select:focus,
.gtp-lt-filter-text:focus,
.gtp-lt-sidebar__box select:focus,
.gtp-lt-sidebar__box input[type="text"]:focus,
.gtp-lt-sidebar__box input[type="search"]:focus,
.gtp-lt-sidebar__box input[type="number"]:focus,
.gtp-lt-sidebar__box .gtp-lt-filter-text:focus,
.gtp-lt-search-strip__control:focus,
.gtp-lt-search-strip__pair select:focus,
.gtp-lt-tourists-inline select:focus {
  border-color: #2f7df0;
  box-shadow: 0 0 0 4px rgba(47, 125, 240, .14);
}

.gtp-lt-map-browser__item:hover,
.gtp-lt-map-browser__item.is-active {
  border-color: #2f7df0;
  box-shadow: 0 0 0 2px rgba(47, 125, 240, .16), 0 10px 26px rgba(47, 125, 240, .12);
}

.gtp-lt-filter-box .gtp-lt-btn[data-action="apply-price"],
.gtp-lt-btn--secondary {
  border-color: #2f7df0;
}

@media (min-width: 1100px) {
  .gtp-lt-widget .gtp-lt-breadcrumbs--resort + .gtp-lt-hero .gtp-lt-search-strip {
    grid-template-columns:
      minmax(0, 1.9fr)
      minmax(0, 1.14fr)
      minmax(148px, .8fr)
      minmax(148px, .8fr)
      minmax(138px, .82fr)
      minmax(190px, 1.02fr)
      minmax(198px, 1.08fr);
    gap: 10px;
  }

  .gtp-lt-widget .gtp-lt-breadcrumbs--resort + .gtp-lt-hero .gtp-lt-search-strip__field--destination .gtp-lt-search-strip__control,
  .gtp-lt-widget .gtp-lt-breadcrumbs--resort + .gtp-lt-hero [data-role="departure-city-select"].gtp-lt-search-strip__control {
    font-size: 13px;
    padding-left: 11px;
    padding-right: 11px;
  }

  .gtp-lt-widget .gtp-lt-breadcrumbs--resort + .gtp-lt-hero .gtp-lt-search-strip__label {
    letter-spacing: .01em;
  }
}


/* 2.3.62 desktop resort search + stronger borders */
:root {
  --gtp-border-strong: #8fb8f6;
  --gtp-border-stronger: #5f98ee;
}

.gtp-lt-hero,
.gtp-lt-hotel-section,
.gtp-lt-hotel-hero,
.gtp-lt-hotel-topbar,
.gtp-lt-sidebar__box,
.gtp-lt-toolbar,
.gtp-lt-status-box,
.gtp-lt-message,
.gtp-lt-card,
.gtp-lt-skeleton-card,
.gtp-lt-modal__dialog,
.gtp-lt-room-card,
.gtp-lt-hotel-price-box,
.gtp-lt-search-form,
.gtp-lt-map-browser__frame,
.gtp-lt-map-browser__item,
.gtp-lt-map-browser__head,
.gtp-lt-fact,
.gtp-lt-anchor-nav a,
.gtp-lt-card__features li,
.gtp-lt-pill,
.gtp-lt-chip,
.gtp-lt-badge,
.gtp-lt-provider-status,
.gtp-lt-summary-chip,
.gtp-lt-field input,
.gtp-lt-field select,
.gtp-lt-filter-text,
.gtp-lt-search-strip__control,
.gtp-lt-search-strip__pair,
.gtp-lt-tourists-inline,
.gtp-lt-sidebar__box .gtp-lt-filter-list,
.gtp-lt-filter-box + .gtp-lt-filter-box,
.gtp-lt-sidebar__box [data-role="filters"] > .gtp-lt-filter-box,
.gtp-lt-search-strip__pair select + select,
.gtp-lt-tourists-inline select + select,
.gtp-lt-check,
.gtp-lt-filter-box .gtp-lt-btn[data-action="apply-price"],
.gtp-lt-btn--secondary {
  border-color: var(--gtp-border-strong) !important;
}

.gtp-lt-search-form,
.gtp-lt-sidebar__box,
.gtp-lt-toolbar,
.gtp-lt-status-box,
.gtp-lt-card,
.gtp-lt-skeleton-card,
.gtp-lt-room-card,
.gtp-lt-hotel-price-box,
.gtp-lt-hero,
.gtp-lt-modal__dialog {
  box-shadow: 0 18px 38px rgba(18, 34, 56, .08), 0 0 0 1px rgba(95, 152, 238, .14) !important;
}

.gtp-lt-field input:focus,
.gtp-lt-field select:focus,
.gtp-lt-filter-text:focus,
.gtp-lt-sidebar__box select:focus,
.gtp-lt-sidebar__box input[type="text"]:focus,
.gtp-lt-sidebar__box input[type="search"]:focus,
.gtp-lt-sidebar__box input[type="number"]:focus,
.gtp-lt-sidebar__box .gtp-lt-filter-text:focus,
.gtp-lt-search-strip__control:focus,
.gtp-lt-search-strip__pair select:focus,
.gtp-lt-tourists-inline select:focus {
  border-color: var(--gtp-border-stronger) !important;
  box-shadow: 0 0 0 4px rgba(47, 125, 240, .18) !important;
}

.gtp-lt-map-browser__item:hover,
.gtp-lt-map-browser__item.is-active,
.gtp-lt-check:hover,
.gtp-lt-check:has(input:checked) {
  border-color: var(--gtp-border-stronger) !important;
  box-shadow: 0 0 0 2px rgba(47, 125, 240, .18), 0 12px 28px rgba(47, 125, 240, .12) !important;
}

@media (min-width: 1100px) {
  .gtp-lt-widget .gtp-lt-breadcrumbs--resort {
    margin-bottom: 30px !important;
  }

  .gtp-lt-widget .gtp-lt-breadcrumbs--resort + .gtp-lt-hero {
    margin-top: 10px !important;
  }

  .gtp-lt-widget .gtp-lt-breadcrumbs--resort + .gtp-lt-hero .gtp-lt-search-strip {
    grid-template-columns:
      minmax(215px, 1.75fr)
      minmax(140px, 1.05fr)
      minmax(160px, .98fr)
      minmax(160px, .98fr)
      minmax(158px, .92fr)
      minmax(210px, 1.02fr)
      minmax(220px, 1.1fr) !important;
    gap: 12px !important;
  }

  .gtp-lt-widget .gtp-lt-breadcrumbs--resort + .gtp-lt-hero .gtp-lt-search-strip__field--destination .gtp-lt-search-strip__control,
  .gtp-lt-widget .gtp-lt-breadcrumbs--resort + .gtp-lt-hero [data-role="departure-city-select"].gtp-lt-search-strip__control {
    font-size: 14px !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  .gtp-lt-widget .gtp-lt-breadcrumbs--resort + .gtp-lt-hero .gtp-lt-search-strip__label {
    letter-spacing: .01em !important;
  }

  .gtp-lt-card,
  .gtp-lt-widget .gtp-lt-card {
    grid-template-columns: 360px minmax(0, 1fr) !important;
    min-height: 280px !important;
    align-items: stretch !important;
  }

  .gtp-lt-card__media,
  .gtp-lt-widget .gtp-lt-card__media,
  .gtp-lt-skeleton-card__image {
    min-height: 280px !important;
    height: 100% !important;
    max-height: none !important;
    align-self: stretch !important;
  }

  .gtp-lt-card__media img,
  .gtp-lt-widget .gtp-lt-card__media img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }
}


/* 2.3.62 fix: resort spacing + mobile kids + card button bounds */
.gtp-lt-widget .gtp-lt-breadcrumbs--resort {
  margin-bottom: 20px !important;
}

.gtp-lt-widget .gtp-lt-breadcrumbs--resort + .gtp-lt-hero {
  margin-top: 18px !important;
}

.gtp-lt-widget .gtp-lt-card__actions {
  flex: 1 1 220px;
  min-width: 0;
  display: flex;
  justify-content: flex-end;
}

.gtp-lt-widget .gtp-lt-card__actions .gtp-lt-btn {
  width: 100%;
  max-width: 240px;
  white-space: normal;
  text-align: center;
  line-height: 1.15;
}

@media (max-width: 767px) {
  .gtp-lt-widget .gtp-lt-breadcrumbs--resort {
    margin-bottom: 16px !important;
  }

  .gtp-lt-widget .gtp-lt-breadcrumbs--resort + .gtp-lt-hero {
    margin-top: 14px !important;
  }

  .gtp-lt-widget .gtp-lt-search-strip__field--tourists {
    grid-column: 1 / -1;
  }

  .gtp-lt-widget .gtp-lt-tourists-inline {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    overflow: visible;
  }

  .gtp-lt-widget .gtp-lt-tourists-inline select {
    min-width: 0;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .gtp-lt-widget [data-role="kids-ages-wrap"] {
    grid-column: 1 / -1;
  }

  .gtp-lt-widget .gtp-lt-card__actions {
    flex: 1 1 100%;
    justify-content: stretch;
  }

  .gtp-lt-widget .gtp-lt-card__actions .gtp-lt-btn {
    max-width: none;
  }
}

/* 2.3.62a final fixes: resort spacing, kids hidden slot, button colors, search button position */
.gtp-lt-widget [data-role="kids-ages-wrap"][hidden] {
  display: none !important;
}

.gtp-lt-widget .gtp-lt-breadcrumbs--resort {
  display: block !important;
  margin-top: 0 !important;
  margin-bottom: 28px !important;
}

.gtp-lt-widget .gtp-lt-breadcrumbs--resort + .gtp-lt-hero {
  margin-top: 0 !important;
}

.gtp-lt-widget .gtp-lt-btn:not(.gtp-lt-btn--map),
.gtp-lt-hotel-page .gtp-lt-btn:not(.gtp-lt-btn--map) {
  color: #fff !important;
}

.gtp-lt-widget .gtp-lt-btn:not(.gtp-lt-btn--map) *,
.gtp-lt-hotel-page .gtp-lt-btn:not(.gtp-lt-btn--map) * {
  color: inherit !important;
}

.gtp-lt-widget .gtp-lt-card__bottom--split {
  align-items: flex-end;
  gap: 12px;
}

.gtp-lt-widget .gtp-lt-card__price {
  flex: 1 1 auto;
  min-width: 0;
}

.gtp-lt-widget .gtp-lt-card__actions {
  flex: 0 0 190px;
  min-width: 170px;
  max-width: 190px;
  margin-left: auto;
}

.gtp-lt-widget .gtp-lt-card__actions .gtp-lt-btn {
  width: 100%;
  max-width: 100%;
}

@media (min-width: 981px) and (max-width: 1450px) {
  .gtp-lt-widget .gtp-lt-breadcrumbs--resort + .gtp-lt-hero .gtp-lt-search-strip {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  .gtp-lt-widget .gtp-lt-breadcrumbs--resort + .gtp-lt-hero .gtp-lt-search-strip__submit {
    grid-column: 4 !important;
    align-self: end;
  }

  .gtp-lt-widget .gtp-lt-breadcrumbs--resort + .gtp-lt-hero [data-role="kids-ages-wrap"] {
    grid-column: 1 / -1;
  }
}

@media (max-width: 767px) {
  .gtp-lt-widget .gtp-lt-breadcrumbs--resort {
    margin-bottom: 18px !important;
  }

  .gtp-lt-widget .gtp-lt-tourists-inline {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    min-height: 56px !important;
    height: auto !important;
    overflow: hidden !important;
  }

  .gtp-lt-widget .gtp-lt-tourists-inline select {
    display: block !important;
    min-width: 0 !important;
    width: 100% !important;
  }

  .gtp-lt-widget .gtp-lt-card__actions {
    flex: 1 1 100%;
    min-width: 0;
    max-width: none;
  }
}

/* 2.3.62b emergency fixes: restore submit position, remove resort top gap, clamp action buttons */
.gtp-lt-widget .gtp-lt-breadcrumbs--resort {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 10px !important;
  width: 100% !important;
  min-height: 0 !important;
  height: auto !important;
  padding: 0 !important;
  margin: 0 0 12px !important;
}

.gtp-lt-widget .gtp-lt-breadcrumbs--resort + .gtp-lt-hero {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.gtp-lt-widget .gtp-lt-search-strip > [data-role="kids-ages-wrap"][hidden],
.gtp-lt-widget .gtp-lt-search-strip > [data-role="kids-ages-wrap"]:empty {
  display: none !important;
}

.gtp-lt-widget .gtp-lt-btn:not(.gtp-lt-btn--map),
.gtp-lt-widget .gtp-lt-btn:not(.gtp-lt-btn--map):visited,
.gtp-lt-hotel-page .gtp-lt-btn:not(.gtp-lt-btn--map),
.gtp-lt-hotel-page .gtp-lt-btn:not(.gtp-lt-btn--map):visited {
  color: #fff !important;
}

.gtp-lt-widget .gtp-lt-card,
.gtp-lt-widget .gtp-lt-card__body {
  min-width: 0 !important;
}

.gtp-lt-widget .gtp-lt-card__bottom--split {
  display: flex !important;
  align-items: flex-end !important;
  gap: 12px !important;
}

.gtp-lt-widget .gtp-lt-card__price {
  flex: 1 1 auto !important;
  min-width: 0 !important;
}

.gtp-lt-widget .gtp-lt-card__actions {
  flex: 0 0 180px !important;
  min-width: 180px !important;
  max-width: 180px !important;
  margin-left: auto !important;
  align-self: flex-end !important;
}

.gtp-lt-widget .gtp-lt-card__actions .gtp-lt-btn {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  white-space: normal !important;
  word-break: break-word !important;
  text-align: center !important;
}

@media (min-width: 981px) {
  .gtp-lt-widget .gtp-lt-search-strip {
    grid-template-columns:
      minmax(0, 1.75fr)
      minmax(0, 1.15fr)
      minmax(0, 1fr)
      minmax(0, 1fr)
      minmax(0, .95fr)
      minmax(0, 1.1fr)
      minmax(170px, 1fr) !important;
    gap: 12px !important;
    align-items: end !important;
  }

  .gtp-lt-widget .gtp-lt-search-strip__submit {
    grid-column: auto !important;
    display: flex !important;
    align-items: flex-end !important;
    justify-content: stretch !important;
  }

  .gtp-lt-widget .gtp-lt-search-strip > [data-role="kids-ages-wrap"] {
    grid-column: 1 / -1 !important;
  }
}

@media (max-width: 767px) {
  .gtp-lt-widget .gtp-lt-breadcrumbs--resort {
    margin: 0 0 10px !important;
  }

  .gtp-lt-widget .gtp-lt-search-strip__submit {
    grid-column: 1 / -1 !important;
  }

  .gtp-lt-widget .gtp-lt-card__actions {
    flex: 1 1 100% !important;
    min-width: 0 !important;
    max-width: none !important;
  }
}


/* 2.3.62c final targeted fixes: visible buttons, real resort spacing, hidden kids slot, left-aligned hotel hero */
.gtp-lt-widget .gtp-lt-search-strip > [data-role="kids-ages-wrap"][hidden],
.gtp-lt-hotel-page [data-role="kids-ages-wrap"][hidden] {
  display: none !important;
}

@media (min-width: 981px) {
  .gtp-lt-widget .gtp-lt-breadcrumbs--resort {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 8px !important;
    margin: 0 0 18px !important;
    padding: 0 !important;
  }

  .gtp-lt-widget .gtp-lt-breadcrumbs--resort + .gtp-lt-hero {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  .gtp-lt-widget .gtp-lt-search-strip {
    grid-template-columns:
      minmax(0, 1.75fr)
      minmax(0, 1.15fr)
      minmax(0, 1fr)
      minmax(0, 1fr)
      minmax(0, .95fr)
      minmax(0, 1.1fr)
      minmax(190px, 1fr) !important;
    align-items: end !important;
  }

  .gtp-lt-widget .gtp-lt-search-strip__submit {
    grid-column: 7 !important;
    grid-row: 1 !important;
    display: flex !important;
    align-items: flex-end !important;
    justify-content: stretch !important;
  }
}

.gtp-lt-widget .gtp-lt-btn--secondary:not(.gtp-lt-btn--map),
.gtp-lt-hotel-page .gtp-lt-btn--secondary:not(.gtp-lt-btn--map) {
  background: linear-gradient(180deg, #2478ef 0%, #125fca 100%) !important;
  color: #fff !important;
  border-color: transparent !important;
  box-shadow: 0 12px 24px rgba(18, 95, 202, .20) !important;
}

.gtp-lt-widget .gtp-lt-btn--secondary:not(.gtp-lt-btn--map):hover,
.gtp-lt-hotel-page .gtp-lt-btn--secondary:not(.gtp-lt-btn--map):hover {
  background: linear-gradient(180deg, #1d6fe2 0%, #0f57ba 100%) !important;
}

.gtp-lt-widget .gtp-lt-load-more-wrap .gtp-lt-btn,
.gtp-lt-widget .gtp-lt-card__actions .gtp-lt-btn,
.gtp-lt-hotel-page .gtp-lt-btn:not(.gtp-lt-btn--map) {
  color: #fff !important;
}

.gtp-lt-hotel-page--v4 .gtp-lt-hotel-hero__aside,
.gtp-lt-hotel-page--v4 .gtp-lt-hotel-kicker,
.gtp-lt-hotel-page--v4 .gtp-lt-hotel-title,
.gtp-lt-hotel-page--v4 .gtp-lt-hotel-location,
.gtp-lt-hotel-page--v4 .gtp-lt-hotel-pills,
.gtp-lt-hotel-page--v4 .gtp-lt-hotel-facts-grid,
.gtp-lt-hotel-page--v4 .gtp-lt-hotel-price-box,
.gtp-lt-hotel-page--v4 .gtp-lt-hotel-price-box__label,
.gtp-lt-hotel-page--v4 .gtp-lt-hotel-price-box__value,
.gtp-lt-hotel-page--v4 .gtp-lt-hotel-price-box__meta,
.gtp-lt-hotel-page--v4 .gtp-lt-fact,
.gtp-lt-hotel-page--v4 .gtp-lt-pill {
  text-align: left !important;
  justify-content: flex-start !important;
  justify-items: start !important;
}

.gtp-lt-hotel-page--v4 .gtp-lt-hotel-hero__aside {
  align-items: stretch !important;
}

.gtp-lt-hotel-page--v4 .gtp-lt-hotel-pills {
  justify-content: flex-start !important;
}

/* 2.3.62d targeted fixes: center hotel search CTA + mobile card CTA + blue mobile actions */
.gtp-lt-hotel-page--v4 .gtp-lt-hotel-search-form--compact > .gtp-lt-btn,
.gtp-lt-hotel-page--v4 .gtp-lt-hotel-search-form--compact > button[type="submit"] {
  grid-column: 1 / -1 !important;
  justify-self: center !important;
  align-self: end !important;
  width: min(440px, 100%) !important;
  margin: 8px auto 0 !important;
}

@media (max-width: 767px) {
  .gtp-lt-widget .gtp-lt-card__actions {
    justify-content: center !important;
  }

  .gtp-lt-widget .gtp-lt-card__actions .gtp-lt-btn {
    width: min(260px, 100%) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .gtp-lt-mobile-actions__btn {
    border-color: transparent !important;
    background: linear-gradient(180deg, #2478ef 0%, #125fca 100%) !important;
    color: #fff !important;
    box-shadow: 0 12px 28px rgba(18, 95, 202, .22) !important;
  }

  .gtp-lt-mobile-actions__btn * {
    color: inherit !important;
  }
}

/* 2.3.64a targeted resort date fit + global breadcrumb breathing room */
.gtp-lt-breadcrumbs,
.gtp-lt-breadcrumbs--resort,
.gtp-lt-breadcrumbs--hotel {
  margin-bottom: 22px !important;
}

.gtp-lt-breadcrumbs + .gtp-lt-hero,
.gtp-lt-breadcrumbs--resort + .gtp-lt-hero,
.gtp-lt-breadcrumbs--hotel + .gtp-lt-hotel-hero,
.gtp-lt-breadcrumbs--hotel + .gtp-lt-hotel-page__layout,
.gtp-lt-breadcrumbs--hotel + .gtp-lt-hotel-page--v4 {
  margin-top: 0 !important;
}

@media (min-width: 981px) {
  .gtp-lt-widget .gtp-lt-search-strip {
    grid-template-columns:
      minmax(0, 1.52fr)
      minmax(0, 1.02fr)
      minmax(0, 1.14fr)
      minmax(0, 1.14fr)
      minmax(0, .92fr)
      minmax(0, 1.02fr)
      minmax(190px, .96fr) !important;
    gap: 12px !important;
  }

  .gtp-lt-widget .gtp-lt-search-strip__field:nth-child(3) .gtp-lt-search-strip__control,
  .gtp-lt-widget .gtp-lt-search-strip__field:nth-child(4) .gtp-lt-search-strip__control {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
}

@media (max-width: 767px) {
  .gtp-lt-breadcrumbs,
  .gtp-lt-breadcrumbs--resort,
  .gtp-lt-breadcrumbs--hotel {
    margin-bottom: 16px !important;
  }
}

/* 2.3.64.2 package CTA cleanup: hide actualize CTA and center booking CTA */
.gtp-lt-package-actions {
  justify-content: center;
  align-items: center;
}

.gtp-lt-package-actions .gtp-lt-btn,
.gtp-lt-package-actions .gtp-lt-empty {
  margin-left: auto;
  margin-right: auto;
}

.gtp-lt-package-actions [data-action="actualize-package"] {
  display: none !important;
}


/* 2.3.64.3 compact kids ages + consistent filter borders + visible sort toolbar */
.gtp-lt-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}

.gtp-lt-toolbar__sort {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
}

.gtp-lt-toolbar__sort-label {
  font-size: 14px;
  font-weight: 700;
  color: #2b3f5c;
  white-space: nowrap;
}

.gtp-lt-toolbar__sort-select {
  min-width: 220px;
  height: 46px;
  padding: 0 42px 0 16px;
  border: 1px solid var(--gtp-border-strong, #8fb8f6) !important;
  border-radius: 16px;
  background: #fff;
  font-size: 16px;
  font-weight: 700;
  color: #20324a;
}

.gtp-lt-widget .gtp-lt-field--kids-ages,
.gtp-lt-hotel-page [data-role="kids-ages-wrap"] {
  gap: 8px !important;
}

.gtp-lt-widget .gtp-lt-kids-ages-grid,
.gtp-lt-hotel-page .gtp-lt-kids-ages-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 8px 12px !important;
}

.gtp-lt-widget .gtp-lt-kid-age,
.gtp-lt-hotel-page .gtp-lt-kid-age {
  gap: 4px !important;
}

.gtp-lt-widget .gtp-lt-kid-age > span,
.gtp-lt-hotel-page .gtp-lt-kid-age > span {
  font-size: 12px !important;
  line-height: 1.2 !important;
  margin: 0 !important;
}

.gtp-lt-widget .gtp-lt-kid-age select,
.gtp-lt-hotel-page .gtp-lt-kid-age select {
  min-height: 44px !important;
  height: 44px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  border: 1px solid var(--gtp-border-strong, #8fb8f6) !important;
  border-radius: 14px !important;
  font-size: 15px !important;
}


.gtp-lt-widget .gtp-lt-kid-age select,
.gtp-lt-hotel-page .gtp-lt-kid-age select {
  width: 180px !important;
  max-width: 180px !important;
}

@media (max-width: 767px) {
  .gtp-lt-widget .gtp-lt-kid-age select,
  .gtp-lt-hotel-page .gtp-lt-kid-age select {
    width: 100% !important;
    max-width: 100% !important;
  }
}

.gtp-lt-widget .gtp-lt-check,
.gtp-lt-hotel-page .gtp-lt-check {
  border: 1px solid var(--gtp-border-strong, #8fb8f6) !important;
  border-radius: 18px !important;
  background: #fff !important;
}

.gtp-lt-widget .gtp-lt-check input,
.gtp-lt-hotel-page .gtp-lt-check input {
  accent-color: #2f7df0;
}

@media (max-width: 767px) {
  .gtp-lt-toolbar {
    align-items: stretch;
  }

  .gtp-lt-toolbar__sort {
    width: 100%;
    margin-left: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }

  .gtp-lt-toolbar__sort-select {
    width: 100%;
    min-width: 0;
  }

  .gtp-lt-widget .gtp-lt-kids-ages-grid,
  .gtp-lt-hotel-page .gtp-lt-kids-ages-grid {
    grid-template-columns: 1fr !important;
    gap: 8px !important;
  }
}


/* 2.3.64.4 compact sort pill + raised final status + safe gaps */
.gtp-lt-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.gtp-lt-toolbar {
  align-items: flex-start;
  margin-bottom: 12px !important;
}

.gtp-lt-toolbar__sort {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-left: auto;
  gap: 0;
  padding-left: 0;
}

.gtp-lt-toolbar__sort-icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  font-size: 22px;
  line-height: 1;
  color: #223552;
  pointer-events: none;
}

.gtp-lt-toolbar__sort-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  min-width: 0 !important;
  width: auto;
  max-width: 100%;
  height: 52px;
  padding: 0 42px 0 50px !important;
  border: 1px solid #d8dbe7 !important;
  border-radius: 18px !important;
  background-color: #f5f6fb;
  background-image: linear-gradient(45deg, transparent 50%, #7d8598 50%), linear-gradient(135deg, #7d8598 50%, transparent 50%);
  background-position: calc(100% - 18px) calc(50% - 3px), calc(100% - 12px) calc(50% - 3px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  box-shadow: none !important;
  font-size: 16px !important;
  font-weight: 700;
  color: #202b3c;
  cursor: pointer;
}

.gtp-lt-toolbar__sort-select:focus {
  outline: none;
  border-color: #8fb8f6 !important;
  box-shadow: 0 0 0 3px rgba(47, 125, 240, 0.12) !important;
}

.gtp-lt-status {
  display: flex;
  align-items: flex-start;
  margin-bottom: 22px !important;
}

.gtp-lt-status .gtp-lt-status-box.is-final {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  min-width: 300px;
  max-width: min(440px, 100%);
  padding: 10px 20px !important;
  border-radius: 22px;
}

.gtp-lt-status .gtp-lt-status-box__text {
  margin-bottom: 2px !important;
}

.gtp-lt-main [data-role="cards"] {
  margin-top: 0 !important;
}

.gtp-lt-cards,
.gtp-lt-widget .gtp-lt-cards {
  gap: 24px !important;
}

@media (max-width: 767px) {
  .gtp-lt-toolbar {
    align-items: stretch;
    gap: 10px;
    margin-bottom: 10px !important;
  }

  .gtp-lt-toolbar__sort {
    width: auto;
    max-width: 100%;
    margin-left: auto;
  }

  .gtp-lt-toolbar__sort-select {
    width: auto;
    min-width: 0 !important;
    max-width: min(100%, 320px);
    font-size: 15px !important;
    height: 48px;
    padding-left: 46px !important;
    padding-right: 34px !important;
  }

  .gtp-lt-toolbar__sort-icon {
    left: 14px;
    font-size: 20px;
  }

  .gtp-lt-status {
    margin-bottom: 18px !important;
  }

  .gtp-lt-status .gtp-lt-status-box.is-final {
    min-width: 0;
    max-width: calc(100% - 54px);
    padding: 10px 18px !important;
  }

  .gtp-lt-cards,
  .gtp-lt-widget .gtp-lt-cards {
    gap: 18px !important;
  }
}


/* 2.3.64.5 move sort under status, narrow control, keep clean spacing */
.gtp-lt-toolbar--meta {
  margin-bottom: 12px !important;
}

.gtp-lt-toolbar--sort-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 16px !important;
}

.gtp-lt-toolbar--sort-row .gtp-lt-toolbar__sort {
  margin-left: 0;
}

.gtp-lt-toolbar--sort-row .gtp-lt-toolbar__sort-select {
  width: 320px;
  max-width: 100%;
  height: 46px;
  padding-left: 46px !important;
  padding-right: 34px !important;
  border-radius: 16px !important;
}

.gtp-lt-toolbar--sort-row .gtp-lt-toolbar__sort-icon {
  left: 14px;
  font-size: 20px;
}

.gtp-lt-status {
  margin-bottom: 10px !important;
}

.gtp-lt-main [data-role="cards"] {
  margin-top: 0 !important;
}

@media (max-width: 767px) {
  .gtp-lt-toolbar--meta {
    margin-bottom: 10px !important;
  }

  .gtp-lt-toolbar--sort-row {
    justify-content: flex-end;
    margin-bottom: 14px !important;
  }

  .gtp-lt-toolbar--sort-row .gtp-lt-toolbar__sort {
    width: auto;
    max-width: 100%;
    margin-left: auto;
  }

  .gtp-lt-toolbar--sort-row .gtp-lt-toolbar__sort-select {
    width: 210px;
    max-width: calc(100vw - 140px);
    height: 42px;
    font-size: 14px !important;
    padding-left: 42px !important;
    padding-right: 30px !important;
    border-radius: 14px !important;
  }

  .gtp-lt-toolbar--sort-row .gtp-lt-toolbar__sort-icon {
    left: 13px;
    font-size: 18px;
  }

  .gtp-lt-status {
    margin-bottom: 8px !important;
  }
}


/* 2.3.64.6 status width = meta width, single sort control, default rating */
.gtp-lt-status {
  display: block !important;
  width: 100% !important;
  margin-bottom: 10px !important;
}

.gtp-lt-status .gtp-lt-status-box.is-final,
.gtp-lt-status .gtp-lt-status-box {
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  padding: 16px 20px !important;
  border-radius: 22px !important;
}

.gtp-lt-toolbar--sort-row {
  padding: 0 !important;
  margin-bottom: 14px !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  justify-content: flex-end;
}

.gtp-lt-toolbar--sort-row .gtp-lt-toolbar__sort {
  width: auto !important;
  max-width: 100%;
}

.gtp-lt-toolbar--sort-row .gtp-lt-toolbar__sort-select {
  width: 260px !important;
  max-width: 100% !important;
}

@media (max-width: 767px) {
  .gtp-lt-status {
    margin-bottom: 8px !important;
  }

  .gtp-lt-status .gtp-lt-status-box.is-final,
  .gtp-lt-status .gtp-lt-status-box {
    width: 100% !important;
    max-width: 100% !important;
    padding: 14px 16px !important;
  }

  .gtp-lt-toolbar--sort-row {
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    margin-bottom: 12px !important;
  }

  .gtp-lt-toolbar--sort-row .gtp-lt-toolbar__sort-select {
    width: 190px !important;
    max-width: calc(100vw - 150px) !important;
  }
}


.gtp-lt-route-commercial-facts{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:14px;margin:18px 0 0;padding:0;list-style:none}.gtp-lt-route-commercial-facts li{border:1px solid #d8e6ff;border-radius:18px;padding:16px 18px;background:linear-gradient(180deg,#ffffff 0%,#f7fbff 100%);color:#24456f;font-weight:600;line-height:1.6;box-shadow:0 8px 24px rgba(26,71,136,.06)}.gtp-lt-route-links-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:14px;margin-top:18px}.gtp-lt-route-link-card{border:1px solid #d8e6ff;border-radius:18px;padding:16px 18px;background:linear-gradient(180deg,#fff 0%,#f7fbff 100%);box-shadow:0 8px 24px rgba(26,71,136,.06)}.gtp-lt-route-link-card__title{display:block;font-weight:700;font-size:28px;color:#123f7a;text-decoration:none;line-height:1.4}.gtp-lt-route-link-card__title:hover{text-decoration:underline}.gtp-lt-route-link-card__meta{margin-top:10px;color:#5f789c;font-size:16px;line-height:1.5}.gtp-lt-route-link-card__price{display:inline-flex;align-items:center;gap:6px;font-weight:700;color:#2456a7}.gtp-lt-card--registry .gtp-lt-card__media img{object-fit:cover}@media (max-width:767px){.gtp-lt-route-commercial-facts{grid-template-columns:1fr}.gtp-lt-route-links-grid{grid-template-columns:1fr}.gtp-lt-route-link-card__title{font-size:22px}}

.gtp-lt-route-seo-text{padding-bottom:18px}
.gtp-lt-route-seo-text .gtp-lt-note-box{margin:18px 0 0}
.gtp-lt-route-commercial-facts{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin:20px 0 28px;padding:0;list-style:none}
.gtp-lt-route-commercial-facts li{padding:20px 22px;min-height:132px;font-size:16px;line-height:1.65;border-radius:20px}
.gtp-lt-route-links-block{margin-top:22px}
.gtp-lt-route-links-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:18px}
.gtp-lt-route-link-card{padding:18px 18px 16px;min-height:148px;border-radius:20px;display:flex;flex-direction:column;justify-content:space-between;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
.gtp-lt-route-link-card:hover{transform:translateY(-2px);box-shadow:0 14px 30px rgba(26,71,136,.10);border-color:#c7dbff}
.gtp-lt-route-link-card__title{font-size:19px;line-height:1.45;color:#153d73}
.gtp-lt-route-link-card__meta{margin-top:14px;font-size:15px;color:#5f789c}
.gtp-lt-route-link-card__price{font-weight:700}
.gtp-lt-legal-note{margin-top:14px}
@media (max-width:1024px){.gtp-lt-route-commercial-facts,.gtp-lt-route-links-grid{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media (max-width:767px){.gtp-lt-route-commercial-facts,.gtp-lt-route-links-grid{grid-template-columns:1fr}.gtp-lt-route-link-card{min-height:auto;padding:16px}.gtp-lt-route-link-card__title{font-size:18px}.gtp-lt-route-commercial-facts li{min-height:auto;padding:16px 18px}}

/* resort/hotel internal links polish 8.5.3.2 */
.gtp-lt-route-commercial-facts{margin:20px 0 18px}.gtp-lt-route-commercial-facts li{min-height:0;padding:18px 20px;font-size:17px;line-height:1.72}.gtp-lt-route-links-block{margin-top:18px}.gtp-lt-route-links-block .gtp-lt-hotel-description{max-width:980px}.gtp-lt-route-links-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:14px}.gtp-lt-route-link-card{padding:16px 18px 14px;min-height:118px;border-radius:18px}.gtp-lt-route-link-card__title{font-size:18px;line-height:1.45;display:block}.gtp-lt-route-link-card__meta{margin-top:10px;font-size:15px}.gtp-lt-route-link-card__price{font-weight:700;color:#2456a7}.gtp-lt-route-links-block--resort .gtp-lt-route-link-card{min-height:96px}.gtp-lt-route-links-block--resort .gtp-lt-route-link-card__meta{display:none}.gtp-lt-route-links-block--hotel .gtp-lt-route-link-card{min-height:104px}.gtp-lt-route-seo-text + .gtp-lt-route-links-block{margin-top:12px}@media (max-width:1024px){.gtp-lt-route-links-grid{grid-template-columns:repeat(2,minmax(0,1fr));}}@media (max-width:767px){.gtp-lt-route-commercial-facts li{padding:16px 18px;font-size:16px}.gtp-lt-route-links-grid{grid-template-columns:1fr}.gtp-lt-route-link-card{min-height:auto;padding:14px 16px}.gtp-lt-route-link-card__title{font-size:17px}}


/* 2.3.64.8.5.3.3 resort/hotel link polish */
.gtp-lt-route-links-block--resort .gtp-lt-route-link-card{min-height:84px;justify-content:center;align-items:center;text-align:center;padding:14px 16px}.gtp-lt-route-links-block--resort .gtp-lt-route-link-card__title{font-size:17px;line-height:1.35;text-align:center;margin:0 auto;max-width:100%}.gtp-lt-route-links-block--hotel .gtp-lt-route-link-card{min-height:96px;padding:14px 16px}.gtp-lt-route-links-block--hotel .gtp-lt-route-link-card__title{font-size:17px;line-height:1.35}.gtp-lt-route-links-block--hotel .gtp-lt-route-link-card__meta{margin-top:8px}.gtp-lt-hotel-page--v4 #hotel-amenities .gtp-lt-chip-grid,.gtp-lt-hotel-page #hotel-amenities .gtp-lt-chip-grid{margin-top:16px}.gtp-lt-route-links-block .gtp-lt-hotel-description{margin-bottom:12px}.gtp-lt-route-links-grid{margin-top:12px}.gtp-lt-route-links-block--resort .gtp-lt-route-links-grid{gap:12px}.gtp-lt-route-links-block--resort .gtp-lt-route-link-card:hover{transform:none}.gtp-lt-route-links-block--resort .gtp-lt-route-link-card__meta{display:none}@media (max-width:767px){.gtp-lt-route-links-block--resort .gtp-lt-route-link-card,.gtp-lt-route-links-block--hotel .gtp-lt-route-link-card{padding:14px 14px;min-height:auto}.gtp-lt-route-links-block--resort .gtp-lt-route-link-card__title,.gtp-lt-route-links-block--hotel .gtp-lt-route-link-card__title{font-size:16px}}


/* mobile button center hotfix */
@media (max-width: 767px){
  .gtp-lt-card__actions{width:100%;display:flex;justify-content:center;}
  .gtp-lt-card__actions .gtp-lt-btn{width:auto;min-width:200px;margin-left:auto;margin-right:auto;}
}

/* route links polish */
.gtp-lt-route-links-block--resort .gtp-lt-route-link-card,
.gtp-lt-route-links-block--hotel .gtp-lt-route-link-card{justify-content:center;align-items:center;text-align:center;}
.gtp-lt-route-links-block--resort .gtp-lt-route-link-card__title,
.gtp-lt-route-links-block--hotel .gtp-lt-route-link-card__title{margin:0 auto;text-align:center;}
.gtp-lt-route-links-block--hotel .gtp-lt-route-link-card__meta{margin-top:10px;text-align:center;}
.gtp-lt-route-links-block--hotel .gtp-lt-route-link-card{min-height:112px;}
#hotel-amenities .gtp-lt-section-head{margin-bottom:14px;}
#hotel-amenities .gtp-lt-chip-grid{margin-top:10px;}
@media (max-width: 767px){
  .gtp-lt-route-links-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;}
  .gtp-lt-route-links-block--resort .gtp-lt-route-link-card,
  .gtp-lt-route-links-block--hotel .gtp-lt-route-link-card{padding:14px 12px;min-height:92px;}
  .gtp-lt-route-links-block--resort .gtp-lt-route-link-card__title,
  .gtp-lt-route-links-block--hotel .gtp-lt-route-link-card__title{font-size:15px;line-height:1.32;}
}
