/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@15.4.11_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4_sass@1.98.0/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[2]!./node_modules/.pnpm/next@15.4.11_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4_sass@1.98.0/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[3]!./src/components/hotels/HotelCard.module.css ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.HotelCard_card__7mFhI {
  display: block;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow:
    0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -2px rgba(0, 0, 0, 0.1);
  background: #fff;
  transition: box-shadow 0.2s;
  text-decoration: none;
  color: inherit;
}

.HotelCard_card__7mFhI:hover {
  box-shadow:
    0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -4px rgba(0, 0, 0, 0.1);
}

.HotelCard_imageWrapper__P87F6 {
  position: relative;
  height: 12rem;
  width: 100%;
}

.HotelCard_image__WqMkV {
  object-fit: cover;
}

.HotelCard_body__3CZBb {
  padding: 1rem;
}

.HotelCard_title__y5v_O {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--color-primary, #007fab);
}

.HotelCard_subtitle__L50qA {
  font-size: 0.875rem;
  color: #6b7280;
  margin-top: 0.25rem;
}

.HotelCard_intro__UhaLt {
  font-size: 0.875rem;
  color: var(--color-dark, #212529);
  margin-top: 0.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.HotelCard_galleryBadge__4gIYf {
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 0.75rem;
  padding: 0.25rem 0.5rem;
  border-radius: 0.375rem;
  pointer-events: none;
}

.HotelCard_galleryHint__fiHUX {
  display: inline-block;
  margin-top: 0.5rem;
  font-size: 0.8125rem;
  color: var(--color-primary, #007fab);
  font-weight: 500;
}

/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@15.4.11_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4_sass@1.98.0/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[2]!./node_modules/.pnpm/next@15.4.11_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4_sass@1.98.0/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[3]!./src/styles/pages.module.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* ── Shared page layout classes ── */

.pages_pageWide__FSDRD {
  max-width: 80rem;
  margin: 0 auto;
  padding: 2rem 1rem;
}

.pages_pageNarrow__u4PJx {
  max-width: 56rem;
  margin: 0 auto;
  padding: 2rem 1rem;
}

.pages_pageXnarrow__g4xCx {
  max-width: 42rem;
  margin: 0 auto;
  padding: 2rem 1rem;
}

.pages_pageTitle__4LVB7 {
  font-size: 1.875rem;
  font-weight: 700;
  color: var(--color-primary, #007fab);
  margin-bottom: 2rem;
}

.pages_pageTitleCompact__y8Cmq {
  margin-bottom: 1rem;
}

.pages_subtitle__cbcx6 {
  color: #4b5563;
  margin-bottom: 2rem;
}

.pages_emptyMessage__OVyFT {
  color: #6b7280;
}

.pages_cardGrid__8A98o {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .pages_cardGrid__8A98o {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .pages_cardGrid__8A98o {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* prose replacement for raw HTML content */

.pages_prose__npjiM {
  max-width: none;
  font-size: 1.125rem;
  line-height: 1.75;
  color: #374151;
}

.pages_prose__npjiM h2 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.pages_prose__npjiM h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}

.pages_prose__npjiM p {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.pages_prose__npjiM a {
  color: var(--color-primary, #007fab);
  text-decoration: underline;
}

.pages_prose__npjiM img {
  max-width: 100%;
  height: auto;
  border-radius: 0.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.pages_prose__npjiM ul,
.pages_prose__npjiM ol {
  padding-left: 1.5rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.pages_prose__npjiM li {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.pages_prose__npjiM blockquote {
  border-left: 4px solid #e5e7eb;
  padding-left: 1rem;
  font-style: italic;
  color: #6b7280;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.pages_proseContainer__RW8f9 {
  max-width: 64rem;
  margin: 0 auto;
  padding: 2rem 1rem;
}

/* utility */

.pages_textCenter__7_h_q {
  text-align: center;
}

.pages_destGrid__yc0cT {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 2rem;
}

.pages_travelCtaRow__ANe57 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  gap: 1.5rem;
  padding: 2.5rem 1rem;
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@15.4.11_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4_sass@1.98.0/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[2]!./node_modules/.pnpm/next@15.4.11_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4_sass@1.98.0/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[3]!./src/components/hotels/HotelsListPage.module.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* ── Page title ─────────────────────────────────────────────────────────── */
.HotelsListPage_title__MY4lv {
  font-size: 1.875rem;
  font-weight: 700;
  color: var(--color-primary, #007fab);
  margin-bottom: 1.25rem;
}
/* ── Filter bar ─────────────────────────────────────────────────────────── */
.HotelsListPage_filterBar__FsrIk {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.625rem;
  padding: 0.875rem 1rem;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
  margin-bottom: 1.75rem;
}
/* Code search ── */
.HotelsListPage_searchWrap__AIUCC {
  position: relative;
  display: flex;
  align-items: center;
  flex: 1;
  min-width: 140px;
  max-width: 220px;
}
.HotelsListPage_searchIcon__JKEnn {
  position: absolute;
  left: 0.625rem;
  color: #94a3b8;
  pointer-events: none;
  flex-shrink: 0;
}
.HotelsListPage_codeInput__6wrA5 {
  width: 100%;
  padding: 0.5rem 0.625rem 0.5rem 2rem;
  border: 1px solid #cbd5e1;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  color: #1e293b;
  background: #fff;
  outline: none;
  transition: border-color 0.15s;
}
.HotelsListPage_codeInput__6wrA5:focus {
  border-color: var(--color-primary, #007fab);
}
.HotelsListPage_codeInput__6wrA5::placeholder {
  color: #94a3b8;
}
/* Selects ── */
.HotelsListPage_filterSelect__3PIhv {
  padding: 0.5rem 2rem 0.5rem 0.75rem;
  border: 1px solid #cbd5e1;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  color: #1e293b;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") no-repeat right 0.5rem center;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
  transition: border-color 0.15s;
  flex-shrink: 0;
}
.HotelsListPage_filterSelect__3PIhv:focus {
  border-color: var(--color-primary, #007fab);
}
/* Meta (count + clear) ── */
.HotelsListPage_filterMeta__OLgFu {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-left: auto;
  flex-shrink: 0;
}
.HotelsListPage_count__V57OA {
  font-size: 0.8125rem;
  color: #64748b;
  font-weight: 500;
  white-space: nowrap;
}
.HotelsListPage_clearBtn__y_wuY {
  font-size: 0.8125rem;
  color: var(--color-primary, #007fab);
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  text-decoration: underline;
  white-space: nowrap;
}
.HotelsListPage_clearBtn__y_wuY:hover {
  color: #005577;
}
/* ── Gallery modal ───────────────────────────────────────────────────────── */
.HotelsListPage_galleryOverlay__4kKBr {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 1000;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  animation: HotelsListPage_fadeIn__Al_LA 0.2s ease;
}
@keyframes HotelsListPage_fadeIn__Al_LA {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.HotelsListPage_galleryModal__PZ5nG {
  background: #fff;
  width: 100%;
  max-width: 1100px;
  max-height: 90vh;
  border-radius: 1rem 1rem 0 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  animation: HotelsListPage_slideUp__Eb3wX 0.25s ease;
}
@keyframes HotelsListPage_slideUp__Eb3wX {
  from { transform: translateY(40px); opacity: 0; }
  to   { transform: translateY(0);    opacity: 1; }
}
.HotelsListPage_galleryHeader__0cUow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.25rem;
  border-bottom: 1px solid #e2e8f0;
  flex-shrink: 0;
}
.HotelsListPage_galleryTitle__BZ0cy {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-weight: 600;
  font-size: 1.0625rem;
  color: #1e293b;
}
.HotelsListPage_galleryCount__vZtfX {
  font-size: 0.8125rem;
  font-weight: 400;
  color: #64748b;
  background: #f1f5f9;
  padding: 2px 8px;
  border-radius: 12px;
}
.HotelsListPage_galleryClose__REShE {
  font-size: 1.5rem;
  line-height: 1;
  background: none;
  border: none;
  cursor: pointer;
  color: #64748b;
  padding: 0.25rem 0.5rem;
  border-radius: 0.375rem;
  transition: background 0.15s, color 0.15s;
}
.HotelsListPage_galleryClose__REShE:hover {
  background: #f1f5f9;
  color: #1e293b;
}
.HotelsListPage_galleryGrid__hCCN9 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 0.5rem;
  padding: 1rem;
  overflow-y: auto;
  flex: 1;
}
.HotelsListPage_galleryThumb___AfiB {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 0.5rem;
  background: #f1f5f9;
  border: none;
  cursor: pointer;
  transition: transform 0.15s, box-shadow 0.15s;
}
.HotelsListPage_galleryThumb___AfiB:hover {
  transform: scale(1.02);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.HotelsListPage_galleryThumbImg__nzg1n {
  object-fit: cover;
  transition: transform 0.2s;
}
/* ── Lightbox ────────────────────────────────────────────────────────────── */
.HotelsListPage_lightbox__LOZJ4 {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.92);
  z-index: 1010;
  display: flex;
  align-items: center;
  justify-content: center;
}
.HotelsListPage_lightboxImg__DYLHQ {
  position: relative;
  width: min(90vw, 1200px);
  height: min(85vh, 800px);
}
.HotelsListPage_lightboxImgEl__G1a6F {
  object-fit: contain;
}
.HotelsListPage_lightboxCaption__p4b0V {
  position: absolute;
  bottom: -2rem;
  left: 0;
  right: 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.875rem;
}
.HotelsListPage_lightboxClose__sYu_r {
  position: fixed;
  top: 1rem;
  right: 1.25rem;
  font-size: 2rem;
  line-height: 1;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  opacity: 0.8;
  z-index: 1011;
}
.HotelsListPage_lightboxClose__sYu_r:hover { opacity: 1; }
.HotelsListPage_lightboxNav__oYMm4 {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  font-size: 3rem;
  line-height: 1;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  opacity: 0.6;
  padding: 0 1rem;
  z-index: 1011;
  transition: opacity 0.15s;
}
.HotelsListPage_lightboxNav__oYMm4:hover { opacity: 1; }
.HotelsListPage_lightboxPrev__YWUZk { left: 0.5rem; }
.HotelsListPage_lightboxNext__4LrXy { right: 0.5rem; }
/* ── Responsive ─────────────────────────────────────────────────────────── */
@media (max-width: 640px) {
  .HotelsListPage_filterBar__FsrIk {
    flex-direction: column;
    align-items: stretch;
  }
  .HotelsListPage_searchWrap__AIUCC {
    max-width: none;
  }
  .HotelsListPage_filterMeta__OLgFu {
    margin-left: 0;
    justify-content: space-between;
  }
}

