/* Hotel detail layout: scoped so legacy page rules cannot move cards or tabs. */
.trv-hotel-detail-page {
  --hd-navy:#173650; --hd-blue:#118fc3; --hd-teal:#10aeb6; --hd-green:#20a75b;
  --hd-line:#d9e5e9; --hd-muted:#667d8e; --hd-soft:#f5f8f9;
  background:linear-gradient(180deg,#f3fbfc 0 560px,#f7f8f9 560px 100%) !important;
  color:var(--hd-navy);
}
.page-header.trv-scrolled { backdrop-filter:none !important; -webkit-backdrop-filter:none !important; transition:none !important; }
.trv-hotel-detail-page .page-content { padding-top:8px; }
.trv-hotel-detail-page .page-content>.container { max-width:1320px !important; }
.trv-hotel-detail-page .breadcrumb-nav .container { max-width:1320px; }
.trv-hotel-detail-page .trv-hotel-section { margin:0; }
.trv-hotel-detail-page .trv-hotel-section>section { padding:0; background:transparent; border:0; box-shadow:none; }
.trv-detail-mosaic { position:relative; display:grid; grid-template-columns:1fr; grid-template-rows:minmax(420px,520px); gap:0; overflow:hidden; min-height:420px; border-radius:10px; background:#dfeaed; box-shadow:0 10px 30px rgba(17,54,80,.12); }
.trv-detail-mosaic__main { position:relative; grid-row:auto; margin:0; overflow:hidden; background:#e5ecef; }
.trv-detail-mosaic__tile { display:none; }
.trv-detail-mosaic__main img,.trv-detail-mosaic__tile img { display:block; width:100%; height:100%; object-fit:cover; }
.trv-detail-mosaic__tile { display:block; min-width:0; padding:0; overflow:hidden; border:0; background:#e8eff1; cursor:pointer; }
.trv-detail-mosaic__tile img { transition:filter .18s ease; }
.trv-detail-mosaic__tile:hover img { filter:brightness(.9); }
.trv-detail-mosaic--tiles-0 { grid-template-columns:1fr; }
.trv-detail-mosaic--tiles-1 { grid-template-columns:minmax(0,2.35fr) minmax(240px,1fr); }
.trv-detail-mosaic--tiles-1>.trv-detail-mosaic__tile { grid-row:1/3; }
.trv-detail-mosaic--tiles-2 { grid-template-columns:minmax(0,2fr) minmax(260px,1fr); }
.trv-detail-mosaic__prev,.trv-detail-mosaic__next { position:absolute; z-index:2; top:50%; display:grid; place-items:center; width:42px; height:42px; margin-top:-21px; padding:0; border:0; border-radius:50%; background:rgba(10,126,181,.92); color:#fff; box-shadow:0 4px 15px rgba(0,0,0,.18); cursor:pointer; }
.trv-detail-mosaic__prev { left:14px; }.trv-detail-mosaic__next { right:14px; }
.trv-detail-mosaic__all { position:absolute; z-index:3; right:14px; bottom:14px; min-height:36px; padding:0 13px; border:1px solid rgba(255,255,255,.85); border-radius:5px; background:rgba(255,255,255,.94); color:var(--hd-navy); font-size:11px; font-weight:800; box-shadow:0 4px 14px rgba(0,0,0,.15); cursor:pointer; }
.trv-detail-overview { position:relative; z-index:3; display:grid !important; grid-template-columns:minmax(0,1.75fr) minmax(300px,.8fr) !important; gap:16px !important; max-width:1180px !important; margin:-24px auto 20px !important; border:0 !important; border-radius:10px !important; background:transparent; box-shadow:none !important; }
.trv-detail-overview>.trv-hotel-overview__copy,.trv-detail-overview>.trv-hotel-overview__highlights { padding:20px !important; border:1px solid var(--hd-line) !important; border-radius:9px !important; background:#fff !important; box-shadow:0 9px 24px rgba(17,54,80,.09) !important; }
.trv-detail-overview__heading { display:flex; align-items:flex-start; justify-content:space-between; gap:16px; margin-bottom:15px; padding-bottom:14px; border-bottom:1px solid #e8eef0; }
.trv-detail-overview__heading h1 { margin:3px 0 4px; color:var(--hd-navy); font-size:25px; font-weight:800; line-height:1.2; }
.trv-detail-location { padding:0; border:0; background:transparent; color:#178dbe; font-size:11px; cursor:pointer; }
.trv-detail-overview__copy>h2,.trv-detail-overview__facilities h2,.trv-detail-overview__highlights>h2 { margin:0 0 9px; color:var(--hd-navy); font-size:14px !important; font-weight:800; }
.trv-detail-overview__description { display:-webkit-box; overflow:hidden; margin:0 0 14px !important; color:#536a7d !important; font-size:12px; line-height:1.6 !important; -webkit-line-clamp:3; -webkit-box-orient:vertical; }
.trv-detail-overview__facilities { padding-top:12px; border-top:1px solid #edf1f2; }
.trv-detail-overview__facilities ul { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:9px 16px; margin:0; padding:0; list-style:none; }
.trv-detail-overview__facilities li { overflow:hidden; color:#5c7181; font-size:11px; text-overflow:ellipsis; white-space:nowrap; }
.trv-detail-overview__facilities li i { margin-right:6px; color:var(--hd-teal); }
.trv-detail-text-button { margin-top:13px; padding:0; border:0; background:transparent; color:#168fc2; font-size:11px; font-weight:800; cursor:pointer; }
.trv-detail-overview__actions { display:grid; grid-template-columns:1fr 1fr; gap:7px; margin-bottom:17px; }
.trv-detail-overview__actions button { min-height:34px; padding:5px 7px; border:1px solid #d8e4e8; border-radius:5px; background:#fff; color:#567083; font-size:10px; font-weight:700; cursor:pointer; }
.trv-detail-highlight { display:flex; align-items:flex-start; gap:10px; margin:0 0 12px; padding:0 0 12px; border-bottom:1px solid #edf1f2; color:#607486; font-size:11px; line-height:1.45; }
.trv-detail-highlight>i { flex:0 0 27px; display:grid; place-items:center; width:27px; height:27px; border-radius:50%; background:#edf9fa; color:var(--hd-teal); }
.trv-detail-highlight strong,.trv-detail-highlight span { display:block; }.trv-detail-highlight strong { color:var(--hd-navy); }
.trv-detail-highlight--dates { padding:10px; border:1px dashed #69b9db; background:#f4fbff; }
.trv-detail-overview .trv-hotel-contact-panel { display:grid; grid-template-columns:repeat(2,minmax(0,150px)); justify-content:center; gap:7px; margin:12px 0 0; padding:0; border:0; box-shadow:none; }
.trv-detail-overview .trv-hotel-contact-panel button { min-height:36px; width:100%; justify-content:center; padding:4px; font-size:9px; text-align:center; }
.trv-detail-tabs { position:relative; z-index:20; top:auto; display:grid !important; grid-template-columns:repeat(3,1fr); max-width:1180px; margin:0 auto 14px !important; overflow:hidden; border:1px solid var(--hd-line) !important; border-radius:8px 8px 0 0; background:#fff; box-shadow:0 5px 16px rgba(17,54,80,.07) !important; }
.trv-detail-tabs button { justify-content:center; min-height:51px !important; padding:7px 15px !important; border:0 !important; border-bottom:3px solid transparent !important; background:#fff !important; color:#607487 !important; font-size:12px !important; font-weight:800 !important; cursor:pointer; }
.trv-detail-tabs button+button { border-left:1px solid #e8edef !important; }
.trv-detail-tabs button.is-active { border-bottom-color:var(--hd-blue) !important; background:#f5fbfe !important; color:var(--hd-blue) !important; }
.trv-hotel-detail-page[data-active-detail-tab="rooms"] #hotelServices,.trv-hotel-detail-page[data-active-detail-tab="rooms"] #hotelAccommodation,.trv-hotel-detail-page[data-active-detail-tab="rooms"] #hotelInfoDetails,.trv-hotel-detail-page[data-active-detail-tab="rooms"] #hotelGalleryMedia { display:none !important; }
.trv-hotel-detail-page[data-active-detail-tab="info"] #jollyLiveBooking,.trv-hotel-detail-page[data-active-detail-tab="info"] #hotelInquiryCheckout,.trv-hotel-detail-page[data-active-detail-tab="info"] #jollyLiveOffersSection,.trv-hotel-detail-page[data-active-detail-tab="info"] #hotelRoomTypes,.trv-hotel-detail-page[data-active-detail-tab="info"] #hotelGalleryMedia { display:none !important; }
.trv-hotel-detail-page[data-active-detail-tab="gallery"] #jollyLiveBooking,.trv-hotel-detail-page[data-active-detail-tab="gallery"] #hotelInquiryCheckout,.trv-hotel-detail-page[data-active-detail-tab="gallery"] #jollyLiveOffersSection,.trv-hotel-detail-page[data-active-detail-tab="gallery"] #hotelRoomTypes,.trv-hotel-detail-page[data-active-detail-tab="gallery"] #hotelServices,.trv-hotel-detail-page[data-active-detail-tab="gallery"] #hotelAccommodation,.trv-hotel-detail-page[data-active-detail-tab="gallery"] #hotelInfoDetails { display:none !important; }
.trv-jolly-live-booking--horizontal { position:relative !important; top:auto !important; max-width:1180px !important; margin:0 auto 14px !important; border:1px solid #cde2e7; border-radius:8px !important; background:#fff; box-shadow:0 8px 22px rgba(17,54,80,.08) !important; }
.trv-jolly-live-booking--horizontal .trv-jolly-live-booking__intro { padding:12px 16px 8px !important; }
.trv-jolly-live-booking--horizontal .trv-jolly-live-booking__body { display:block !important; padding:8px 16px 15px !important; }
.trv-jolly-live-booking--horizontal .trv-jolly-live-booking__form { display:grid !important; grid-template-columns:1fr 1fr 1.2fr 180px !important; gap:9px !important; padding:0 !important; }
.trv-jolly-live-booking--horizontal .trv-jolly-live-booking__form>button { min-width:0 !important; }
.trv-jolly-live-booking--horizontal .trv-jolly-live-booking__summary { margin-top:7px; }
.trv-jolly-live-booking__status:empty { display:none !important; }
.trv-hotel-live-results { max-width:1180px !important; margin:0 auto 18px !important; }
.trv-hotel-live-results__layout { grid-template-columns:minmax(0,1fr) 360px !important; gap:16px !important; padding:14px !important; }
.trv-hotel-reservation-summary { position:static !important; top:auto !important; }
.trv-room-catalog { max-width:1180px; margin:0 auto 20px !important; }
.trv-room-catalog__heading { margin:22px 0 11px; }.trv-room-catalog__heading h3 { margin:0 0 4px; color:var(--hd-navy); font-size:18px; }.trv-room-catalog__heading p { margin:0; color:var(--hd-muted); font-size:12px; }
.trv-room-catalog__list { display:grid; gap:13px; }
.trv-hotel-detail-page .trv-room-card { display:block !important; width:100% !important; max-width:none !important; min-height:0 !important; margin:0 !important; padding:0 !important; overflow:hidden; border:1px solid #d5e0e4; border-radius:7px; background:#fff; box-shadow:0 4px 14px rgba(24,116,70,.06); }
.trv-hotel-detail-page .trv-room-card.is-selected { border-color:#24a85b; background:#f0fff6; }
.trv-hotel-detail-page .trv-room-card__header { display:grid !important; grid-template-columns:132px minmax(0,1fr) 185px !important; width:100% !important; min-height:160px; margin:0 !important; padding:0 !important; }
.trv-room-card__cover { margin:14px; overflow:hidden; border-radius:6px; background:#e6efeb; }
.trv-room-card__cover img { display:block; width:100%; height:132px; object-fit:cover; }
.trv-room-card__no-photo { display:grid; place-items:center; height:132px; padding:12px; color:#71877b; font-size:10px; text-align:center; }
.trv-room-card__identity { padding:18px 12px; }.trv-room-card__identity h4 { margin:0 0 5px; color:var(--hd-navy); font-size:18px; font-weight:800; }.trv-room-card__board { margin:0 0 8px; color:#243e54; font-size:13px; font-weight:700; }
.trv-room-card__facts,.trv-jolly-live-offer__facts { display:flex; flex-wrap:wrap; gap:6px; }
.trv-room-card__facts span { padding:5px 8px; border:1px solid #cfe2d7; border-radius:5px; background:#fff; color:#4e6c5d; font-size:10px; }
.trv-room-card__price { display:flex; flex-direction:column; align-items:stretch; justify-content:center; padding:18px; border-left:1px solid #d2e9db; text-align:center; }.trv-room-card__price p { margin:0 0 9px; color:#607d6e; font-size:11px; }
.trv-room-card__date-button { min-height:41px; padding:7px 15px; border:0; border-radius:6px; background:linear-gradient(135deg,#16c1c1,#0795ac); color:#fff; font-size:12px; font-weight:800; cursor:pointer; box-shadow:0 8px 18px rgba(7,149,172,.18); }
.trv-hotel-detail-page .trv-room-card__tabs,.trv-room-tabs__bar { display:grid !important; grid-template-columns:repeat(3,1fr) !important; width:100% !important; margin:0 !important; padding:0 !important; border-top:1px solid #cce5d5; background:#fff; }
.trv-room-card__tab,.trv-room-tabs__tab { display:flex; align-items:center; justify-content:center; gap:8px; min-height:48px !important; padding:7px 10px !important; border:0 !important; border-top:3px solid transparent !important; background:#fff !important; color:#53687a !important; font-size:11px !important; font-weight:800 !important; text-transform:uppercase; cursor:pointer; }
.trv-room-card__tab+.trv-room-card__tab,.trv-room-tabs__tab+.trv-room-tabs__tab { border-left:1px solid #e2e9e5 !important; }
.trv-room-card__tab.is-active,.trv-room-tabs__tab.is-active { border-top-color:var(--hd-blue) !important; background:#f4f9fc !important; color:var(--hd-blue) !important; }
.trv-room-card__panel[hidden],.trv-room-tabs__panel[hidden],.trv-room-tabs__panels[hidden] { display:none !important; }
.trv-room-card__panel { padding:20px; border-top:1px solid #dce8e1; background:#f7fafb; }
.trv-room-card__details { display:grid; grid-template-columns:minmax(260px,.8fr) minmax(0,1.25fr); gap:20px; }.trv-room-card__details--text-only { grid-template-columns:1fr; }
.trv-room-card__photo { display:block; overflow:hidden; height:250px; border-radius:6px; }.trv-room-card__photo img { width:100%; height:100%; object-fit:cover; }
.trv-room-card__thumbs { display:flex; gap:6px; margin-top:7px; overflow-x:auto; }.trv-room-card__thumbs button { flex:0 0 58px; width:58px; height:45px; padding:0; overflow:hidden; border:2px solid transparent; border-radius:4px; background:#fff; }.trv-room-card__thumbs button.is-active { border-color:var(--hd-blue); }.trv-room-card__thumbs img { width:100%; height:100%; object-fit:cover; }
.trv-room-card__description { color:#526b7e; font-size:12px; line-height:1.65; }.trv-room-card__facilities { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:8px 15px; margin:15px 0 0; padding:0; list-style:none; }.trv-room-card__facilities li { color:#526b7e; font-size:11px; }.trv-room-card__facilities i { margin-right:5px; color:var(--hd-teal); }
.trv-room-card__empty { display:flex; align-items:center; justify-content:center; gap:12px; min-height:100px; padding:18px; border:1px solid #dbe7e1; border-radius:7px; background:#f6fbf8; color:#607567; }.trv-room-card__empty p { margin:0; }
.trv-hotel-live-results .trv-jolly-live-offer { display:block !important; min-height:0 !important; overflow:hidden; border:1px solid #d5e0e4 !important; border-radius:7px !important; background:#fff !important; }
.trv-hotel-live-results .trv-jolly-live-offer.is-selected { border-color:var(--hd-green) !important; background:#f0fff6 !important; }
.trv-live-price-note { margin:4px 0 0; color:#6c7f8d; font-size:11px; font-weight:600; }
.trv-hotel-hero-thumbs { display:flex; gap:7px; max-width:1180px; margin:8px auto 18px; padding:0 2px 4px; overflow-x:auto; scrollbar-width:thin; }
.trv-detail-mosaic > .trv-detail-mosaic__tile { display:none !important; }
.trv-hotel-hero-thumbs .trv-hotel-hero-select { flex:0 0 88px; width:88px; height:58px; padding:0; overflow:hidden; border:2px solid transparent; border-radius:6px; background:#e8eff1; cursor:pointer; }
.trv-hotel-hero-thumbs .trv-hotel-hero-select.is-active { border-color:var(--hd-teal); box-shadow:0 0 0 2px rgba(16,174,182,.16); }
.trv-hotel-hero-thumbs .trv-hotel-hero-select img { display:block; width:100%; height:100%; object-fit:cover; }
.trv-hotel-live-results .trv-jolly-live-offer--catalog { background:#f5fff8 !important; border-color:#23a75a !important; }
.trv-hotel-live-results .trv-jolly-live-offer--catalog .trv-jolly-live-offer__price strong { display:none; }
.trv-live-room-header { display:grid; grid-template-columns:126px minmax(0,1fr) 175px; min-height:155px; }
.trv-live-room-header>.trv-jolly-live-offer__thumb { width:96px !important; height:125px !important; min-height:0 !important; margin:15px; border-radius:6px !important; }
.trv-live-room-header>.trv-jolly-live-offer__copy { padding:18px 12px !important; }
.trv-live-room-header>.trv-jolly-live-offer__price { padding:18px !important; border-left:1px solid #d3e8db !important; background:transparent !important; }
.trv-jolly-live-offer__more { grid-column:1/-1; width:100%; margin:0 !important; }
.trv-live-room-tabs { width:100%; }
.trv-room-tabs__panels { padding:0 !important; background:#f7fafb !important; }
.trv-room-tabs__panel { min-width:0; padding:20px !important; overflow:hidden; }
.trv-jolly-live-offer__component-body { align-items:start; grid-template-columns:minmax(250px,.85fr) minmax(0,1.15fr) !important; gap:20px !important; margin-top:0 !important; }
.trv-jolly-live-offer__component-main { height:245px !important; object-fit:cover; }
.trv-jolly-live-offer__component-copy { min-width:0; padding:1px 0; overflow-wrap:anywhere; }
.trv-jolly-live-offer__description { margin:10px 0 0; color:#50697c; font-size:12px; line-height:1.6; }
.trv-hotel-detail-page .trv-jolly-live-offer__facility-list { display:grid !important; grid-template-columns:repeat(2,minmax(0,1fr)); gap:7px; width:100%; margin-top:12px; }
.trv-hotel-detail-page .trv-jolly-live-offer__facility-list span { display:flex; align-items:center; min-width:0; min-height:29px; padding:5px 8px; border:1px solid #dcebed; border-radius:5px; background:#edf6f7; color:#36576b; font-size:11px; font-weight:700; line-height:1.3; white-space:normal; }
.trv-hotel-detail-page .trv-jolly-live-offer__facility-list span::before { flex:0 0 auto; margin-right:6px; color:var(--hd-teal); content:'\2713'; font-weight:900; }
.trv-hotel-live-results__no-availability { display:flex; flex-wrap:wrap; align-items:flex-start; justify-content:space-between; gap:6px 14px; width:100%; margin:0 0 14px; padding:14px 16px; box-sizing:border-box; }
.trv-hotel-live-results__no-availability strong { display:block; flex:1 1 100%; line-height:1.35; }
.trv-hotel-live-results__no-availability span { display:block; flex:1 1 100%; line-height:1.45; }
.trv-catalog-calendar-fallback { width:100%; box-sizing:border-box; }
.trv-hotel-live-results .trv-jolly-live-offer--catalog .trv-live-room-header { grid-template-columns:126px minmax(0,1fr) 175px; }
.trv-hotel-live-results .trv-jolly-live-offer--catalog .trv-jolly-live-offer__thumb { width:96px !important; }
.trv-hotel-detail-page .trv-catalog-room-change-date { display:flex; align-items:center; justify-content:center; width:100%; min-height:42px; margin:12px 0 0; padding:8px 12px; box-sizing:border-box; text-align:center; white-space:nowrap; line-height:1.2; }
.trv-hotel-detail-page #hotelServices,.trv-hotel-detail-page #hotelAccommodation,.trv-hotel-detail-page #hotelInfoDetails,.trv-hotel-detail-page #hotelGalleryMedia { max-width:960px; margin:0 auto 18px; }
.trv-hotel-detail-page #hotelGalleryMedia { display:none !important; }
.trv-hotel-detail-page #hotelServices,.trv-hotel-detail-page #hotelAccommodation,.trv-hotel-detail-page #hotelInfoDetails { content-visibility:auto; contain-intrinsic-size:520px; }
.trv-hotel-detail-page .trv-jolly-live-offer__title { display:flex; align-items:center; gap:8px; }
.trv-hotel-detail-page .trv-jolly-live-offer__title input[type="radio"] { flex:0 0 auto; order:-1; width:18px; height:18px; margin:0 2px 0 0; accent-color:var(--hd-green); }
.trv-hotel-detail-page .trv-live-room-meal { display:flex; align-items:center; gap:7px; margin:5px 0 8px; }
.trv-hotel-detail-page .trv-live-room-meal i { flex:0 0 auto; margin:0; }
.trv-hotel-gallery-grid { max-width:none !important; grid-template-columns:repeat(3,minmax(0,1fr)) !important; }
.trv-hotel-gallery-grid a { min-height:215px; }
.trv-hotel-detail-page [hidden] { display:none !important; }
@media (max-width:991.98px) {
  .trv-detail-mosaic { grid-template-columns:2fr 1fr; grid-template-rows:repeat(2,170px); }.trv-detail-mosaic>.trv-detail-mosaic__tile:nth-child(n+4){display:none}.trv-detail-overview{grid-template-columns:1fr !important;margin:14px auto 18px !important}.trv-detail-overview__facilities ul{grid-template-columns:repeat(3,1fr)}
  .trv-jolly-live-booking--horizontal .trv-jolly-live-booking__form{grid-template-columns:1fr 1fr !important}.trv-jolly-live-booking--horizontal .trv-jolly-live-booking__form>.trv-guest-picker,.trv-jolly-live-booking--horizontal .trv-jolly-live-booking__form>button{grid-column:auto !important}
  .trv-hotel-live-results__layout{grid-template-columns:1fr !important}.trv-hotel-reservation-summary{position:static !important}.trv-room-card__header{grid-template-columns:120px minmax(0,1fr) 165px}
}
@media (max-width:767.98px) {
  .trv-hotel-detail-page .page-content{padding-top:0}.trv-detail-mosaic{grid-template-columns:1fr;grid-template-rows:270px;min-height:270px;border-radius:0}.trv-detail-mosaic__main{grid-row:auto}.trv-detail-mosaic__tile{display:none}.trv-detail-mosaic__all{right:10px;bottom:10px}
  .trv-detail-overview__copy,.trv-detail-overview__highlights{padding:16px !important}.trv-detail-overview__heading h1{font-size:21px}.trv-detail-overview__facilities ul{grid-template-columns:repeat(2,1fr)}.trv-detail-tabs{top:auto;overflow-x:auto;grid-template-columns:repeat(3,minmax(180px,1fr));border-radius:0}.trv-detail-tabs button{font-size:10px !important}
  .trv-jolly-live-booking--horizontal .trv-jolly-live-booking__form{grid-template-columns:1fr !important}.trv-room-card__header,.trv-live-room-header{grid-template-columns:105px minmax(0,1fr)}.trv-room-card__cover{margin:11px}.trv-room-card__cover img{height:105px}.trv-room-card__price,.trv-live-room-header>.trv-jolly-live-offer__price{grid-column:1/-1;border-top:1px solid #d3e8db;border-left:0 !important}.trv-room-card__tabs,.trv-room-tabs__bar{grid-template-columns:1fr !important}.trv-room-card__tab+.trv-room-card__tab,.trv-room-tabs__tab+.trv-room-tabs__tab{border-left:0 !important;border-top:1px solid #e2e9e5 !important}.trv-room-card__details,.trv-jolly-live-offer__component-body{grid-template-columns:1fr !important}.trv-room-card__photo{height:210px}.trv-hotel-gallery-grid{grid-template-columns:repeat(2,1fr) !important}
}
@media (max-width:575.98px) {
  .trv-hotel-detail-page .trv-jolly-live-offer__facility-list{grid-template-columns:1fr}
}
@media (prefers-reduced-motion:reduce){.trv-hotel-detail-page *{scroll-behavior:auto!important;animation-duration:.01ms!important;transition-duration:.01ms!important}}
