/* Deferred CSS - Below the fold and interactive elements */

.results-sentinel{height:120px}#hotel-list:empty+.results-sentinel{height:0}.no-results{margin-top:1rem;margin-inline-start:1.5rem}.no-results__title{margin:0 0 .25rem}.no-results__suggestion{margin:0}.availability-msg{color:#c00;font-weight:500;font-size:.9rem}.hotel-perks{display:flex;gap:.75rem;flex-wrap:wrap;font-size:.9rem}.deal-msg{background:#065535;color:#fff;font-weight:500;padding:.25rem .5rem;border-radius:7px}.perk-msg{color:#008a28;font-weight:700;position:relative;padding-inline-start:1.1rem}.perk-msg:before{content:"\2714";position:absolute;inset-inline-start:0;inset-block-start:0;color:#008a28}.availability-link:hover{background:#044b7d}.hotel-card:hover{background-color:#cce9f4}#load-more{display:none;margin:0 1.5rem 2rem;padding:.75rem 1.5rem;font-size:1rem;border:none;border-radius:999px;background:#006ce4;color:#fff;font-weight:600;cursor:pointer;box-shadow:0 3px 6px #00328240}#results-sentinel,.results-sentinel{width:100%;height:120px;margin:0;pointer-events:none}#load-more:disabled{opacity:.6;cursor:not-allowed}.branding-tag img{width:62px;height:auto}.branding-tag{display:inline-flex;align-items:center;justify-content:center}.results-loader{display:none;align-items:center;justify-content:center;gap:.5rem;padding:1.5rem 0 2rem}.results-loader.is-visible{display:flex}.results-loader__spinner{width:28px;height:28px;border-radius:50%;border:4px solid rgba(0,108,228,.2);border-top-color:#006ce4;animation:results-spin .9s linear infinite}@keyframes results-spin{to{transform:rotate(360deg)}}.debug-toggle{position:fixed;inset-block-end:1rem;inset-inline-start:1rem;z-index:1000;background:#002c5fd9;color:#fff;border:none;border-radius:999px;padding:.6rem 1.1rem;font-size:.85rem;font-weight:600;cursor:pointer;box-shadow:0 6px 18px #00000040}.debug-toggle:hover,.debug-toggle:focus{background:#002c5f;outline:none}.debug-panel{position:fixed;inset:0;display:none;flex-direction:column;background:#040f28eb;backdrop-filter:blur(4px);z-index:1100;color:#fff}.debug-panel.is-open{display:flex}.debug-panel__header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;background:#002c5fd9;font-size:1rem;font-weight:600}.debug-panel__close{border:none;background:#ffffff1a;color:#fff;border-radius:999px;width:2rem;height:2rem;cursor:pointer;font-size:1.1rem}#api-debug-output{max-width:980px;margin:1.5rem auto 3rem;padding:1rem;background:#fff;border-radius:8px;border:1px solid #d6e2ff;box-shadow:0 4px 8px #00000014;font-size:.75rem;line-height:1.4;overflow-x:auto}.app-footer{padding:1rem 1.5rem 2rem;text-align:center;color:#3d4f75}.footer-note{font-size:.85rem}.footer-credit{margin-top:.25rem;font-size:.84rem;color:#6a7aa6}.language-picker{min-width:4.25rem}.language-picker.language-picker--compact:after{content:attr(data-selected-code);position:absolute;inset-inline-end:.9rem;inset-block-start:50%;transform:translateY(-50%);font-weight:600;color:#0b2b68;pointer-events:none}.language-picker.language-picker--compact .language-picker__select{color:transparent;text-shadow:none}.language-picker.language-picker--compact .language-picker__select option{color:#0b2b68}body.rtl-layout .language-picker.language-picker--compact:after{inset-inline-start:.9rem;inset-inline-end:auto}.currency-picker.currency-picker--compact:after{content:attr(data-selected-code);position:absolute;inset-inline-end:.75rem;inset-block-start:50%;transform:translateY(-50%);font-weight:700;color:#0b2b68;text-decoration:underline;text-underline-offset:2px;pointer-events:none}.currency-picker.currency-picker--compact .currency-picker__select{color:transparent;text-shadow:none;min-width:4.25rem;padding-inline-end:2.25rem}.language-picker.language-picker--compact:after,.currency-picker.currency-picker--compact:after{cursor:pointer}body.rtl-layout .currency-picker.currency-picker--compact:after{inset-inline-start:.75rem;inset-inline-end:auto}.header-link{color:#0b2b68;font-weight:800;text-decoration:underline;text-underline-offset:2px;background:#fffffff2;border:1px solid rgba(255,255,255,.4);border-radius:12px;padding:.55rem .9rem}.header-link:focus{outline:2px solid #00a6ff;outline-offset:1px}.picker-overlay{position:fixed;inset:0;background:#071f4d99;display:flex;align-items:stretch;justify-content:flex-end;z-index:1000;animation:fadeIn .12s ease-out}.picker-overlay--closing{animation:fadeOut .12s ease-in forwards}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.picker-pane{width:min(520px,92vw);background:#fff;box-shadow:-6px 0 16px #00000040;display:flex;flex-direction:column;gap:.25rem;padding:1rem 1rem 0}.picker-pane__header{display:flex;align-items:center;justify-content:space-between}.picker-pane__header h3{margin:.25rem 0 .75rem;color:#0b2b68}.picker-close{border:none;background:transparent;color:#0b2b68;font-size:1.5rem;cursor:pointer}.picker-list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr;gap:.25rem;flex:1 1 auto;min-height:0;overflow:auto}.picker-item{width:100%;text-align:left;border:1px solid #d6e2ff;background:#f6f9ff;color:#0b2b68;border-radius:8px;padding:.65rem .75rem;cursor:pointer}.picker-item.is-active{border-color:#006ce4;background:#e8f1ff;font-weight:700}.hotel-card,.hotel-card__header,.hotel-rating-row,.price-brand-row,.hotel-perks{flex-direction:row}:root[dir=rtl] .hotel-card,:root[dir=rtl] .hotel-card__header,:root[dir=rtl] .hotel-rating-row,:root[dir=rtl] .price-brand-row,:root[dir=rtl] .hotel-perks{flex-direction:row-reverse}#hotel-list,.hotel-card,.hotel-card__info,.hotel-card__aside{text-align:left}:root[dir=rtl] #hotel-list,:root[dir=rtl] .hotel-card,:root[dir=rtl] .hotel-card__info,:root[dir=rtl] .hotel-card__header,:root[dir=rtl] .hotel-address,:root[dir=rtl] .availability-msg{text-align:right}:root[dir=rtl] .hotel-card__info{align-items:flex-end}:root[dir=rtl] .hotel-card__aside,:root[dir=rtl] .price-block{align-items:flex-start;text-align:left;direction:ltr}body.rtl-layout .hotel-card,body.rtl-layout .hotel-card__header,body.rtl-layout .hotel-rating-row,body.rtl-layout .price-brand-row,body.rtl-layout .hotel-perks{flex-direction:row-reverse}body.rtl-layout .hotel-card__info,body.rtl-layout .hotel-card__header,body.rtl-layout .hotel-address,body.rtl-layout .availability-msg{text-align:right}body.rtl-layout .hotel-card__info{align-items:flex-end}body.rtl-layout .hotel-card__aside,body.rtl-layout .price-block{align-items:flex-start;text-align:left;direction:ltr}body.rtl-layout .hotel-card__media{margin-inline-start:0;margin-inline-end:-1rem}body.rtl-layout .hotel-card__media img,body.rtl-layout .hotel-card__placeholder{direction:ltr}body.rtl-layout .availability-link:after{content:" \2039";margin-inline-start:0;margin-inline-end:.25rem}.debug-panel__tabs{display:flex;gap:.5rem;padding:1rem 1.5rem .5rem;background:#002c5f99}.debug-panel__tab{border:none;background:#ffffff1a;color:#fff;border-radius:999px;padding:.4rem .9rem;font-size:.85rem;font-weight:600;cursor:pointer}.debug-panel__tab.is-active{background:#ffffffd9;color:#03234f}.debug-panel__content{flex:1;padding:1rem 1.5rem 1.5rem;overflow:auto;display:none}.debug-panel__content.is-active{display:block}.debug-panel__pre{margin:0;white-space:pre-wrap;word-break:break-word;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:.85rem;line-height:1.5;color:#f3f5ff}body.rtl-layout .header-controls,body.rtl-layout .language-picker{justify-content:flex-start}[dir=rtl] .hotel-card,[dir=rtl] .hotel-card__header,[dir=rtl] .hotel-rating-row,[dir=rtl] .price-brand-row,[dir=rtl] .hotel-perks{flex-direction:row-reverse}[dir=rtl] .hotel-card__media{margin-inline-start:0;margin-inline-end:-1rem}[dir=rtl] .hotel-card__media img,[dir=rtl] .hotel-card__placeholder{direction:ltr}[dir=rtl] #hotel-list,[dir=rtl] .hotel-card,[dir=rtl] .hotel-card__info,[dir=rtl] .hotel-card__header,[dir=rtl] .hotel-address,[dir=rtl] .availability-msg{text-align:right}[dir=rtl] .hotel-card__aside,[dir=rtl] .price-block{align-items:flex-start;text-align:left;direction:ltr}[dir=rtl] .availability-link:after{content:" \2039";margin-inline-start:0;margin-inline-end:.25rem}[dir=rtl] .date-bar #search-button{order:0;margin-inline-start:0}[dir=rtl] .date-bar .date-field:first-of-type{order:1}[dir=rtl] .date-bar .date-field:nth-of-type(2){order:2}[dir=rtl] .hotel-card{flex-direction:row}[dir=rtl] .hotel-card__content{order:1}[dir=rtl] .hotel-card__media{order:2}.legal-container{padding-inline:1.5rem}.legal-doc{max-width:980px;margin-inline:auto}@media (max-width: 640px){.legal-container{padding-inline:.75rem}}.calendar-overlay{position:fixed;inset:0;background:#071f4d8c;backdrop-filter:blur(1px);display:none;align-items:center;justify-content:center;z-index:1200}.calendar-overlay.is-open{display:flex}.calendar-dialog{width:min(920px,96vw);max-height:92dvh;background:#fff;border-radius:16px;box-shadow:0 24px 48px #001d4a59;display:flex;flex-direction:column;overflow:hidden}.calendar-header{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.75rem 1rem;border-bottom:1px solid #d6e2ff;background:#eaf2ff}.calendar-title{margin:0;font-size:1.1rem;color:#0b2b68;font-weight:700}.calendar-nav{display:inline-flex;gap:.25rem}.calendar-nav-btn{border:1px solid #c2d0ea;background:#fff;color:#0b2b68;border-radius:8px;width:2.25rem;height:2.25rem;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.calendar-nav-btn:focus{outline:2px solid #00a6ff;outline-offset:1px}.calendar-content{padding:.75rem 1rem 1rem;overflow:auto}.calendar-months{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.calendar-month{border:1px solid #e3edff;border-radius:12px;padding:.5rem .5rem .75rem;background:#fff}.calendar-month-name{margin:0 0 .5rem;font-weight:700;color:#0a2e73;text-align:center}.calendar-weekdays{display:grid;grid-template-columns:repeat(7,1fr);gap:.25rem;margin-bottom:.25rem;color:#4a5d8c;font-weight:700;font-size:.85rem}.calendar-weekday{text-align:center}.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:.25rem}.calendar-day{height:2.35rem;display:inline-flex;align-items:center;justify-content:center;border-radius:9px;border:1px solid transparent;background:#f7fbff;color:#0b183d;cursor:pointer;font-weight:600}.calendar-day:hover{background:#eef6ff}.calendar-day.is-outside-month{background:#f3f6fb;color:#7b8db6}.calendar-day.is-today{box-shadow:inset 0 0 0 2px #006ce4}.calendar-day.in-range{background:#dbeafe}.calendar-day.range-start,.calendar-day.range-end{background:#006ce4;color:#fff}.calendar-footer{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.75rem 1rem;border-top:1px solid #d6e2ff;background:#f7fbff}.calendar-actions{display:inline-flex;gap:.5rem}.calendar-btn{border:none;border-radius:10px;padding:.55rem .9rem;font-weight:700;cursor:pointer}.calendar-btn--clear{background:#eef3fb;color:#0b2b68}.calendar-btn--apply{background:#006ce4;color:#fff}.calendar-selection-preview{color:#0b2b68;font-weight:600}@media (max-width: 640px){.calendar-dialog{width:100vw;height:100dvh;max-height:none;border-radius:0}.calendar-months{grid-template-columns:1fr}}[dir=rtl] .calendar-nav{flex-direction:row-reverse}[dir=rtl] .calendar-title{text-align:right}.hotel-address .hotel-city__link,.hotel-address .hotel-city__text{font-weight:600;color:#0b2b68;text-decoration:none;margin-right:.25rem}.hotel-address .hotel-city__link:hover,.hotel-address .hotel-city__link:focus-visible{text-decoration:underline;color:#0047b3}

/* Deferred custom overrides - Below the fold and interactive elements */
.filters-row {
  flex: 0 0 100%;
  flex-basis: 100%;
  min-width: 100%;
  max-width: none;
  width: calc(100% + var(--filters-edge-offset));
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-top: 0.1rem;
  margin-inline-start: 0;
  margin-inline-end: calc(-1 * var(--filters-edge-offset));
  padding-block: 0.35rem;
  padding-inline: 0;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: thin;
  scrollbar-color: #c6d6f4 transparent;
  -webkit-overflow-scrolling: touch;
}
.filters-row::-webkit-scrollbar {
  height: 6px;
}
.filters-row::-webkit-scrollbar-thumb {
  background: #c6d6f4;
  border-radius: 999px;
}
.filters-row::-webkit-scrollbar-track {
  background: transparent;
}
.filter-chip {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  padding-block: 0.45rem;
  padding-inline: 1.05rem;
  border-radius: 999px;
  border: 1px solid #c3d5f5;
  background: #fff;
  color: #0b183d;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.1;
  cursor: pointer;
  white-space: nowrap;
  box-shadow: 0 6px 12px rgba(0, 48, 130, 0.06);
  transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}
.filter-chip:hover,
.filter-chip:focus-visible {
  background: #eef3ff;
  border-color: #9fb9f6;
  box-shadow: 0 10px 20px rgba(0, 108, 228, 0.12);
  color: #0a2e73;
}
.filter-chip:focus-visible {
  outline: 2px solid #00a6ff;
  outline-offset: 2px;
}
.filter-chip--active {
  background: #e2ecff;
  border-color: #87a7f5;
  color: #0a2e73;
  box-shadow: 0 10px 20px rgba(0, 80, 200, 0.18);
}
.filter-chip--active:hover,
.filter-chip--active:focus-visible {
  background: #d6e2ff;
}
.filter-chip[data-filter-menu]::after {
  content: "▾";
  font-size: 0.8em;
  line-height: 1;
  margin-inline-start: 0.25rem;
  transform: translateY(-0.05em);
}
.filter-chip.filter-chip--active:not([data-filter-menu])::after {
  content: "×";
  font-size: 0.9em;
  line-height: 1;
  margin-inline-start: 0.45rem;
  opacity: 0.75;
}
.hotel-list-skeletons {
  position: relative;
  z-index: 1;
  display: none;
  flex-direction: column;
  align-items: stretch;
  padding: 1.5rem;
  gap: 1.1rem;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  text-align: start;
  box-sizing: border-box;
  pointer-events: none;
  transition: opacity 0.2s ease;
}
.hotel-list-skeletons.is-active {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  opacity: 1;
}
.hotel-list-skeletons .hotel-card {
  pointer-events: none;
}
.hotel-card--skeleton {
  min-height: 190px;
  border-color: #d7e1f7;
  background: #f6f8ff;
}
.hotel-card--skeleton .hotel-card__media {
  background: #e0e7fb;
}
.hotel-card--skeleton .hotel-card__aside {
  justify-content: flex-start;
}
.hotel-list--loading {
  visibility: hidden;
}
.results-shell__body--loading .load-more {
  visibility: hidden;
}
.skeleton-surface {
  position: relative;
  overflow: hidden;
  background: #dce4f9;
}
.skeleton-surface::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-100%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0));
  animation: skeleton-shimmer 1.35s ease-in-out infinite;
}
.hotel-card--skeleton .skeleton-line {
  height: 14px;
  border-radius: 999px;
  margin-block: 0.35rem;
}
.hotel-card--skeleton .skeleton-line--title {
  height: 22px;
  width: 72%;
  margin-top: 0;
}
.hotel-card--skeleton .skeleton-line--wide {
  width: 92%;
}
.hotel-card--skeleton .skeleton-line--meta {
  width: 58%;
}
.hotel-card--skeleton .skeleton-line--short {
  width: 36%;
}
.hotel-card--skeleton .skeleton-line--price {
  width: 95px;
  height: 24px;
  margin-block: 0.25rem 0.5rem;
}
.hotel-card--skeleton .skeleton-line--button {
  width: 120px;
  height: 34px;
  border-radius: 999px;
}
.hotel-card--skeleton .price-block {
  gap: 0.4rem;
  align-items: flex-end;
}
.results-shell__body--loading {
  min-height: clamp(520px, 80vh, 960px);
}
@keyframes skeleton-shimmer {
  100% {
    transform: translateX(100%);
  }
}
@media (max-width: 880px) {
  .hotel-list-skeletons {
    gap: 0.85rem;
    padding: 1rem;
  }
  .results-shell__body--loading {
    min-height: clamp(480px, 78vh, 880px);
  }
}
@media (max-width: 640px) {
  .hotel-list-skeletons {
    padding: 0.5rem;
    margin: 0;
    max-width: 100%;
  }
  .results-shell__body--loading {
    min-height: clamp(420px, 75vh, 720px);
  }
}
@media (prefers-reduced-motion: reduce) {
  .skeleton-surface::after {
    animation: none;
  }
}
.filter-price-content {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  padding-block-end: 0.5rem;
}
.filter-price-hint {
  margin: 0;
  color: #5a6b92;
  font-size: 0.9rem;
}
.filter-price-inputs {
  display: flex;
  align-items: flex-end;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.filter-price-field {
  flex: 1 1 160px;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.filter-price-field label {
  font-size: 0.85rem;
  font-weight: 600;
  color: #23335f;
}
.filter-price-field input {
  border: 1px solid #c5d3f1;
  border-radius: 12px;
  padding: 0.65rem 0.9rem;
  font-size: 1rem;
  font-weight: 600;
  color: #172347;
  background: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.filter-price-field input:focus {
  outline: none;
  border-color: #2f7dff;
  box-shadow: 0 0 0 3px rgba(47, 125, 255, 0.2);
}
.filter-price-field input::placeholder {
  color: #95a4c4;
  font-weight: 500;
}
.filter-price-dash {
  align-self: center;
  font-size: 1.4rem;
  color: #5a6b92;
  line-height: 1;
}
.filter-overlay .occupancy-dialog {
  max-width: min(440px, 92vw);
}
.filter-overlay .occupancy-content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.filter-overlay .occupancy-footer {
  justify-content: flex-end;
}
.filter-footer__spacer {
  flex: 1 1 auto;
}
.filter-actions {
  gap: 0.75rem;
}
.filter-stars-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.filter-star-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  border: 1px solid #c3d5f5;
  background: #fff;
  color: #0b183d;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}
.filter-star-pill:hover,
.filter-star-pill:focus-visible {
  border-color: #9fb9f6;
  background: #eef3ff;
  box-shadow: 0 6px 16px rgba(93, 104, 180, 0.18);
  outline: none;
}
.filter-star-pill.is-selected {
  background: #dbeeff;
  border-color: #2f7dff;
  color: #0f4fc8;
  box-shadow: 0 10px 22px rgba(15, 79, 200, 0.24);
}
.filter-star-pill__icon {
  font-size: 0.9em;
  line-height: 1;
}
.filter-star-pill.is-selected .filter-star-pill__icon {
  color: currentColor;
}
@media (max-width: 640px) {
  .filter-overlay .occupancy-dialog {
    max-width: none;
    width: 100%;
    height: 100%;
    max-height: none;
    border-radius: 0;
  }
}
.filter-rating-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.filter-rating-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 1rem;
  border-radius: 14px;
  border: 1px solid #c3d5f5;
  background: #fff;
  color: #0b183d;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}
.filter-rating-option:hover,
.filter-rating-option:focus-visible {
  border-color: #9fb9f6;
  background: #eef3ff;
  box-shadow: 0 6px 16px rgba(93, 104, 180, 0.18);
  outline: none;
}
.filter-rating-option.is-selected {
  border-color: #2f7dff;
  background: #dbeeff;
  color: #0f4fc8;
  box-shadow: 0 10px 22px rgba(15, 79, 200, 0.24);
}
.filter-rating-option__hint {
  font-size: 0.85rem;
  color: inherit;
  opacity: 0.9;
}
.occupancy-field.is-open .occupancy-trigger {
  border-color: #006ec4;
  box-shadow: 0 10px 20px rgba(0, 108, 228, 0.18);
}
.occupancy-panel {
  position: absolute;
  top: calc(100% + 8px);
  inset-inline-end: 0;
  width: min(360px, 92vw);
  background: #fff;
  border: 1px solid #c2d0ea;
  border-radius: 16px;
  box-shadow: 0 20px 40px rgba(12, 35, 79, 0.2);
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  z-index: 1100;
}
.occupancy-panel[hidden] {
  display: none !important;
}
.occupancy-panel__group {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.occupancy-counter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.occupancy-counter__info {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.occupancy-counter__label {
  font-size: 1rem;
  font-weight: 600;
  color: #0b183d;
}
.occupancy-counter__hint {
  font-size: 0.85rem;
  color: #4a5d8c;
}
.occupancy-stepper {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #f0f4ff;
  border-radius: 999px;
  padding: 0.25rem;
}
.occupancy-stepper__btn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid transparent;
  background: #fff;
  color: #0b183d;
  font-size: 1.1rem;
  font-weight: 600;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.occupancy-stepper__btn:hover,
.occupancy-stepper__btn:focus-visible {
  background: #eef3fb;
  border-color: #c3d5f5;
}
.occupancy-stepper__btn:focus-visible {
  outline: 2px solid #00a6ff;
  outline-offset: 1px;
}
.occupancy-stepper__btn:disabled {
  cursor: not-allowed;
  opacity: 0.45;
  background: #f7f9ff;
  border-color: transparent;
}
.occupancy-stepper__value {
  min-width: 1.5rem;
  text-align: center;
  font-weight: 600;
  color: #0b183d;
}
.occupancy-panel__ages {
  border-top: 1px solid #e4ecff;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.occupancy-panel__ages[hidden] {
  display: none !important;
}
.occupancy-panel__hint {
  margin: 0;
  font-size: 0.85rem;
  color: #4a5d8c;
}
.occupancy-ages {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
}
.occupancy-age {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  font-weight: 600;
  color: #0b183d;
}
.occupancy-age__select {
  border-radius: 12px;
  border: 1px solid #c3d5f5;
  padding: 0.45rem 0.75rem;
  font-size: 0.95rem;
  color: #0b183d;
  background: #fff;
}
.occupancy-age__select:focus {
  outline: 2px solid #006ec4;
  outline-offset: 1px;
}
.occupancy-done {
  align-self: flex-end;
  padding: 0.65rem 1.5rem;
  border-radius: 999px;
  border: 0;
  background: #006ce4;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s ease;
}
.occupancy-done:hover {
  background: #0058c4;
}
.occupancy-done:focus-visible {
  outline: 2px solid #00a6ff;
  outline-offset: 2px;
}
@media (min-width: 641px) and (max-width: 880px) {
  .date-bar {
    display: grid !important;
    grid-template-columns: 1fr !important;
    grid-template-areas: 
      "destination"
      "checkin" 
      "occupancy"
      "filters" !important;
    padding-bottom: 0 !important;
  }
  .date-bar > .destination-field {
    grid-area: destination !important;
  }
  .date-bar > .date-field:not([style*="display: none"]) {
    grid-area: checkin !important;
  }
  .date-bar > .occupancy-field {
    grid-area: occupancy !important;
  }
  .date-bar > #home-search-button {
    grid-area: search !important;
    width: 100%;
    max-width: none;
    margin-top: 0;
  }
  .date-bar > .filters-row {
    grid-area: filters !important;
  }
}
@media (max-width: 640px) {
  .occupancy-panel {
    position: static;
    width: 100%;
    margin-top: 0.5rem;
    box-shadow: 0 12px 24px rgba(12, 35, 79, 0.18);
  }
}
.air-datepicker {
  --adp-cell-size: 30px;
  --adp-nav-action-size: 28px;
  --adp-font-size: 14px;
}
.air-datepicker .air-datepicker-cell { width: var(--adp-cell-size); height: var(--adp-cell-size); line-height: var(--adp-cell-size); }
.air-datepicker .air-datepicker-nav--action { width: var(--adp-nav-action-size); height: var(--adp-nav-action-size); }
.air-datepicker .is-disabled { pointer-events: none !important; opacity: .35 !important; }
#hotel-list [class*="stars"],
#hotel-list .stars,
#hotel-list .rating-badge,
#hotel-list [class*="rating-badge"],
#hotel-list [class*="score"] {
  font-size: 1em;
}
#hotel-list .hotel-circles,
#hotel-list [class~="hotel-circles"],
#hotel-list [class*="hotel-circles"] {
  font-size: 1rem !important;
  line-height: 1 !important;
}
.is-brand-only {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: .75em;
  line-height: 1.05;
  padding-block: 1px;
  padding-inline: 8px !important;
  background: #003580;
  color: #ffffff !important;
  border-radius: 999px;
  text-decoration: none;
  border: 0;
}
.is-brand-only::after,
.is-brand-only::before { display: none !important; content: none !important; }
.is-brand-only > .icon,
.is-brand-only > .chevron,
.is-brand-only > i,
.is-brand-only > span[class*="icon"],
.is-brand-only > span[aria-hidden="true"] { display: none !important; }
.is-brand-only:hover { background: #0047a3; }
.is-brand-only:focus-visible { outline: 2px solid #00a6ff; outline-offset: 1px; }
.hotel-address,
.per-night-note,
.rating-reviews,
.app-footer,
.footer-note {
  color: #23335f;
}
.footer-credit {
  color: #1b2d57;
}
.hotel-reviews-summary__link {
  color: #0b2b68;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: underline;
}
.hotel-reviews-summary__link:hover,
.hotel-reviews-summary__link:focus {
  text-decoration: none;
}
.loading-indicator { 
  display: none; 
  align-items: center; 
  justify-content: center; 
  gap: .65rem; 
  padding: .75rem; 
  color: #0a2e73; 
}
.loading-indicator:not([hidden]) { display: flex; }
.loading-indicator__spinner { 
  width: 20px; 
  height: 20px; 
  border-radius: 50%; 
  border: 2px solid #c2d0ea; 
  border-top-color: #006ce4; 
  animation: loading-spin .8s linear infinite; 
}
@keyframes loading-spin { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) { .loading-indicator__spinner { animation: none; } }
.rate-limit-notice {
  display: none;
  margin: 1rem 0;
  padding: 0.75rem 1rem;
  border: 1px solid #ffb8b0;
  border-radius: 8px;
  background: #fff2f1;
  color: #5f1a10;
  font-size: 0.95rem;
}
.rate-limit-notice:not([hidden]) {
  display: block;
}
.final-price {
  color: #0a5f12;
}
.original-price {
  color: #a11a1a;
}
.legal-container {
  padding: 2rem 1.5rem 4rem;
}
.general-page {
  max-width: 920px;
  margin: 0 auto;
  padding: 2.5rem;
  background: #ffffff;
  border-radius: 24px;
  box-shadow: 0 20px 40px rgba(7, 31, 77, 0.08);
  color: #172653;
  line-height: 1.6;
}
.general-page__hero {
  margin-bottom: 2rem;
}
.general-page__eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.85rem;
  font-weight: 600;
  color: #0b2b68;
  margin: 0 0 0.75rem;
}
.general-page__hero h1 {
  margin: 0 0 0.75rem;
  font-size: clamp(2rem, 4vw, 2.75rem);
  color: #0b2b68;
}
.general-page__lede {
  font-size: 1.1rem;
  color: #253a73;
  margin: 0;
}
.general-page__section {
  margin-bottom: 2rem;
}
.general-page__section:last-child {
  margin-bottom: 0;
}
.general-page__section h2 {
  margin: 0 0 0.75rem;
  font-size: 1.35rem;
  color: #0b2b68;
}
.general-page__section p {
  margin: 0 0 0.75rem;
}
.general-page__section--list ol {
  padding-inline-start: 1.25rem;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.general-page__note {
  font-size: 0.9rem;
  color: #55628c;
}
.general-page__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
  margin-bottom: 2rem;
}
.general-page__card {
  border: 1px solid #e0e7ff;
  border-radius: 16px;
  padding: 1.25rem;
  background: #f9fbff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}
.general-page__card h2 {
  margin-top: 0;
  font-size: 1.1rem;
  color: #0b2b68;
}
.general-page__card p {
  margin: 0.25rem 0 0;
}
.general-page__card a {
  color: #0b2b68;
  font-weight: 600;
  text-decoration: none;
}
.general-page__card a:hover,
.general-page__card a:focus-visible {
  text-decoration: underline;
}
.general-page__hint {
  font-size: 0.85rem;
  color: #5d6c9b;
}
@media (max-width: 640px) {
  .legal-container {
    padding: 1.5rem 1rem 3rem;
  }
  .general-page {
    padding: 1.75rem;
    border-radius: 18px;
  }
}
.calendar-overlay,
.occupancy-overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
.calendar-overlay.is-open,
.occupancy-overlay.is-open {
  opacity: 1;
  visibility: visible;
}
.calendar-dialog,
.occupancy-dialog {
  position: relative;
  width: 90vw;
  max-width: 720px;
  max-height: 90vh;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  transform: scale(0.95);
  transition: transform 0.2s ease;
}
.calendar-overlay.is-open .calendar-dialog,
.occupancy-overlay.is-open .occupancy-dialog {
  transform: scale(1);
}
@media (max-width: 640px) {
  .calendar-overlay,
  .occupancy-overlay {
    background-color: #e8f0ff;
  }
  .calendar-dialog,
  .occupancy-dialog {
    position: fixed;
    inset: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    max-height: none;
    border-radius: 0;
  }
}
.calendar-header,
.occupancy-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem;
  border-bottom: 1px solid #e4ecff;
}
.calendar-title,
.occupancy-title {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 600;
  color: #0b183d;
}
.calendar-close,
.occupancy-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  border-radius: 50%;
  font-size: 24px;
  color: #4a5d8c;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.calendar-close:hover,
.occupancy-close:hover {
  background-color: #f0f4ff;
}
.calendar-content,
.occupancy-content {
  flex: 1;
  overflow-y: auto;
  padding: 1.5rem;
}
.calendar-footer,
.occupancy-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.5rem;
  border-top: 1px solid #e4ecff;
  background: #f8faff;
}
.calendar-selection-preview,
.occupancy-selection-preview {
  font-size: 0.95rem;
  color: #4a5d8c;
}
.calendar-actions,
.occupancy-actions {
  display: flex;
  gap: 1rem;
}
.calendar-btn,
.occupancy-btn {
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 16px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  min-width: 100px;
}
.calendar-btn--clear,
.occupancy-btn--clear {
  background: #f0f4ff;
  color: #006ec4;
}
.calendar-btn--clear:hover,
.occupancy-btn--clear:hover {
  background: #e4ecff;
}
.calendar-btn--apply,
.occupancy-btn--apply,
.occupancy-done {
  background: #006ec4;
  color: #fff;
}
.calendar-btn--apply:hover,
.occupancy-btn--apply:hover,
.occupancy-done:hover {
  background: #0056a3;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 110, 196, 0.3);
}
.occupancy-overlay.is-open ~ .occupancy-panel {
  display: none !important;
}
.calendar-nav {
  display: flex;
  gap: 0.5rem;
}
.calendar-nav-btn {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 1px solid #e4ecff;
  border-radius: 8px;
  font-size: 1.25rem;
  color: #4a5d8c;
  cursor: pointer;
  transition: all 0.2s ease;
}
.calendar-nav-btn:hover {
  background: #f0f4ff;
  border-color: #c2d0ea;
}
.calendar--scrollable .calendar-nav {
  display: none;
}
.calendar--scrollable .calendar-months {
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 641px) {
  .calendar--scrollable .calendar-months {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}
.calendar-months {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-top: 1rem;
}
.calendar-month {
  display: flex;
  flex-direction: column;
}
.calendar-month-name {
  margin: 0 0 1rem 0;
  font-size: 1.1rem;
  font-weight: 600;
  color: #0b183d;
  text-align: center;
}
.calendar-weekdays {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0.25rem;
  margin-bottom: 0.5rem;
}
.calendar-weekday {
  text-align: center;
  font-size: 0.85rem;
  font-weight: 600;
  color: #4a5d8c;
  padding: 0.5rem 0;
}
.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0.25rem;
}
.calendar-day {
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 2px solid transparent;
  border-radius: 8px;
  font-size: 0.95rem;
  color: #0b183d;
  cursor: pointer;
  transition: all 0.15s ease;
}
.calendar-day:hover:not(.is-outside-month):not(:disabled) {
  background: #f0f4ff;
  border-color: #c2d0ea;
}
.calendar-day.is-outside-month {
  color: #a8b5cc;
  cursor: default;
}
.calendar-day.is-today {
  font-weight: 600;
  background: #e4ecff;
}
.calendar-day.range-start,
.calendar-day.range-end {
  background: #006ec4;
  color: #fff;
  font-weight: 600;
}
.calendar-day.in-range {
  background: #e4ecff;
  color: #0b183d;
}
.calendar-day:disabled {
  color: #c2d0ea;
  cursor: not-allowed;
  opacity: 0.5;
}
.occupancy-content .occupancy-counter {
  margin-bottom: 1.5rem;
  padding: 1rem;
  background: #f8faff;
  border-radius: 12px;
}
.occupancy-content .occupancy-done {
  display: none;
}
@media (min-width: 641px) {
  .calendar-overlay,
  .occupancy-overlay {
    background-color: rgba(11, 27, 68, 0.4);
  }
}
.cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background-color: var(--blue-900, #0b2b68);
  color: #fff;
  box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.2);
}
.cookie-banner__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 14px 16px;
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cookie-banner__text {
  flex: 1 1 360px;
  line-height: 1.4;
}
.cookie-banner__text a {
  color: #ffd66b;
  text-decoration: underline;
}
.cookie-banner__actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cookie-btn {
  cursor: pointer;
  border: none;
  border-radius: 6px;
  padding: 8px 16px;
  font: inherit;
  font-weight: 600;
}
.cookie-btn--primary {
  background-color: #ffd66b;
  color: #0b2b68;
}
.cookie-btn--secondary {
  background-color: rgba(255, 255, 255, 0.16);
  color: #fff;
}
.cookie-btn:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}
.cookie-banner button {
  min-width: 120px;
}
@media (max-width: 480px) {
  .cookie-banner__actions {
    width: 100%;
    justify-content: stretch;
  }
  .cookie-banner button {
    flex: 1 1 auto;
  }
}
/* Hotelsmarket brand: cookie banner overrides */
body[data-brand="hotelsmarket"] .cookie-banner {
  background-color: #f0f0f0;
  color: #222;
  box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.1);
}
body[data-brand="hotelsmarket"] .cookie-banner__text a {
  color: #0066cc;
}
body[data-brand="hotelsmarket"] .cookie-btn--primary {
  background-color: #0066cc;
  color: #fff;
}
body[data-brand="hotelsmarket"] .cookie-btn--secondary {
  background-color: rgba(0, 0, 0, 0.08);
  color: #222;
}
body[data-brand="hotelsmarket"] .cookie-btn:focus-visible {
  outline-color: #0066cc;
}
.more-hotels-bar {
  max-width: 1100px;
  margin: 1.25rem auto 0;
  padding: 0 1.5rem;
}
.more-hotels-link { }
@media (max-width: 880px) {
  .more-hotels-bar { padding: 0 1rem; }
}
@media (max-width: 640px) {
  .more-hotels-bar {
    max-width: 100%;
    margin: 1.25rem 0 0;
    padding: 0 .5rem;
  }
}
.more-hotels-link {
  display: block;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  padding: 14px 18px;
  border-radius: 12px;
  background: #006ce4;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(0, 108, 228, 0.2);
  transition: background 0.2s ease, box-shadow 0.2s ease;
}
.more-hotels-link:hover,
.more-hotels-link:focus-visible {
  background: #0058c4;
  box-shadow: 0 10px 24px rgba(0, 88, 196, 0.28);
  outline: none;
}
.more-hotels-link:focus-visible {
  outline: 2px solid #00a6ff;
  outline-offset: 2px;
}


.hotel-rating-row .rating-badge{background:#e6f5e9;color:#0a1a00;box-shadow:inset 0 0 0 1px #b5dbc3}.hotel-rating-row.rating-tier-10 .rating-badge{background:#d4eddd;color:#0a1a00}.hotel-rating-row.rating-tier-9 .rating-badge{background:#d8f1e2;color:#0a1a00}.hotel-rating-row.rating-tier-8 .rating-badge{background:#e0f4e9;color:#0a1a00}.hotel-rating-row.rating-tier-7 .rating-badge{background:#e7f6ee;color:#0a1a00}.hotel-rating-row.rating-tier-6 .rating-badge{background:#edf8f2;color:#0a1a00}.hotel-rating-row.rating-tier-5 .rating-badge{background:#f2ecce;color:#0a1a00}.hotel-rating-row.rating-tier-4 .rating-badge{background:#f6e3bf;color:#0a1a00}.hotel-rating-row.rating-tier-3 .rating-badge{background:#f8d8cd;color:#0a1a00}.hotel-rating-row.rating-tier-2 .rating-badge{background:#f8cfd0;color:#0a1a00}.hotel-rating-row.rating-tier-1 .rating-badge{background:#e5e5e5;color:#0a1a00}.hotel-rating-row.rating-tier-0 .rating-badge{background:#d9d9d9;color:#0a1a00}

.popular-badge{background:#9b3f00;color:#fff}.highly-rated-badge{background:#1f4f00;color:#fff}

/* Mobile map toggle button for listings view */
.mobile-map-toggle {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 16px;
  display: none;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  background: #006ce4;
  color: #fff;
  text-decoration: none;
  border-radius: 999px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.01em;
  box-shadow: 0 10px 24px rgba(0, 108, 228, 0.25);
  z-index: 120;
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.mobile-map-toggle:hover,
.mobile-map-toggle:focus-visible {
  background: #0058c4;
  box-shadow: 0 12px 26px rgba(0, 88, 196, 0.3);
  outline: none;
}
.mobile-map-toggle:focus-visible {
  outline: 2px solid #00a6ff;
  outline-offset: 3px;
}
.mobile-map-toggle:active {
  transform: translateX(-50%) translateY(1px);
}
.mobile-map-toggle__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}
.mobile-map-toggle svg {
  display: block;
  width: 20px;
  height: 20px;
  color: inherit;
}
.mobile-map-toggle__label {
  font-size: 1rem;
}
@media (max-width: 880px) {
  body[data-page="listings"] .mobile-map-toggle {
    display: inline-flex;
    bottom: calc(16px + env(safe-area-inset-bottom, 0px));
  }
}

/* Desktop map button beside title - match #hotel-list alignment exactly */
.page-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0;
}
.page-header .page-title {
  margin: 0;
  margin-inline-start: 0;
  flex: 1 1 auto;
  min-width: 0;
}
.desktop-map-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  min-width: 140px;
  gap: 8px;
  color: #0b183d;
  font-weight: 700;
  text-decoration: none;
  border-radius: 12px;
  border: 1px solid #a8c4e8;
  background: url('/assets/map.png') center/cover no-repeat;
  box-shadow: 0 8px 18px rgba(0, 108, 228, 0.12);
  transition: transform 0.15s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  text-shadow: 0 1px 3px rgba(255,255,255,1), 0 0 8px rgba(255,255,255,0.8);
}
.desktop-map-link:hover,
.desktop-map-link:focus-visible {
  border-color: #99b5f2;
  box-shadow: 0 10px 22px rgba(0, 88, 196, 0.2);
  transform: translateY(-1px);
  outline: none;
}
.desktop-map-link:focus-visible {
  outline: 2px solid #00a6ff;
  outline-offset: 3px;
}
.desktop-map-link:active {
  transform: translateY(0);
}
/* Mid resolutions */
@media (min-width: 481px) and (max-width: 1150px) {
  .page-header {
    padding: 1.5rem 1.5rem 0 1.5rem;
  }
}
/* Large resolutions - preserve top spacing */
@media (min-width: 1151px) {
  .page-header {
    padding-top: 1.5rem;
  }
}
/* Small resolutions */
@media (max-width: 640px) {
  .page-header {
    margin: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1.5rem;
    padding-bottom: 0;
  }
}
@media (max-width: 880px) {
  .desktop-map-link {
    display: none;
  }
}
