:root{
  --hbr-booking-blue:#003b95;
  --hbr-booking-blue-2:#006ce4;
  --hbr-booking-yellow:#febb02;
  --hbr-booking-yellow-2:#f5a700;
  --hbr-text:#1a1f2b;
  --hbr-muted:#5f6b7a;
  --hbr-line:#d9e2ef;
  --hbr-bg:#f5f7fb;
  --hbr-card:#ffffff;
  --hbr-green:#008234;
  --hbr-red:#b42318;
  --hbr-shadow:0 14px 38px rgba(0,30,80,.12);
  --hbr-radius:18px;
}

.hbr-search-bar,
.hbr-results,
.hbr-account-shell,
.hbr-search-bar *,
.hbr-results *,
.hbr-account-shell *{
  box-sizing:border-box;
}

.hbr-search-bar{
  max-width:1180px;
  margin:0 auto 26px;
  background:var(--hbr-booking-blue);
  padding:20px;
  border-radius:14px;
  box-shadow:var(--hbr-shadow);
  border:1px solid rgba(0,0,0,.08);
}

.hbr-search-bar form{
  display:grid;
  grid-template-columns:minmax(320px,1fr) 150px 190px;
  gap:8px;
  align-items:end;
}

.hbr-field label{
  display:block;
  margin:0 0 7px;
  color:#fff;
  font-size:13px;
  font-weight:800;
  letter-spacing:.01em;
}

.hbr-date-row{
  height:56px;
  display:grid;
  grid-template-columns:1fr 28px 1fr;
  align-items:center;
  gap:6px;
  background:#fff;
  border:3px solid var(--hbr-booking-yellow);
  border-radius:8px;
  padding:0 10px;
  color:var(--hbr-text);
}

.hbr-date-row span{
  color:var(--hbr-booking-blue);
  font-size:20px;
  font-weight:900;
  text-align:center;
  line-height:1;
}

.hbr-date-input-wrap{
  display:block;
  margin:0;
  min-width:0;
}

.hbr-date-label-mobile{
  display:none;
}

.hbr-date-arrow{
  color:var(--hbr-booking-blue);
  font-size:20px;
  font-weight:900;
  text-align:center;
  line-height:1;
}

.hbr-date-row input,
.hbr-guests input{
  appearance:auto;
  -webkit-appearance:auto;
  width:100%;
  height:46px;
  border:0;
  background:#fff!important;
  color:#111!important;
  font-size:15px;
  font-weight:700;
  outline:none;
  color-scheme:light;
}

.hbr-date-row input::-webkit-calendar-picker-indicator,
.hbr-guests input::-webkit-inner-spin-button,
.hbr-guests input::-webkit-outer-spin-button{
  opacity:1!important;
  filter:none!important;
  cursor:pointer;
}

.hbr-guests input{
  height:56px;
  border:3px solid var(--hbr-booking-yellow);
  border-radius:8px;
  padding:0 12px;
  line-height:56px;
}

.hbr-btn{
  border:0;
  text-decoration:none;
  cursor:pointer;
  font-weight:800;
  transition:transform .15s ease,box-shadow .15s ease,background .15s ease;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-align:center;
}

.hbr-btn:hover{
  transform:translateY(-1px);
}

.hbr-btn-main{
  height:56px;
  border-radius:8px;
  background:var(--hbr-booking-blue-2);
  color:#fff!important;
  font-size:16px;
  padding:0 22px;
  box-shadow:0 8px 18px rgba(0,108,228,.28);
}

.hbr-btn-main:hover{
  background:#0057b8;
  color:#fff!important;
}

.hbr-results{
  max-width:1180px;
  margin:0 auto 30px;
}

.hbr-summary{
  background:#fff;
  border:1px solid var(--hbr-line);
  border-left:5px solid var(--hbr-booking-blue-2);
  border-radius:12px;
  padding:14px 16px;
  margin-bottom:18px;
  color:var(--hbr-text);
  box-shadow:0 8px 24px rgba(0,30,80,.06);
}

.hbr-room-card{
  display:grid;
  grid-template-columns:355px minmax(0,1fr);
  gap:0;
  background:var(--hbr-card);
  border:1px solid var(--hbr-line);
  border-radius:18px;
  overflow:hidden;
  margin:0 0 22px;
  box-shadow:var(--hbr-shadow);
}

.hbr-media{
  position:relative;
  background:#eaf2ff;
  padding:14px;
  min-width:0;
}

.hbr-photo-stage{
  position:relative;
  width:100%;
  height:275px;
  border-radius:14px;
  overflow:hidden;
  background:#fff;
  border:1px solid rgba(15,23,42,.08);
  box-shadow:0 6px 18px rgba(15,23,42,.08);
}

.hbr-main-photo{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  border-radius:0;
  background:#fff;
  border:0;
}

.hbr-gallery-nav,
.hbr-zoom-btn{
  position:absolute;
  z-index:5;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.52);
  background:rgba(15,23,42,.30);
  -webkit-backdrop-filter:blur(7px);
  backdrop-filter:blur(7px);
  color:#fff!important;
  display:flex;
  align-items:center;
  justify-content:center;
  line-height:1;
  padding:0;
  cursor:pointer;
  box-shadow:0 8px 18px rgba(15,23,42,.12);
  opacity:.82;
  transition:opacity .22s ease,background .22s ease,border-color .22s ease,transform .22s ease,box-shadow .22s ease;
}

.hbr-gallery-nav svg,
.hbr-zoom-btn svg,
.hbr-lightbox-close svg,
.hbr-lightbox-prev svg,
.hbr-lightbox-next svg{
  width:17px;
  height:17px;
  display:block;
  fill:currentColor;
}

.hbr-gallery-nav{
  top:50%;
  transform:translateY(-50%);
  width:34px;
  height:34px;
}

.hbr-gallery-prev{
  left:10px;
}

.hbr-gallery-next{
  right:10px;
}

.hbr-gallery-nav:hover,
.hbr-zoom-btn:hover{
  background:rgba(0,59,149,.72);
  border-color:rgba(255,255,255,.86);
  box-shadow:0 12px 24px rgba(0,59,149,.18);
  opacity:1;
}

.hbr-gallery-nav:hover{
  transform:translateY(-50%) scale(1.05);
}

.hbr-gallery-nav:active{
  transform:translateY(-50%) scale(.98);
}

.hbr-zoom-btn{
  top:10px;
  right:10px;
  width:34px;
  height:34px;
}

.hbr-zoom-btn:hover{
  transform:scale(1.05);
}

.hbr-zoom-btn:active{
  transform:scale(.98);
}

@media (hover:hover){
  .hbr-photo-stage .hbr-gallery-nav,
  .hbr-photo-stage .hbr-zoom-btn{
    opacity:.62;
  }

  .hbr-photo-stage:hover .hbr-gallery-nav,
  .hbr-photo-stage:hover .hbr-zoom-btn{
    opacity:.92;
  }
}

.hbr-gallery-dots{
  position:absolute;
  left:0;
  right:0;
  bottom:13px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  z-index:4;
  pointer-events:none;
}

.hbr-gallery-dots button{
  pointer-events:auto;
  width:8px;
  height:8px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.8);
  background:rgba(255,255,255,.58);
  padding:0;
  cursor:pointer;
  transition:all .2s ease;
}

.hbr-gallery-dots button.is-active{
  width:20px;
  background:#fff;
  border-color:#fff;
}

.hbr-gallery-strip{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:7px;
  margin-top:10px;
}

.hbr-gallery-strip button{
  display:block;
  height:58px;
  padding:0;
  border:1px solid rgba(15,23,42,.10);
  border-radius:10px;
  overflow:hidden;
  background:#fff;
  cursor:pointer;
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}

.hbr-gallery-strip button.is-active{
  border-color:var(--hbr-booking-blue-2);
  box-shadow:0 0 0 2px rgba(0,108,228,.12);
}

.hbr-gallery-strip button:hover{
  transform:translateY(-1px);
  box-shadow:0 8px 18px rgba(15,23,42,.10);
}

.hbr-gallery-strip img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.hbr-room-content{
  padding:20px 22px;
  min-width:0;
}

.hbr-room-top{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:14px;
  margin-bottom:9px;
}

.hbr-eyebrow{
  margin:0 0 4px;
  color:var(--hbr-booking-blue-2);
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-weight:900;
}

.hbr-room-card h2{
  margin:0;
  color:var(--hbr-booking-blue);
  font-size:29px;
  line-height:1.1;
  font-weight:900;
}

.hbr-availability{
  min-width:104px;
  text-align:center;
  border:1px solid #b7e6c5;
  background:#effaf3;
  color:#006b2d;
  border-radius:12px;
  padding:9px 10px;
}

.hbr-availability strong{
  display:block;
  font-size:24px;
  line-height:1;
}

.hbr-availability span{
  font-size:11px;
  font-weight:800;
  text-transform:uppercase;
}

.hbr-description{
  margin:10px 0 14px;
  color:var(--hbr-muted);
  font-size:15px;
  line-height:1.55;
}

.hbr-room-facts,
.hbr-amenities{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:0 0 13px;
}

.hbr-room-facts span{
  background:#f3f7fc;
  color:#27364a;
  border:1px solid var(--hbr-line);
  border-radius:999px;
  padding:7px 10px;
  font-size:13px;
  font-weight:700;
}

.hbr-amenities span{
  background:#effaf3;
  color:#006b2d;
  border:1px solid #c7edd2;
  border-radius:999px;
  padding:7px 10px;
  font-size:13px;
  font-weight:800;
}

.hbr-rates{
  display:grid;
  gap:12px;
}

.hbr-rate-card{
  display:grid;
  grid-template-columns:minmax(180px,1.2fr) 185px 230px;
  gap:14px;
  align-items:center;
  border:1px solid #c8d7ea;
  border-radius:14px;
  padding:14px;
  background:#fff;
  box-shadow:0 8px 22px rgba(0,30,80,.06);
}

.hbr-rate-info strong{
  display:block;
  color:var(--hbr-booking-blue);
  font-size:17px;
  margin-bottom:7px;
}

.hbr-rate-info small{
  display:block;
  color:var(--hbr-muted);
  line-height:1.4;
}

.hbr-rate-warning,
.hbr-rate-breakfast{
  display:flex;
  align-items:center;
  gap:6px;
  margin:4px 0;
  font-size:13px;
  font-weight:800;
}

.hbr-rate-warning{
  color:var(--hbr-red);
}

.hbr-rate-breakfast{
  color:var(--hbr-green);
}

.hbr-rate-price{
  text-align:right;
}

.hbr-rate-price strong{
  display:block;
  color:var(--hbr-booking-blue);
  font-size:24px;
  line-height:1.05;
}

.hbr-rate-price small,
.hbr-rate-price em{
  display:block;
  color:var(--hbr-muted);
  font-size:12px;
  font-style:normal;
  margin-top:2px;
}

.hbr-reserve{
  display:flex;
  align-items:end;
  justify-content:flex-end;
  gap:10px;
}

.hbr-reserve label{
  display:block;
  color:var(--hbr-muted);
  font-size:12px;
  font-weight:800;
}

.hbr-reserve label span{
  display:block;
  margin-bottom:5px;
}

.hbr-reserve select{
  appearance:auto;
  -webkit-appearance:auto;
  width:78px;
  height:44px;
  border:2px solid var(--hbr-booking-blue);
  border-radius:8px;
  background:#fff!important;
  color:#111!important;
  padding:0 8px;
  font-size:15px;
  font-weight:800;
  color-scheme:light;
}

.hbr-btn-reserve{
  height:44px;
  border-radius:8px;
  background:var(--hbr-booking-yellow);
  color:#111!important;
  padding:0 20px;
  font-size:15px;
  box-shadow:0 8px 18px rgba(254,187,2,.28);
}

.hbr-btn-reserve:hover{
  background:var(--hbr-booking-yellow-2);
  color:#111!important;
}

.hbr-alert{
  padding:14px 16px;
  background:#fff7d6;
  border:1px solid #f1d16a;
  border-radius:12px;
  color:#5c4300;
}

.hbr-account-shell{
  max-width:980px;
  margin:24px auto;
  padding:8px;
}

.hbr-account-head{
  padding:24px;
  border-radius:16px;
  background:#fff;
  border:1px solid var(--hbr-line);
  box-shadow:var(--hbr-shadow);
  margin-bottom:18px;
}

.hbr-account-head h2{
  margin:0;
  color:var(--hbr-booking-blue);
  font-size:32px;
}

.hbr-account-head p:last-child{
  margin:8px 0 0;
  color:var(--hbr-muted);
}

.hbr-empty-state{
  padding:26px;
  border-radius:16px;
  background:#fff;
  border:1px solid var(--hbr-line);
  box-shadow:var(--hbr-shadow);
  text-align:center;
}

.hbr-empty-state strong{
  font-size:20px;
  color:var(--hbr-text);
}

.hbr-empty-state p{
  color:var(--hbr-muted);
}

.hbr-my-booking{
  display:grid;
  grid-template-columns:56px 1fr auto;
  gap:16px;
  align-items:center;
  background:#fff;
  border:1px solid var(--hbr-line);
  border-radius:16px;
  padding:16px;
  margin-bottom:14px;
  box-shadow:var(--hbr-shadow);
}

.hbr-my-icon{
  width:56px;
  height:56px;
  border-radius:14px;
  background:#eaf2ff;
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--hbr-booking-blue);
  font-size:28px;
  font-weight:900;
}

.hbr-my-main h3{
  margin:0 0 8px;
  color:var(--hbr-booking-blue);
  font-size:21px;
}

.hbr-my-meta,
.hbr-my-tags{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}

.hbr-my-meta span{
  color:var(--hbr-muted);
  font-size:13px;
}

.hbr-my-tags span{
  background:#f3f7fc;
  border:1px solid var(--hbr-line);
  border-radius:999px;
  padding:7px 10px;
  font-size:12px;
  font-weight:800;
  color:#27364a;
}

.hbr-cancel-note,
.hbr-cancel-ok{
  margin:10px 0 0;
  font-size:13px;
  color:var(--hbr-muted);
}

.hbr-cancel-ok{
  color:var(--hbr-green);
}

.hbr-btn-cancel{
  height:44px;
  border-radius:8px;
  padding:0 16px;
  background:#d92d20;
  color:#fff!important;
}

.hbr-terms-note{
  display:block;
  color:var(--hbr-muted);
  font-size:11px!important;
  font-weight:700!important;
  line-height:1.35;
  margin:-1px 0 5px 22px;
}

.hbr-terms-note a{
  color:var(--hbr-booking-blue-2)!important;
  text-decoration:underline;
  font-weight:800;
}

.hbr-terms-note a:hover{
  color:var(--hbr-booking-blue)!important;
}

.hbr-lightbox{
  position:fixed;
  inset:0;
  z-index:999999;
  background:rgba(4,18,38,.92);
  display:none;
  align-items:center;
  justify-content:center;
  padding:22px;
}

.hbr-lightbox.is-open{
  display:flex;
}

.hbr-lightbox-inner{
  position:relative;
  width:min(1120px,96vw);
  max-height:92vh;
  display:flex;
  align-items:center;
  justify-content:center;
}

.hbr-lightbox-img{
  display:block;
  max-width:100%;
  max-height:88vh;
  border-radius:10px;
  background:#fff;
  box-shadow:0 20px 70px rgba(0,0,0,.5);
  object-fit:contain;
}

.hbr-lightbox-close,
.hbr-lightbox-prev,
.hbr-lightbox-next{
  position:absolute;
  border:1px solid rgba(255,255,255,.78);
  background:rgba(12,24,45,.62);
  -webkit-backdrop-filter:blur(8px);
  backdrop-filter:blur(8px);
  color:#fff!important;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center;
  line-height:1;
  padding:0;
  box-shadow:0 10px 26px rgba(0,0,0,.24);
  transition:background .22s ease,border-color .22s ease,transform .22s ease;
}

.hbr-lightbox-close:hover,
.hbr-lightbox-prev:hover,
.hbr-lightbox-next:hover{
  background:rgba(0,108,228,.92);
  border-color:rgba(255,255,255,.95);
}

.hbr-lightbox-close{
  right:-8px;
  top:-18px;
  width:42px;
  height:42px;
  border-radius:999px;
}

.hbr-lightbox-prev,
.hbr-lightbox-next{
  top:50%;
  transform:translateY(-50%);
  width:44px;
  height:44px;
  border-radius:999px;
}

.hbr-lightbox-prev:hover,
.hbr-lightbox-next:hover{
  transform:translateY(-50%) scale(1.05);
}

.hbr-lightbox-prev{
  left:14px;
}

.hbr-lightbox-next{
  right:14px;
}

.hbr-lightbox-counter{
  position:absolute;
  left:50%;
  bottom:-34px;
  transform:translateX(-50%);
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.3);
  color:#fff;
  border-radius:999px;
  padding:6px 12px;
  font-size:12px;
  font-weight:800;
}

body.hbr-lightbox-open{
  overflow:hidden;
}

@media(max-width:1020px){
  .hbr-search-bar form,
  .hbr-room-card,
  .hbr-rate-card{
    grid-template-columns:1fr;
  }

  .hbr-rate-price{
    text-align:left;
  }

  .hbr-reserve{
    justify-content:flex-start;
  }

  .hbr-photo-stage{
    height:285px;
  }

  .hbr-my-booking{
    grid-template-columns:1fr;
  }

  .hbr-my-icon{
    display:none;
  }
}

@media(max-width:640px){
  .hbr-search-bar{
    padding:12px;
    border-radius:12px;
  }

  .hbr-search-bar form{
    gap:10px;
  }

  .hbr-date-row{
    height:auto;
    grid-template-columns:1fr;
    padding:10px 12px;
    gap:8px;
  }

  .hbr-date-row > .hbr-date-arrow{
    display:none;
  }

  .hbr-date-input-wrap{
    display:block;
    background:#fff;
    border:1px solid #d8e0ec;
    border-radius:8px;
    padding:8px 10px 7px;
  }

  .hbr-date-label-mobile{
    display:block;
    color:var(--hbr-booking-blue);
    font-size:12px;
    font-weight:900;
    line-height:1.1;
    margin:0 0 4px;
  }

  .hbr-date-row input{
    height:30px;
    border-bottom:0;
    padding:0;
    font-size:15px;
    line-height:30px;
  }

  .hbr-date-row input:invalid{
    color:#4b5563!important;
  }

  .hbr-room-content{
    padding:17px;
  }

  .hbr-room-top{
    display:block;
  }

  .hbr-availability{
    display:inline-block;
    margin-top:12px;
  }

  .hbr-room-card h2{
    font-size:24px;
  }

  .hbr-photo-stage{
    height:260px;
  }

  .hbr-gallery-strip{
    grid-template-columns:repeat(4,1fr);
  }

  .hbr-gallery-strip button{
    height:48px;
  }

  .hbr-gallery-nav{
    width:32px;
    height:32px;
    opacity:.86;
  }

  .hbr-gallery-nav svg,
  .hbr-zoom-btn svg{
    width:16px;
    height:16px;
  }

  .hbr-gallery-prev{
    left:10px;
  }

  .hbr-gallery-next{
    right:10px;
  }

  .hbr-zoom-btn{
    top:10px;
    right:10px;
    width:32px;
    height:32px;
    opacity:.86;
  }

  .hbr-rate-card{
    padding:13px;
  }

  .hbr-reserve{
    display:grid;
    grid-template-columns:82px 1fr;
    width:100%;
  }

  .hbr-btn-reserve{
    width:100%;
    padding:0 12px;
  }

  .hbr-btn-main{
    width:100%;
  }

  .hbr-account-head h2{
    font-size:27px;
  }

  .hbr-btn-cancel,
  .hbr-my-actions form{
    width:100%;
  }

  .hbr-lightbox{
    padding:12px;
  }

  .hbr-lightbox-prev,
  .hbr-lightbox-next{
    width:40px;
    height:40px;
  }

  .hbr-lightbox-prev{
    left:4px;
  }

  .hbr-lightbox-next{
    right:4px;
  }

  .hbr-lightbox-close{
    width:40px;
    height:40px;
    right:4px;
    top:4px;
  }

  .hbr-lightbox-img{
    max-height:84vh;
  }

  .hbr-lightbox-counter{
    bottom:10px;
    background:rgba(0,0,0,.45);
  }
}

/* v2.0.6 - Listado configurable de habitaciones: grid/list */
.hbr-room-listing,
.hbr-room-listing *{
  box-sizing:border-box;
}

.hbr-rooms-grid{
  display:grid;
  grid-template-columns:repeat(var(--hbr-room-columns, 3), minmax(0, 1fr));
  gap:22px;
}

.hbr-rooms-list{
  display:grid;
  grid-template-columns:1fr;
  gap:18px;
}

.hbr-room-tile{
  background:#fff;
  border:1px solid var(--hbr-line);
  border-radius:18px;
  overflow:hidden;
  box-shadow:var(--hbr-shadow);
}

.hbr-room-tile-grid{
  display:flex;
  flex-direction:column;
  min-height:100%;
}

.hbr-room-tile-list{
  display:grid;
  grid-template-columns:340px minmax(0, 1fr);
  gap:0;
}

.hbr-room-tile .hbr-media{
  background:#eaf2ff;
  padding:12px;
}

.hbr-room-tile .hbr-photo-stage{
  height:230px;
}

.hbr-room-tile-list .hbr-photo-stage{
  height:255px;
}

.hbr-room-tile .hbr-gallery-strip{
  grid-template-columns:repeat(4,1fr);
}

.hbr-room-tile .hbr-gallery-strip button{
  height:48px;
}

.hbr-room-tile-body{
  padding:18px;
  display:flex;
  flex-direction:column;
  gap:0;
  flex:1;
}

.hbr-room-tile-body h2{
  margin:0;
  color:var(--hbr-booking-blue);
  font-size:23px;
  line-height:1.15;
  font-weight:900;
}

.hbr-room-tile .hbr-description{
  margin:10px 0 14px;
}

.hbr-room-tile .hbr-room-facts,
.hbr-room-tile .hbr-amenities{
  margin-bottom:12px;
}

.hbr-room-tile-footer{
  margin-top:auto;
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:14px;
  padding-top:12px;
  border-top:1px solid var(--hbr-line);
}

.hbr-tile-price small,
.hbr-tile-price em{
  display:block;
  color:var(--hbr-muted);
  font-size:12px;
  font-style:normal;
  line-height:1.25;
}

.hbr-tile-price strong{
  display:block;
  color:var(--hbr-booking-blue);
  font-size:22px;
  line-height:1.1;
  font-weight:900;
}

.hbr-tile-action{
  min-width:150px;
  height:44px;
  border-radius:8px;
  padding:0 16px;
  font-size:14px;
  white-space:nowrap;
}

.hbr-hidden-gallery-source{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  opacity:0!important;
  pointer-events:none!important;
  border:0!important;
  padding:0!important;
}

.hbr-gallery-source-only{
  display:none!important;
}

@media(max-width:1020px){
  .hbr-rooms-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }

  .hbr-room-tile-list{
    grid-template-columns:1fr;
  }

  .hbr-room-tile-list .hbr-photo-stage{
    height:285px;
  }
}

@media(max-width:640px){
  .hbr-rooms-grid{
    grid-template-columns:1fr;
  }

  .hbr-room-tile .hbr-photo-stage,
  .hbr-room-tile-list .hbr-photo-stage{
    height:250px;
  }

  .hbr-room-tile-footer{
    display:grid;
    grid-template-columns:1fr;
    align-items:stretch;
  }

  .hbr-tile-action{
    width:100%;
  }
}

/* v2.0.7 - Detalle de habitación y enlaces desde grid */
.hbr-room-detail-page,
.hbr-room-detail-page *{
  box-sizing:border-box;
}

.hbr-detail-head{
  max-width:1180px;
  margin:0 auto 18px;
  background:#fff;
  border:1px solid var(--hbr-line);
  border-radius:16px;
  box-shadow:var(--hbr-shadow);
  padding:22px 24px;
}

.hbr-detail-head h1{
  margin:0;
  color:var(--hbr-booking-blue);
  font-size:34px;
  line-height:1.12;
  font-weight:900;
}

.hbr-detail-back{
  display:inline-flex;
  margin-top:12px;
  color:var(--hbr-booking-blue-2)!important;
  font-weight:800;
  text-decoration:none;
}

.hbr-detail-back:hover{
  color:var(--hbr-booking-blue)!important;
  text-decoration:underline;
}

.hbr-photo-link{
  display:block;
  width:100%;
  height:100%;
  text-decoration:none!important;
  color:inherit;
}

.hbr-photo-link .hbr-main-photo{
  transition:transform .22s ease, filter .22s ease;
}

.hbr-photo-link:hover .hbr-main-photo{
  transform:scale(1.015);
  filter:saturate(1.04) contrast(1.02);
}

.hbr-room-tile .hbr-photo-stage{
  overflow:hidden;
  border-radius:14px;
}

.hbr-detail-results .hbr-room-card{
  margin-top:0;
}

@media(max-width:640px){
  .hbr-detail-head{
    padding:18px;
    border-radius:14px;
  }

  .hbr-detail-head h1{
    font-size:26px;
  }
}
