/* Same font and interaction tokens as the current /ez/ theme. */
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable-dynamic-subset.min.css");
/* Scoped to the four legacy entry templates; booking/payment pages do not load this file. */
body.gz-reservation {
  --gz-r-brand: #1570ef;
  --gz-r-brand-dark: #0b4da2;
  --gz-r-soft: #eaf2fe;
  --gz-r-ink: #334155;
  --gz-r-muted: #5b6b7f;
  --gz-r-line: #e6ecf3;
  margin: 0;
  background: #f8fafc;
  color: var(--gz-r-ink);
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  -webkit-font-smoothing: antialiased;
  letter-spacing: -.015em;
  word-break: keep-all;
  overflow-wrap: break-word;
}
body.gz-reservation .wrapper {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  width: calc(100% - 32px);
  max-width: 1300px;
  margin: 20px auto;
  overflow: visible;
  border: 0;
  border-radius: 16px;
  box-shadow: none;
  box-sizing: border-box;
}
body.gz-reservation .product-list {
  flex: 1;
  min-width: 0;
  width: auto;
  max-width: 100%;
  padding: 24px;
  border: 1px solid var(--gz-r-line);
  border-radius: 16px;
  background: #fff;
  box-sizing: border-box;
}
body.gz-reservation .product-list img { max-width: 100%; }
body.gz-reservation .hotel-title,
body.gz-reservation .facilities-list,
body.gz-reservation .sidebar h4,
body.gz-reservation .sidebar .alert-info,
body.gz-reservation .sidebar .alert-hotel,
body.gz-reservation .sidebar .dropdown-toggle,
body.gz-reservation .sidebar .st-icheck-item > label { word-break: keep-all; overflow-wrap: break-word; }
body.gz-reservation .product-notification-area,
body.gz-reservation .product-notification-area .swiper { width: 100%; max-width: 100%; min-width: 0; }
body.gz-reservation.gz-r-quote .product-list iframe { display: block; width: 100%; max-width: 100%; height: auto; aspect-ratio: 16 / 9; }
body.gz-reservation .sidebar {
  background: #eff3f8;
  color: var(--gz-r-ink);
  border: 0;
  box-sizing: border-box;
}
body.gz-reservation .sidebar-menu,
body.gz-reservation .sidebar-menu.fixed,
body.gz-reservation .sidebar-menu.at-bottom {
  position: static !important;
  top: auto !important;
  bottom: auto !important;
  width: 100% !important;
  max-height: none;
  transform: none;
  transition: none;
}
body.gz-reservation .sidebar form { width: 100%; min-width: 0; }
body.gz-reservation .sidebar form > ul,
body.gz-reservation .sidebar-menu > ul { padding: 0; margin: 0; }
body.gz-reservation .sidebar form > ul > li,
body.gz-reservation .sidebar-menu > ul > li {
  margin: 0 0 14px;
  padding: 20px 16px;
  border: 1px solid var(--gz-r-line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 2px 6px rgba(16,24,40,.025);
  overflow: visible;
}
body.gz-reservation .sidebar h4 {
  margin: 0 0 14px;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 750;
  color: var(--gz-r-ink);
}
body.gz-reservation .sidebar .toolbar-action,
body.gz-reservation .sidebar .toolbar-action > li,
body.gz-reservation .sidebar .thisToolbar {
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
body.gz-reservation .sidebar .form-extra-field {
  width: 100%; margin: 0; padding: 0; border: 0; background: transparent;
}
body.gz-reservation .sidebar .thisToolbar .toolbar-action > li { width: 100%; margin: 0; padding: 0; border: 0; }
body.gz-reservation .sidebar .dropdown-toggle,
body.gz-reservation .sidebar input[type="text"],
body.gz-reservation .sidebar input[type="tel"],
body.gz-reservation .sidebar input[type="email"],
body.gz-reservation .sidebar select,
body.gz-reservation .sidebar textarea,
body.gz-reservation #dateSelectionButton {
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  min-height: 44px;
  height: auto;
  padding: 10px 12px;
  border: 1px solid #d5deea;
  border-radius: 10px;
  background: #fff;
  color: var(--gz-r-ink);
  font-size: 15px;
  line-height: 1.45;
  font-weight: 500;
  white-space: normal;
  text-align: left;
}
body.gz-reservation #dateSelectionButton { display: block; cursor: pointer; }
body.gz-reservation .sidebar textarea { min-height: 104px; resize: vertical; }
body.gz-reservation .sidebar .dropdown-menu {
  box-sizing: border-box;
  max-width: min(340px, calc(100vw - 48px));
  max-height: min(340px, 48dvh);
  overflow-y: auto;
  overscroll-behavior-y: contain;
  border: 1px solid var(--gz-r-line);
  border-radius: 12px;
  padding: 8px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(20,40,70,.14);
}
body.gz-reservation .sidebar .st-icheck-item > label {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 15px;
  line-height: 1.5;
  white-space: normal;
}
body.gz-reservation .sidebar .alert-info,
body.gz-reservation .sidebar .alert-hotel {
  display: block;
  margin: 12px 0 0;
  padding: 0 0 0 10px;
  border: 0;
  border-left: 2px solid #d7e6fb;
  border-radius: 0;
  background: transparent !important;
  color: var(--gz-r-muted);
  font-size: 13px;
  line-height: 1.7;
  text-align: left;
}
body.gz-reservation .sidebar form > ul > li > div > button,
body.gz-reservation .sidebar form > ul > li > button {
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid #d5deea;
  border-radius: 10px;
  background: #fff;
  color: var(--gz-r-muted);
  font-size: 14px;
  line-height: 1.45;
}
body.gz-reservation .sidebar button.selected {
  background: var(--gz-r-brand);
  border-color: var(--gz-r-brand);
  color: #fff;
  font-weight: 700;
}
body.gz-reservation .sidebar-buttons { width: 100%; padding: 8px 0; gap: 10px; }
body.gz-reservation .sidebar-buttons .apply-filter-button,
body.gz-reservation .booking-button,
body.gz-reservation .hotel-card .cta,
body.gz-reservation .gz-r-openbtn {
  box-sizing: border-box;
  min-height: 48px;
  padding: 12px 18px;
  border: 1px solid var(--gz-r-brand);
  border-radius: 12px;
  background: var(--gz-r-brand);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  cursor: pointer;
}
body.gz-reservation .sidebar-buttons .reset-button {
  min-height: 44px;
  border: 1px solid #d5deea;
  border-radius: 12px;
  background: #fff;
  color: var(--gz-r-muted);
  font-size: 14px;
}
body.gz-reservation button:disabled { cursor: not-allowed; opacity: .55; }
body.gz-reservation :focus-visible { outline: 3px solid #95befa; outline-offset: 3px; }
body.gz-reservation .thisMenu { background: #fff; border-radius: 0; border-bottom: 1px solid var(--gz-r-line); }
body.gz-reservation .menubar { gap: 0; }
body.gz-reservation .menubar li a {
  min-height: 48px;
  padding: 14px 4px 12px;
  border-radius: 0;
  border-bottom: 3px solid transparent;
  background: transparent;
  color: var(--gz-r-muted);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
}
body.gz-reservation .menubar li.active a { color: var(--gz-r-brand); border-bottom-color: var(--gz-r-brand); background: transparent; }
body.gz-reservation .hotel-card { border: 1px solid var(--gz-r-line); border-radius: 16px; overflow: hidden; box-shadow: 0 3px 14px rgba(20,40,70,.04); }
body.gz-reservation .hotel-title { color: var(--gz-r-ink); font-weight: 750; }
body.gz-reservation .hotel-price { color: var(--gz-r-brand-dark); }
body.gz-reservation .hotel-list { min-width: 0; max-width: 100%; }
/* The legacy golf template prints the same list twice; keep all DOM IDs and handlers. */
body.gz-reservation.gz-r-golf .product-list > #hotel-list ~ #hotel-list { display: none; }
body.gz-reservation .gz-r-panel-head,
body.gz-reservation .gz-r-dock { display: none; }
body.gz-reservation .sidebar form .gz-r-date-link {
  display: block;
  width: 100%;
  margin-top: 14px;
  min-height: 44px;
  padding: 10px;
  border: 1px solid #bcd3f5;
  border-radius: 10px;
  color: var(--gz-r-brand-dark);
  background: var(--gz-r-soft);
  font-size: 14px;
  font-weight: 650;
  cursor: pointer;
}
@media (min-width: 769px) {
  body.gz-reservation .sidebar {
    position: sticky;
    top: 16px;
    align-self: flex-start;
    flex: 0 0 350px;
    width: 350px;
    max-height: calc(100dvh - 32px);
    height: auto;
    padding: 16px 12px;
    border-radius: 16px;
    overflow-y: auto;
    overscroll-behavior-y: contain;
    scrollbar-width: thin;
  }
  body.gz-reservation .sidebar .thisLogo { max-width: 100%; margin: 0 0 20px; }
  body.gz-reservation .sidebar-overlay { display: none !important; }
}
@media (min-width: 769px) and (max-width: 1100px) {
  body.gz-reservation .wrapper { gap: 16px; }
  body.gz-reservation .sidebar { flex-basis: 310px; width: 310px; padding: 12px 8px; }
  body.gz-reservation .product-list { padding: 18px; }
}
@media (max-width: 768px) {
  body.gz-reservation { padding-bottom: calc(88px + env(safe-area-inset-bottom, 0px)); }
  body.gz-reservation.no-scroll { height: auto; overflow: hidden; }
  body.gz-reservation .wrapper { display: block; width: 100%; margin: 0; padding: 0; border-radius: 0; }
  body.gz-reservation .product-list { width: 100%; padding: 0 16px 24px; border: 0; border-radius: 0; }
  body.gz-reservation .mobile-menu {
    position: relative;
    width: 100%;
    min-height: 72px;
    height: auto;
    margin: 0;
    padding: 14px 16px;
    background: #fff;
    border-bottom: 1px solid var(--gz-r-line);
    box-sizing: border-box;
  }
  body.gz-reservation .mobile-menu .thisLogo { width: min(62%, 250px); margin: 0; }
  body.gz-reservation .mobile-menu .thisLogo img { max-width: 100%; height: auto; }
  body.gz-reservation .mobile-menu .mobile-menu-toggle {
    position: static;
    min-height: 44px;
    width: auto;
    padding: 10px 12px;
    border: 1px solid #d5deea;
    border-radius: 10px;
    color: var(--gz-r-brand-dark);
    background: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
  }
  body.gz-reservation .sidebar {
    position: fixed;
    inset: 0 auto auto -110vw;
    width: 100%;
    max-width: 100%;
    height: 100vh;
    height: 100dvh;
    margin: 0;
    padding: 0 16px calc(28px + env(safe-area-inset-bottom, 0px));
    border: 0;
    border-radius: 0;
    z-index: 1002;
    overflow-y: auto;
    overflow-x: hidden;
    overscroll-behavior-y: contain;
    -webkit-overflow-scrolling: touch;
    box-shadow: none;
    scrollbar-width: thin;
  }
  body.gz-reservation .sidebar.active { left: 0; }
  body.gz-reservation .sidebar .thisLogo,
  body.gz-reservation .sidebar .this-sidemenu-toggle { display: none !important; }
  body.gz-reservation .gz-r-panel-head {
    position: sticky;
    top: 0;
    z-index: 40;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 72px;
    margin: 0 -16px 16px;
    padding: max(12px, env(safe-area-inset-top, 0px)) 16px 12px;
    border-bottom: 1px solid var(--gz-r-line);
    background: #fff;
  }
  body.gz-reservation .gz-r-panel-title { margin: 0; font-size: 18px; line-height: 1.4; font-weight: 750; color: var(--gz-r-ink); }
  body.gz-reservation .gz-r-close { min-width: 60px; min-height: 44px; padding: 10px 12px; border: 1px solid #d5deea; border-radius: 10px; background: #fff; color: var(--gz-r-ink); font-size: 15px; cursor: pointer; }
  body.gz-reservation .sidebar .dropdown-toggle,
  body.gz-reservation .sidebar input[type="text"],
  body.gz-reservation .sidebar input[type="tel"],
  body.gz-reservation .sidebar input[type="email"],
  body.gz-reservation .sidebar select,
  body.gz-reservation .sidebar textarea,
  body.gz-reservation #dateSelectionButton { font-size: 16px; }
  body.gz-reservation .sidebar .thisAirSchedule:not(#calendarToggleButton) > tbody > tr {
    display: grid;
    grid-template-columns: 86px minmax(0, 1fr);
    align-items: center;
    gap: 6px 10px;
    padding: 7px 0;
  }
  body.gz-reservation .sidebar .thisAirSchedule:not(#calendarToggleButton) > tbody > tr > td {
    display: block;
    min-width: 0;
    width: auto !important;
    padding: 0 !important;
    text-align: left !important;
    font-size: 14px;
    word-break: keep-all;
    overflow-wrap: break-word;
  }
  body.gz-reservation .sidebar .thisAirSchedule .thisAirTime,
  body.gz-reservation .sidebar .thisAirSchedule .thisReAirTime,
  body.gz-reservation .sidebar .thisAirSchedule .txtADT,
  body.gz-reservation .sidebar .thisAirSchedule .txtCHD,
  body.gz-reservation .sidebar .thisAirSchedule .txtINF { grid-column: 2; color: var(--gz-r-muted); font-size: 13px !important; }
  body.gz-reservation .sidebar .thisAirSchedule > tbody > tr > td[colspan] { grid-column: 1 / -1; }
  body.gz-reservation .sidebar .thisPAX .toolbar-action { width: 100%; }
  body.gz-reservation .sidebar .thisAirSchedule:not(#calendarToggleButton):has(.divGolf) > tbody > tr { grid-template-columns: minmax(0, 1fr) 120px; padding: 9px 0; }
  body.gz-reservation .sidebar .thisPAX .dropdown-toggle { padding: 10px 6px; }
  body.gz-reservation .sidebar .dropdown-menu { left: auto; right: 0; min-width: min(250px, calc(100vw - 48px)); }
  body.gz-reservation .sidebar #calendarModal { max-width: calc(100vw - 32px); width: min(340px, calc(100vw - 32px)); left: 0; }
  body.gz-reservation .sidebar #datepicker { max-width: 100%; }
  body.gz-reservation .sidebar-buttons .apply-filter-button,
  body.gz-reservation .sidebar-buttons .reset-button { width: 100%; margin: 0 0 8px; }
  body.gz-reservation .booking-button { width: 100%; max-width: 100%; margin: 16px 0; }
  body.gz-reservation .gz-r-dock {
    position: fixed;
    inset: auto 0 0;
    z-index: 990;
    display: block;
    padding: 12px 16px max(12px, env(safe-area-inset-bottom, 0px));
    border-top: 1px solid var(--gz-r-line);
    background: #fff;
    box-shadow: 0 -4px 18px rgba(20,40,70,.045);
  }
  body.gz-reservation .gz-r-openbtn { width: 100%; min-height: 48px; }
  body.gz-reservation.gz-r-open .gz-r-dock { display: none; }
  body.gz-reservation .gz-float,
  body.gz-reservation .quick-menu,
  body.gz-reservation nav[aria-label="빠른 메뉴"] { bottom: calc(94px + env(safe-area-inset-bottom, 0px)) !important; }
  body.gz-reservation nav[aria-label="빠른 메뉴"] { position: static; display: flex; flex-direction: row; justify-content: center; width: auto; margin: 20px 16px; transform: none; }
  body.gz-reservation.gz-r-open .gz-float,
  body.gz-reservation.gz-r-open .quick-menu,
  body.gz-reservation.gz-r-open nav[aria-label="빠른 메뉴"] { display: none !important; }
  body.gz-reservation .menubar li a { font-size: 13px; }
  body.gz-reservation #hotel-list.hotel-list { width: 100%; grid-template-columns: minmax(0, 1fr); gap: 14px; }
  body.gz-reservation.gz-r-golf #hotel-list .hotel-card {
    display: grid;
    grid-template-columns: 104px minmax(0, 1fr);
    align-items: center;
    width: 100%;
    min-height: 128px;
  }
  body.gz-reservation.gz-r-golf #hotel-list .hotel-card > img { grid-column: 1; grid-row: 1 / 3; width: 88px; height: 104px; margin: 10px; border-radius: 10px; object-fit: cover; }
  body.gz-reservation.gz-r-golf #hotel-list .hotel-card .hotel-info { width: auto; min-width: 0; padding: 14px 12px 8px; gap: 8px; }
  body.gz-reservation.gz-r-golf #hotel-list .hotel-card .hotel-title { height: auto; font-size: 16px; line-height: 1.45; white-space: normal; }
  body.gz-reservation.gz-r-golf #hotel-list .hotel-card .facilities-list { font-size: 13px; line-height: 1.6; }
  body.gz-reservation.gz-r-golf #hotel-list .hotel-card .hotel-price { display: flex; flex-direction: row; align-items: center; justify-content: space-between; gap: 6px; width: auto; grid-column: 2; padding: 0 12px 12px; font-size: 15px; }
  body.gz-reservation.gz-r-golf #hotel-list .hotel-card .hotel-price .cta { padding: 8px 10px; min-height: 44px; font-size: 14px; }
  body.gz-reservation.gz-r-golf #hotel-list .hotel-card .badge-price { display: none; }
  body.gz-reservation.gz-r-shuttle #hotel-list .hotel-card { display: grid; grid-template-columns: 96px minmax(0, 1fr); width: 100%; align-items: start; }
  body.gz-reservation.gz-r-shuttle #hotel-list .hotel-card > img { width: 96px; height: 132px; object-fit: cover; grid-column: 1; grid-row: 1; }
  body.gz-reservation.gz-r-shuttle #hotel-list .hotel-card .hotel-info { width: auto; min-width: 0; padding: 12px 12px 12px 14px; gap: 8px; grid-column: 2; grid-row: 1; }
  body.gz-reservation.gz-r-shuttle #hotel-list .hotel-card .hotel-title { height: auto; margin: 0; padding: 0; font-size: 16px; line-height: 1.5; }
  body.gz-reservation.gz-r-shuttle #hotel-list .hotel-card .facilities { margin: 0; }
  body.gz-reservation.gz-r-shuttle #hotel-list .hotel-card .facilities-list { display: block; margin: 0; font-size: 14px; line-height: 1.65; }
  body.gz-reservation.gz-r-shuttle #hotel-list .hotel-card .badge-group { position: absolute; top: 8px; left: 6px; right: auto; display: flex; flex-direction: column; align-items: flex-start; gap: 4px; max-width: 88px; }
  body.gz-reservation.gz-r-shuttle #hotel-list .hotel-card .badge-group .badge { position: static; margin: 0; padding: 3px 5px; font-size: 10px; line-height: 1.4; white-space: nowrap; }
  body.gz-reservation.gz-r-shuttle #hotel-list .hotel-card > .badge-price,
  body.gz-reservation.gz-r-shuttle #hotel-list .hotel-card > .badge-real { display: none; }
  body.gz-reservation.gz-r-shuttle #hotel-list .hotel-card .hotel-price { position: static; display: flex; flex-direction: row; align-items: center; justify-content: space-between; grid-column: 1 / -1; width: auto; padding: 10px 14px; border-top: 1px solid var(--gz-r-line); font-size: 16px; text-align: left; }
  body.gz-reservation.gz-r-shuttle #hotel-list .hotel-card .hotel-price span { display: inline; float: none; width: auto; margin: 0; font-size: 16px; white-space: nowrap; }
  body.gz-reservation.gz-r-shuttle #hotel-list .hotel-card .hotel-price .thisKRW { font-size: 13px; margin-left: 2px; }
  body.gz-reservation.gz-r-shuttle #hotel-list .hotel-card .hotel-price .cta { float: none; width: auto; min-width: 72px; margin: 0; min-height: 44px; padding: 8px 16px; font-size: 14px; }
}
@media (prefers-reduced-motion: reduce) {
  body.gz-reservation .sidebar,
  body.gz-reservation .hotel-card { transition: none; }
}

/* Match the test theme's interaction states without importing its global layout. */
/* Keep the live ASP calendar inside the scrollable panel; its JS still owns display. */
body.gz-reservation .sidebar .calendar-dropdown-menu { position: relative; inset: auto; width: 100%; min-width: 0; max-width: 100%; margin-top: 12px; padding: 8px 0; border: 1px solid var(--gz-r-line); border-radius: 12px; box-sizing: border-box; box-shadow: none; }
body.gz-reservation .sidebar .calendar-dropdown-menu .thisDiary { width: 100%; min-width: 0; }
body.gz-reservation .sidebar .calendar-dropdown-menu table { width: 100%; max-width: 100%; table-layout: fixed; }
body.gz-reservation .sidebar .calendar-dropdown-menu th,
body.gz-reservation .sidebar .calendar-dropdown-menu td { padding-left: 1px; padding-right: 1px; }
body.gz-reservation button,
body.gz-reservation input,
body.gz-reservation select,
body.gz-reservation textarea { font-family: inherit; letter-spacing: inherit; }
body.gz-reservation .mobile-menu > .mobile-menu-toggle::after { content: none; }
body.gz-reservation .sidebar .dropdown-toggle { display: flex; align-items: center; gap: 8px; width: 100%; }
body.gz-reservation .sidebar .dropdown-toggle > span { flex: 1 1 auto; min-width: 0; white-space: normal; word-break: keep-all; overflow-wrap: anywhere; }
body.gz-reservation .sidebar .dropdown-toggle::after { flex: 0 0 auto; margin-left: auto; }
body.gz-reservation .sidebar .thisAirSchedule:not(#calendarToggleButton) { display: block; width: 100%; }
body.gz-reservation .sidebar .thisAirSchedule:not(#calendarToggleButton) > tbody { display: block; width: 100%; }
body.gz-reservation .sidebar .thisAirSchedule:not(#calendarToggleButton) tr { display: grid; grid-template-columns: 82px minmax(0,1fr); gap: 8px; align-items: center; padding: 5px 0; }
body.gz-reservation .sidebar .thisAirSchedule:not(#calendarToggleButton) td { display: block; width: auto !important; min-width: 0; padding: 0 !important; text-align: left !important; }
body.gz-reservation .sidebar .thisAirSchedule:not(#calendarToggleButton) td:nth-child(3) { grid-column: 2; text-align: right !important; font-variant-numeric: tabular-nums; }
body.gz-reservation .sidebar .thisAirSchedule:not(#calendarToggleButton) td:nth-child(3):empty { display: none; }
body.gz-reservation .sidebar .thisAirSchedule:not(#calendarToggleButton) td[colspan] { grid-column: 1 / -1; }
body.gz-reservation .sidebar .thisAirSchedule:not(#calendarToggleButton):has(.divGolf) tr { grid-template-columns: minmax(0,1fr) 112px; }
body.gz-reservation .sidebar .thisAirSchedule:not(#calendarToggleButton):has(.divGolf) td:first-child { word-break: keep-all; overflow-wrap: break-word; line-height: 1.6; }
/* Nested person selectors are one field per row, not the outer label/value grid. */
body.gz-reservation .sidebar .thisAirSchedule:not(#calendarToggleButton) .thisPAX tr { grid-template-columns: minmax(0, 1fr); width: 100%; }
body.gz-reservation .sidebar .thisAirSchedule:not(#calendarToggleButton) .thisPAX td { width: 100% !important; }
body.gz-reservation .sidebar .dropdown-toggle,
body.gz-reservation .sidebar select,
body.gz-reservation .sidebar input,
body.gz-reservation .sidebar textarea,
body.gz-reservation #dateSelectionButton { transition: border-color .15s, box-shadow .15s, color .15s; }
body.gz-reservation .booking-button,
body.gz-reservation .hotel-card .cta,
body.gz-reservation .gz-r-openbtn,
body.gz-reservation .apply-filter-button { transition: background .15s, box-shadow .15s, transform .12s; white-space: nowrap; }
body.gz-reservation .sidebar-buttons .reset-button,
body.gz-reservation .menubar a { transition: border-color .15s, color .15s, background .15s; }
body.gz-reservation .hotel-card { transition: transform .18s cubic-bezier(.32,.72,0,1), box-shadow .18s, border-color .15s; }
body.gz-reservation .hotel-card.gz-current,
body.gz-reservation .hotel-card.selected,
body.gz-reservation .hotel-card[aria-selected="true"] { border-color: var(--gz-r-brand); box-shadow: 0 0 0 2px rgba(21,112,239,.22); background: #f5f9ff; }
body.gz-reservation .sidebar .st-icheck-item > label { border-radius: 8px; padding-left: 8px; padding-right: 8px; }
body.gz-reservation .sidebar .st-icheck-item > label:has(input:checked) { background: var(--gz-r-soft); color: var(--gz-r-brand-dark); font-weight: 650; }
body.gz-reservation .sidebar input:focus,
body.gz-reservation .sidebar select:focus,
body.gz-reservation .sidebar textarea:focus { border-color: var(--gz-r-brand); box-shadow: 0 0 0 3px rgba(21,112,239,.13); }
body.gz-reservation .booking-button:active:not(:disabled),
body.gz-reservation .hotel-card .cta:active:not(:disabled),
body.gz-reservation .gz-r-openbtn:active:not(:disabled) { transform: translateY(1px); box-shadow: none; }
@media (hover: hover) {
  body.gz-reservation .booking-button:hover:not(:disabled),
  body.gz-reservation .hotel-card .cta:hover:not(:disabled),
  body.gz-reservation .gz-r-openbtn:hover:not(:disabled),
  body.gz-reservation .apply-filter-button:hover:not(:disabled) { background: var(--gz-r-brand-dark); border-color: var(--gz-r-brand-dark); filter: none; }
  body.gz-reservation .sidebar .dropdown-toggle:hover:not(:disabled),
  body.gz-reservation .sidebar-buttons .reset-button:hover { border-color: var(--gz-r-brand); color: var(--gz-r-brand); }
  body.gz-reservation .menubar li a:hover { color: var(--gz-r-brand); background: var(--gz-r-soft); }
  body.gz-reservation .sidebar .st-icheck-item > label:hover { background: var(--gz-r-soft); }
  body.gz-reservation #hotel-list .hotel-card:hover { transform: translateY(-3px); box-shadow: 0 2px 4px rgba(16,24,40,.05), 0 18px 40px rgba(16,24,40,.13); }
}
@media (min-width: 769px) {
  body.gz-reservation.gz-r-golf #hotel-list .hotel-info { padding: 16px 18px 8px; gap: 10px; }
  body.gz-reservation.gz-r-golf #hotel-list .hotel-title { height: auto; min-height: 0; font-size: 17px; line-height: 1.5; }
  body.gz-reservation.gz-r-golf #hotel-list .facilities { margin: 0; }
  body.gz-reservation.gz-r-golf #hotel-list .facilities-list { display: block; line-height: 1.7; color: var(--gz-r-muted); }
  body.gz-reservation.gz-r-golf #hotel-list .hotel-price { margin-top: auto; padding: 14px 18px 18px; gap: 10px; }
  body.gz-reservation.gz-r-golf #hotel-list .hotel-price .cta { min-height: 44px; padding: 9px 18px; font-size: 15px; }
}
@media (max-width: 768px) {
  body.gz-reservation .sidebar .dropdown-toggle { font-size: 16px; }
  body.gz-reservation #hotel-list .hotel-card:hover { transform: none; }
  body.gz-reservation.gz-r-golf #hotel-list .hotel-card .hotel-title { font-size: 16px; }
}
@media (prefers-reduced-motion: reduce) {
  body.gz-reservation .hotel-card,
  body.gz-reservation #hotel-list .hotel-card:hover,
  body.gz-reservation button,
  body.gz-reservation input,
  body.gz-reservation select,
  body.gz-reservation textarea { transition: none !important; transform: none !important; scroll-behavior: auto !important; }
}
