.hotel-result-photo--empty{background:#eef2f8;position:relative}
.hotel-result-photo--empty::after{content:"Photo not uploaded";position:absolute;inset:0;display:grid;place-items:center;color:#7a849c;font-size:.8rem}
.agent-photo-empty{min-height:220px;border-radius:.75rem}
.airport-empty{margin:0;color:#7a849c;font-size:.85rem}
.tour-price-pending{font-size:.92rem;color:#6f7890}
.tour-empty-data{padding:1.2rem;color:#6f7890;background:#f7f8fb;border-radius:.7rem}
.live-search-animation {
  grid-column: 1 / -1;
  min-height: 310px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 12px;
  padding: 42px;
  text-align: center;
  border: 1px solid rgba(9, 40, 116, .1);
  border-radius: 22px;
  background: linear-gradient(145deg, #fff 20%, #f3f7ff);
}
.live-search-animation h2 { margin: 4px 0 0; color: #082874; font-size: 1.35rem; }
.live-search-animation p { margin: 0; color: #68738e; }
.home-search-loading { position: fixed; z-index: 1000; inset: 0; display: grid; place-items: center; padding: 20px; background: rgba(4,19,61,.52); backdrop-filter: blur(7px); }
.home-search-loading[hidden] { display: none; }
.home-search-loading .live-search-animation { width: min(480px, 100%); min-height: 220px; box-shadow: 0 28px 80px rgba(2,15,55,.28); }
.search-submit:disabled { cursor: wait; opacity: .82; }
.live-search-loader { position: relative; width: 110px; height: 48px; }
.live-search-loader i { position: absolute; bottom: 4px; width: 9px; height: 9px; border-radius: 50%; background: #94afe7; animation: live-search-dot 1.4s infinite ease-in-out; }
.live-search-loader i:nth-child(1) { left: 9px; }
.live-search-loader i:nth-child(2) { left: 50px; animation-delay: .18s; }
.live-search-loader i:nth-child(3) { right: 9px; animation-delay: .36s; }
.live-search-loader span { position: absolute; top: 0; left: 42px; color: #bd5a0c; font-size: 28px; animation: live-search-plane 1.7s infinite ease-in-out; }
.live-search-progress { width: min(280px, 80vw); height: 5px; overflow: hidden; border-radius: 99px; background: #e2e9f8; }
.live-search-progress i { display: block; width: 42%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #082874, #bd5a0c); animation: live-search-progress 1.35s ease-in-out infinite; }
@keyframes live-search-dot { 50% { transform: translateY(-9px); background: #082874; } }
@keyframes live-search-plane { 50% { transform: translateY(-9px) rotate(-5deg); } }
@keyframes live-search-progress { 0% { transform: translateX(-110%); } 100% { transform: translateX(340%); } }
@media (prefers-reduced-motion: reduce) { .live-search-loader i, .live-search-loader span, .live-search-progress i { animation-duration: .01ms; animation-iteration-count: 1; } }

.hotel-result-flights { display: grid; gap: 4px; margin-top: 9px; }
.hotel-result-flights > span { display: grid; grid-template-columns: 77px minmax(0, 1fr); gap: 8px; align-items: baseline; color: #43506e; font-size: 11px; line-height: 1.45; }
.hotel-result-flights > span > b { color: #7a849c; }
.hotel-result-flights > span > small { color: #43506e; font-size: 11px; }
.hotel-result-flights strong { color: #102f7d; font-size: 11px; }

.detail-airport-options { margin: 18px 0 22px; padding: 20px; border: 1px solid #e3e8f2; border-radius: 14px; background: #fff; }
.detail-meal-selector { display: grid; grid-template-columns: auto minmax(180px, 1fr); align-items: center; gap: 7px 12px; margin: 12px 0; color: #082874; font-size: .86rem; font-weight: 700; }
.detail-meal-selector[hidden] { display: none; }
.detail-meal-selector select { min-height: 42px; padding: 0 38px 0 12px; border: 1px solid #d9e0ed; border-radius: 9px; color: #082874; background: #fff; font: inherit; cursor: pointer; }
.detail-meal-selector small { grid-column: 2; min-height: 1em; color: #9b3d20; font-size: .72rem; font-weight: 500; }
.detail-airport-options h2 { margin: 0 0 14px; color: #082874; font-size: 1.05rem; }
#detail-airport-option-list { display: grid; gap: 10px; }
.detail-airport-option { width: 100%; display: grid; grid-template-columns: 1fr 1fr auto auto; align-items: center; gap: 14px; padding: 13px 15px; border: 1px solid #e4e9f3; border-radius: 11px; background: #fff; color: inherit; font: inherit; text-align: left; cursor: pointer; }
.detail-airport-option.selected { border-color: #143b98; background: #f4f7ff; }
.detail-airport-option span { display: grid; gap: 3px; }
.detail-airport-option small { color: #74809b; font-size: .9rem; }
.detail-airport-option b { color: #082874; white-space: nowrap; }
.detail-airport-option em { padding: 5px 9px; border-radius: 99px; color: #fff; background: #143b98; font-size: .72rem; font-style: normal; }
@media (max-width: 700px) { .detail-airport-option { grid-template-columns: 1fr 1fr; } }

.offer-refresh-overlay {
  position: fixed;
  z-index: 75;
  inset: 88px 0 0;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(248,250,255,.72);
  backdrop-filter: blur(5px);
}
.offer-refresh-overlay[hidden] { display: none; }
.offer-refresh-overlay .live-search-animation {
  width: min(480px, 100%);
  min-height: 220px;
  border: 0;
  box-shadow: 0 25px 70px rgba(3,22,75,.16);
}
.hotel-offer-loading-page { display: grid; align-items: start; }
.hotel-offer-loading-shell {
  position: relative;
  min-height: 610px;
  margin-top: 18px;
  overflow: hidden;
  border: 1px solid #e2e7f0;
  border-radius: 20px;
  background: #fff;
}
.hotel-offer-loading-shell > .live-search-animation {
  position: absolute;
  z-index: 2;
  inset: 0;
  min-height: 100%;
  border: 0;
  background: rgba(248,250,255,.7);
  backdrop-filter: blur(4px);
}
.offer-loading-layout {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 28px;
  padding: 34px;
}
.offer-loading-gallery,
.offer-loading-copy i {
  display: block;
  background: linear-gradient(90deg,#edf1f7 0%,#fafbfd 45%,#edf1f7 100%);
  background-size: 220% 100%;
  animation: hotel-shimmer 1.35s linear infinite;
}
.offer-loading-gallery { height: 380px; border-radius: 16px; }
.offer-loading-copy { display: grid; align-content: start; gap: 20px; padding-top: 18px; }
.offer-loading-copy i { height: 24px; border-radius: 8px; }
.offer-loading-copy i:first-child { width: 76%; height: 42px; }
.offer-loading-copy i:nth-child(2) { width: 45%; }
.offer-loading-copy i:nth-child(3) { width: 92%; height: 78px; }
.offer-loading-copy i:nth-child(4) { width: 100%; height: 150px; }
@media (max-width: 900px) {
  .offer-refresh-overlay { inset: 82px 0 0; }
  .offer-loading-layout { grid-template-columns: 1fr; padding: 22px; }
  .offer-loading-gallery { height: 300px; }
}

.tour-detail-photo--empty::after { content: "Tour photo not uploaded"; position: absolute; inset: 0; display: grid; place-items: center; color: #7a849c; font-size: .85rem; }
.tour-detail-gallery { position: absolute; z-index: 3; right: max(22px, calc((100vw - 1180px) / 2)); bottom: 16px; display: flex; gap: 7px; max-width: 44vw; overflow-x: auto; padding: 3px; }
.tour-detail-gallery[hidden] { display: none; }
.tour-detail-gallery button { width: 66px; height: 45px; flex: 0 0 auto; overflow: hidden; padding: 0; border: 2px solid rgba(255,255,255,.72); border-radius: 7px; background: #fff; box-shadow: 0 4px 14px rgba(6,29,96,.16); cursor: pointer; opacity: .78; }
.tour-detail-gallery button.active { border-color: #bd5a0c; opacity: 1; }
.tour-detail-gallery img { width: 100%; height: 100%; display: block; object-fit: cover; }
@media (max-width: 760px) { .tour-detail-gallery { right: 12px; bottom: 10px; max-width: calc(100vw - 24px); } }
