: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;
  }
}

/* v2.2.0 - Amenidades con iconos, estadía mínima y OpenStreetMap */
.hbr-min-stay-note{grid-column:1/-1;color:#fff;font-weight:700;opacity:.92;margin-top:2px}.hbr-amenities.hbr-amenities-icons{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:16px 0}.hbr-amenities.hbr-amenities-icons.is-compact{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 13px}.hbr-amenities.hbr-amenities-icons>.hbr-amenity-item{display:flex;align-items:flex-start;gap:11px;min-width:0;background:#fff;color:#172033;border:1px solid var(--hbr-line);border-radius:12px;padding:13px 14px;font-size:14px;font-weight:700;line-height:1.35}.hbr-amenities.hbr-amenities-icons.is-compact>.hbr-amenity-item{border-radius:999px;padding:7px 10px;background:#effaf3;color:#006b2d;border-color:#c7edd2;font-size:13px}.hbr-amenities.hbr-amenities-icons>.hbr-amenity-item.is-unavailable{background:#fafafa;color:#6b7280;border-color:#e3e5e8;text-decoration:none}.hbr-amenities.hbr-amenities-icons.is-compact>.hbr-amenity-item.is-unavailable{background:#f5f5f5;color:#777;border-color:#ddd}.hbr-amenities.hbr-amenities-icons .hbr-amenity-item span{background:transparent!important;border:0!important;border-radius:0!important;padding:0!important;color:inherit!important;font-size:inherit!important;font-weight:inherit!important}.hbr-amenity-icon{display:inline-flex!important;width:24px;height:24px;align-items:center;justify-content:center;flex:0 0 24px;color:var(--hbr-booking-blue-2)!important}.hbr-amenities-icons.is-compact .hbr-amenity-icon{width:18px;height:18px;flex-basis:18px;color:currentColor!important}.hbr-amenity-svg{display:block;width:100%;height:100%;fill:currentColor}.hbr-amenity-label{display:block;min-width:0}.hbr-amenity-label small{display:block;margin:0 0 2px;color:#9a3412;font-size:10px!important;font-weight:900!important;letter-spacing:.04em;text-transform:uppercase}.hbr-detail-section{max-width:1180px;margin:24px auto 0;background:#fff;border:1px solid var(--hbr-line);border-radius:16px;box-shadow:var(--hbr-shadow);padding:24px}.hbr-detail-section h2{margin:0 0 14px;color:var(--hbr-booking-blue);font-size:28px;line-height:1.15;font-weight:900}.hbr-map-frame{position:relative;width:100%;height:430px;overflow:hidden;border-radius:14px;border:1px solid var(--hbr-line);background:#eef2f6}.hbr-map-frame iframe{display:block;width:100%;height:100%;border:0}.hbr-map-link{display:inline-flex;margin-top:12px;color:var(--hbr-booking-blue-2)!important;font-weight:800;text-decoration:none}.hbr-map-link:hover{text-decoration:underline}.hbr-room-tile .hbr-amenities.hbr-amenities-icons.is-compact>.hbr-amenity-item{max-width:100%}
@media(max-width:760px){.hbr-amenities.hbr-amenities-icons{grid-template-columns:1fr}.hbr-detail-section{padding:18px;border-radius:14px}.hbr-detail-section h2{font-size:24px}.hbr-map-frame{height:330px}}
@media(max-width:480px){.hbr-amenities.hbr-amenities-icons.is-compact{display:grid;grid-template-columns:1fr}.hbr-amenities.hbr-amenities-icons.is-compact>.hbr-amenity-item{border-radius:10px}.hbr-map-frame{height:285px}}
.hbr-detail-section,.hbr-detail-section *,.hbr-amenities-icons,.hbr-amenities-icons *{box-sizing:border-box}

/* v2.3.0 - Precio total destacado, galería de hasta 16 imágenes y amenidades completas */
.hbr-rate-card{
  grid-template-columns:minmax(180px,1.2fr) 220px 230px;
}

.hbr-rate-price{
  min-width:0;
}

.hbr-rate-total-label{
  display:block;
  color:var(--hbr-muted);
  font-size:12px;
  font-weight:800;
  line-height:1.25;
  margin-bottom:3px;
}

.hbr-rate-price .hbr-rate-total{
  display:block;
  color:var(--hbr-booking-blue);
  font-size:32px;
  line-height:1.02;
  font-weight:900;
  white-space:nowrap;
}

.hbr-rate-price .hbr-rate-nightly{
  display:block;
  color:var(--hbr-muted);
  font-size:12px;
  font-style:normal;
  font-weight:700;
  line-height:1.3;
  margin-top:5px;
}

.hbr-gallery-strip,
.hbr-room-tile .hbr-gallery-strip{
  display:flex;
  grid-template-columns:none;
  gap:7px;
  overflow-x:auto;
  overflow-y:hidden;
  padding:1px 0 5px;
  scrollbar-width:thin;
  scrollbar-color:#b9c8dc transparent;
  scroll-snap-type:x proximity;
}

.hbr-gallery-strip::-webkit-scrollbar{
  height:6px;
}

.hbr-gallery-strip::-webkit-scrollbar-thumb{
  background:#b9c8dc;
  border-radius:999px;
}

.hbr-gallery-strip button,
.hbr-room-tile .hbr-gallery-strip button{
  flex:0 0 72px;
  width:72px;
  height:58px;
  scroll-snap-align:start;
}

.hbr-room-tile .hbr-gallery-strip button{
  height:48px;
  flex-basis:62px;
  width:62px;
}

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

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

@media(max-width:640px){
  .hbr-rate-price .hbr-rate-total{
    font-size:29px;
  }
}

/* v2.4.0 - Límite de huéspedes y descripción expandible */
.hbr-guests{
  position:relative;
}

.hbr-guest-limit-note{
  position:absolute;
  left:2px;
  bottom:-17px;
  color:rgba(255,255,255,.88);
  font-size:11px;
  font-weight:700;
  line-height:1.2;
  white-space:nowrap;
}

.hbr-description-wrap{
  position:relative;
  margin:10px 0 14px;
}

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

.hbr-description-wrap .hbr-description > :first-child{
  margin-top:0;
}

.hbr-description-wrap .hbr-description > :last-child{
  margin-bottom:0;
}

.hbr-description-wrap .hbr-description p{
  margin:0 0 .7em;
}

.hbr-description-wrap .hbr-description ul,
.hbr-description-wrap .hbr-description ol{
  margin:.35em 0 .75em 1.25em;
  padding:0;
}

.hbr-description-wrap.is-collapsed .hbr-description-collapsible{
  max-height:var(--hbr-description-max-height,11.55em);
  overflow:hidden;
}

.hbr-description-wrap.is-collapsed.has-overflow::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:28px;
  height:34px;
  pointer-events:none;
  background:linear-gradient(to bottom,rgba(255,255,255,0),#fff 88%);
}

.hbr-description-toggle{
  position:relative;
  z-index:1;
  margin:7px 0 0;
  padding:0;
  border:0;
  background:transparent;
  color:var(--hbr-text);
  font:inherit;
  font-size:14px;
  font-weight:800;
  line-height:1.35;
  text-decoration:underline;
  text-underline-offset:3px;
  cursor:pointer;
}

.hbr-description-toggle:hover,
.hbr-description-toggle:focus-visible{
  color:var(--hbr-booking-blue);
}

.hbr-description-toggle[hidden]{
  display:none!important;
}

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

@media (max-width:700px){
  .hbr-description-wrap.is-collapsed .hbr-description-collapsible{
    max-height:var(--hbr-description-max-height,11.55em);
  }
}

/* v2.4.1 - Mapa OpenStreetMap visible en detalle y resultados */
.hbr-map-frame{isolation:isolate}.hbr-map-iframe{position:absolute;inset:0;display:block;width:100%;height:100%;border:0;z-index:1;background:#eef2f6;transition:opacity .2s ease}.hbr-osm-map{position:absolute;inset:0;z-index:2;overflow:hidden;opacity:0;pointer-events:none;background:#dfe8ef;cursor:grab;touch-action:none;transition:opacity .2s ease}.hbr-map-frame.is-enhanced .hbr-osm-map{opacity:1;pointer-events:auto}.hbr-map-frame.is-enhanced .hbr-map-iframe{opacity:0;pointer-events:none}.hbr-osm-map.is-dragging{cursor:grabbing}.hbr-map-tiles{position:absolute;inset:0;overflow:hidden}.hbr-map-tile{position:absolute;width:256px;height:256px;max-width:none!important;user-select:none;-webkit-user-drag:none}.hbr-map-marker{position:absolute;z-index:5;width:30px;height:40px;transform:translate(-50%,-100%);filter:drop-shadow(0 4px 5px rgba(0,0,0,.28));pointer-events:none}.hbr-map-marker svg{display:block;width:100%;height:100%;fill:#d9272e}.hbr-map-controls{position:absolute;z-index:6;top:12px;left:12px;display:grid;border-radius:8px;overflow:hidden;box-shadow:0 3px 12px rgba(15,23,42,.22)}.hbr-map-controls button{width:38px;height:36px;padding:0;border:0;border-bottom:1px solid #d7dde3;background:#fff;color:#172033;font:700 23px/1 Arial,sans-serif;cursor:pointer}.hbr-map-controls button:last-child{border-bottom:0}.hbr-map-controls button:hover,.hbr-map-controls button:focus-visible{background:#f2f5f8;color:var(--hbr-booking-blue)}.hbr-map-loading{position:absolute;z-index:4;left:50%;top:50%;transform:translate(-50%,-50%);padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.92);box-shadow:0 4px 18px rgba(15,23,42,.14);color:#334155;font-size:13px;font-weight:800;pointer-events:none}.hbr-osm-map.is-ready .hbr-map-loading{display:none}.hbr-map-attribution{position:absolute;z-index:6;right:0;bottom:0;padding:3px 6px;background:rgba(255,255,255,.88);color:#334155;font-size:10px;line-height:1.2}.hbr-map-attribution a{color:#15558d!important;text-decoration:none}.hbr-room-card>.hbr-map-compact{grid-column:1/-1;max-width:none;width:auto;margin:0;border:0;border-top:1px solid var(--hbr-line);border-radius:0;box-shadow:none;padding:18px 20px 20px}.hbr-map-compact h3{margin:0 0 12px;color:var(--hbr-booking-blue);font-size:21px;line-height:1.2;font-weight:900}.hbr-map-compact .hbr-map-frame{height:310px}.hbr-map-compact .hbr-map-link{font-size:14px}
@media(max-width:760px){.hbr-room-card>.hbr-map-compact{padding:16px}.hbr-map-compact .hbr-map-frame{height:285px}}

/* v2.5.0 - Marcadores interactivos y mapa independiente */
.hbr-map-only{
  width:100%;
  max-width:100%;
}

.hbr-map-only .hbr-map-frame{
  width:100%;
  margin:0;
}

.hbr-map-marker{
  position:absolute;
  z-index:7;
  width:1px;
  height:1px;
  transform:none;
  filter:none;
  pointer-events:auto;
}

.hbr-map-marker:hover,
.hbr-map-marker:focus-within,
.hbr-map-marker.is-open{
  z-index:20;
}

.hbr-map-marker-pin{
  position:absolute;
  left:0;
  top:0;
  display:block;
  width:34px;
  height:44px;
  margin:0;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  transform:translate(-50%,-100%);
  filter:drop-shadow(0 4px 5px rgba(0,0,0,.3));
  cursor:pointer;
}

.hbr-map-marker-pin svg,
.hbr-map-marker .hbr-map-marker-pin svg{
  display:block;
  width:100%;
  height:100%;
  fill:#d9272e;
  transition:transform .16s ease,filter .16s ease;
}

.hbr-map-marker-pin:hover svg,
.hbr-map-marker-pin:focus-visible svg,
.hbr-map-marker.is-open .hbr-map-marker-pin svg{
  transform:translateY(-2px) scale(1.06);
  filter:brightness(.96);
}

.hbr-map-marker-pin:focus-visible{
  outline:3px solid rgba(0,70,153,.35);
  outline-offset:3px;
  border-radius:50%;
}

.hbr-map-marker-count{
  position:absolute;
  right:-7px;
  top:-6px;
  display:flex;
  align-items:center;
  justify-content:center;
  min-width:20px;
  height:20px;
  padding:0 5px;
  border:2px solid #fff;
  border-radius:999px;
  background:var(--hbr-booking-blue,#004699);
  color:#fff;
  font-size:11px;
  font-weight:900;
  line-height:1;
  box-shadow:0 2px 6px rgba(15,23,42,.24);
}

.hbr-map-popup{
  position:absolute;
  left:0;
  bottom:50px;
  z-index:30;
  width:270px;
  max-width:calc(100vw - 44px);
  max-height:300px;
  overflow:auto;
  padding:0;
  border:1px solid rgba(15,23,42,.13);
  border-radius:13px;
  background:#fff;
  box-shadow:0 14px 38px rgba(15,23,42,.25);
  color:#172033;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transform:translate(-50%,8px);
  transition:opacity .16s ease,transform .16s ease,visibility .16s ease;
}

.hbr-map-popup::after{
  content:"";
  position:absolute;
  left:50%;
  bottom:-8px;
  width:15px;
  height:15px;
  background:#fff;
  border-right:1px solid rgba(15,23,42,.13);
  border-bottom:1px solid rgba(15,23,42,.13);
  transform:translateX(-50%) rotate(45deg);
}

.hbr-map-marker:hover .hbr-map-popup,
.hbr-map-marker:focus-within .hbr-map-popup,
.hbr-map-marker.is-open .hbr-map-popup{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  transform:translate(-50%,0);
}

.hbr-map-popup-room{
  position:relative;
  display:grid;
  gap:5px;
  padding:15px;
  background:#fff;
}

.hbr-map-popup-room + .hbr-map-popup-room{
  border-top:1px solid #e5eaf0;
}

.hbr-map-popup-title{
  display:block;
  color:var(--hbr-booking-blue,#004699);
  font-size:15px;
  font-weight:900;
  line-height:1.25;
}

.hbr-map-popup-price,
.hbr-map-popup-capacity{
  display:block;
  color:#536174;
  font-size:13px;
  line-height:1.35;
}

.hbr-map-popup-price b{
  color:#172033;
  font-size:16px;
  font-weight:900;
}

.hbr-map-popup-book{
  display:inline-flex;
  justify-content:center;
  align-items:center;
  min-height:36px;
  margin-top:5px;
  padding:8px 14px;
  border-radius:9px;
  background:var(--hbr-booking-yellow,#ffb700);
  color:#111!important;
  font-size:13px;
  font-weight:900;
  line-height:1;
  text-decoration:none!important;
}

.hbr-map-popup-book:hover,
.hbr-map-popup-book:focus-visible{
  filter:brightness(.96);
  transform:translateY(-1px);
}

@media(max-width:520px){
  .hbr-map-popup{
    width:238px;
    bottom:48px;
  }

  .hbr-map-popup-room{
    padding:13px;
  }
}

/* v2.5.1 - Popup del mapa contenido dentro del lienzo y sin recortes */
.hbr-map-frame{
  position:relative;
  z-index:0;
}

.hbr-map-frame:focus-within,
.hbr-map-frame.is-popup-active{
  z-index:40;
}

.hbr-map-marker,
.hbr-map-marker:hover,
.hbr-map-marker:focus-within,
.hbr-map-marker.is-open{
  overflow:visible;
}

.hbr-map-marker:hover,
.hbr-map-marker:focus-within,
.hbr-map-marker.is-open{
  z-index:1000;
}

.hbr-map-popup{
  left:0;
  bottom:50px;
  z-index:1001;
  max-height:none;
  overflow:visible;
  transform:translate(var(--hbr-popup-x,-50%),8px);
}

.hbr-map-popup-scroll{
  max-height:300px;
  overflow:auto;
  overscroll-behavior:contain;
  border-radius:12px;
  background:#fff;
  scrollbar-width:thin;
}

.hbr-map-popup::after{
  left:var(--hbr-popup-arrow-left,50%);
}

.hbr-map-marker:hover .hbr-map-popup,
.hbr-map-marker:focus-within .hbr-map-popup,
.hbr-map-marker.is-open .hbr-map-popup{
  transform:translate(var(--hbr-popup-x,-50%),0);
}

.hbr-map-marker.is-popup-below .hbr-map-popup{
  top:12px;
  bottom:auto;
  transform:translate(var(--hbr-popup-x,-50%),-8px);
}

.hbr-map-marker.is-popup-below:hover .hbr-map-popup,
.hbr-map-marker.is-popup-below:focus-within .hbr-map-popup,
.hbr-map-marker.is-popup-below.is-open .hbr-map-popup{
  transform:translate(var(--hbr-popup-x,-50%),0);
}

.hbr-map-marker.is-popup-below .hbr-map-popup::after{
  top:-8px;
  bottom:auto;
  border-right:0;
  border-bottom:0;
  border-left:1px solid rgba(15,23,42,.13);
  border-top:1px solid rgba(15,23,42,.13);
}

.hbr-map-popup-book{
  position:relative;
  z-index:2;
}

@media(max-width:520px){
  .hbr-map-popup{
    bottom:48px;
  }

  .hbr-map-marker.is-popup-below .hbr-map-popup{
    top:10px;
  }
}


/* v2.5.3 - Selector claro de huéspedes y fechas visibles en escritorio/móvil */
.hbr-search-bar form{
  padding-bottom:22px;
}

.hbr-guests .hbr-guest-select-wrap{
  position:relative;
  width:100%;
}

.hbr-guests .hbr-guest-select-wrap::after{
  content:"";
  position:absolute;
  top:50%;
  right:17px;
  width:10px;
  height:10px;
  border-right:3px solid var(--hbr-booking-blue);
  border-bottom:3px solid var(--hbr-booking-blue);
  transform:translateY(-68%) rotate(45deg);
  pointer-events:none;
}

.hbr-guests select{
  -webkit-appearance:none;
  appearance:none;
  width:100%;
  height:56px;
  border:3px solid var(--hbr-booking-yellow);
  border-radius:8px;
  padding:0 48px 0 14px;
  background:#fff!important;
  color:#111!important;
  font-size:16px;
  font-weight:800;
  line-height:1.2;
  cursor:pointer;
  outline:none;
  color-scheme:light;
}

.hbr-guests select:focus{
  border-color:#fff;
  box-shadow:0 0 0 3px rgba(254,187,2,.95),0 0 0 6px rgba(255,255,255,.35);
}

.hbr-guest-limit-note{
  top:calc(100% + 6px);
  bottom:auto;
  left:2px;
  display:block;
  margin:0;
  color:#fff;
  font-size:12px;
  line-height:1.25;
  white-space:normal;
}

.hbr-date-input-wrap{
  position:relative;
}

.hbr-date-row input{
  position:relative;
  z-index:1;
  padding-right:42px;
}

.hbr-date-picker-icon{
  position:absolute;
  z-index:1;
  top:50%;
  right:3px;
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  transform:translateY(-50%);
  border:1px solid #bdd2ed;
  border-radius:8px;
  background:#edf5ff;
  color:var(--hbr-booking-blue);
  pointer-events:none;
}

.hbr-date-picker-icon svg{
  width:19px;
  height:19px;
  display:block;
  fill:currentColor;
}

.hbr-date-row input::-webkit-calendar-picker-indicator{
  position:absolute;
  z-index:3;
  right:0;
  top:0;
  width:42px;
  height:100%;
  margin:0;
  padding:0;
  opacity:0!important;
  cursor:pointer;
}

@media(max-width:1020px){
  .hbr-search-bar form{
    padding-bottom:0;
  }

  .hbr-guest-limit-note{
    position:static;
    margin:6px 2px 0;
    color:rgba(255,255,255,.94);
    font-size:12px;
  }
}

@media(max-width:640px){
  .hbr-guests select{
    height:58px;
    font-size:17px;
    padding-left:16px;
  }

  .hbr-guests .hbr-guest-select-wrap::after{
    right:19px;
    width:11px;
    height:11px;
  }

  .hbr-date-input-wrap{
    min-height:58px;
    padding-right:8px;
  }

  .hbr-date-row input{
    height:34px;
    padding-right:46px;
    font-size:16px;
    line-height:34px;
  }

  .hbr-date-picker-icon{
    top:auto;
    right:5px;
    bottom:6px;
    width:38px;
    height:38px;
    transform:none;
    border-width:2px;
    border-color:#8eb2df;
    background:#e7f1ff;
    box-shadow:0 2px 7px rgba(0,59,149,.14);
  }

  .hbr-date-picker-icon svg{
    width:22px;
    height:22px;
  }

  .hbr-date-row input::-webkit-calendar-picker-indicator{
    width:48px;
  }
}

/* v2.5.4 - Espaciado uniforme del formulario en tablet y móvil */
@media(max-width:1020px){
  .hbr-search-bar form{
    row-gap:16px;
  }
  .hbr-search-bar form > .hbr-field:first-of-type{
    order:1;
  }
  .hbr-search-bar form > .hbr-guests{
    order:2;
  }
  .hbr-search-bar form > .hbr-min-stay-note{
    order:3;
  }
  .hbr-search-bar form > .hbr-btn-main{
    order:4;
  }
  .hbr-search-bar .hbr-field > label{
    margin:0 0 10px;
    font-size:14px;
    line-height:1.35;
  }
  .hbr-guest-limit-note,
  .hbr-min-stay-note{
    position:static;
    display:block;
    width:100%;
    margin:9px 2px 0;
    padding:0;
    color:rgba(255,255,255,.95);
    font-size:12px;
    font-weight:700;
    line-height:1.45;
    white-space:normal;
  }
  .hbr-min-stay-note{
    grid-column:1/-1;
    margin:0 2px;
  }
}
@media(max-width:640px){
  .hbr-search-bar form{
    row-gap:18px;
  }
  .hbr-search-bar .hbr-field > label{
    margin-bottom:11px;
  }
  .hbr-guests{
    padding-top:2px;
  }
  .hbr-guest-limit-note,
  .hbr-min-stay-note{
    font-size:12.5px;
    line-height:1.5;
  }
  .hbr-guest-limit-note{
    margin-top:10px;
  }
}

/* Calendario público de disponibilidad - v2.5.8 */
.hbr-date-display{
  cursor:pointer;
  caret-color:transparent;
}
.hbr-calendar-popup{
  position:absolute;
  z-index:999999;
  box-sizing:border-box;
  padding:14px;
  background:#fff;
  border:1px solid #d9dee7;
  border-radius:12px;
  box-shadow:0 18px 48px rgba(0,0,0,.2);
  color:#111;
  font-family:inherit;
}
.hbr-calendar-popup[hidden]{display:none!important}
.hbr-calendar-popup-head{
  display:grid;
  grid-template-columns:40px 1fr 40px;
  align-items:center;
  gap:8px;
  margin-bottom:12px;
}
.hbr-calendar-popup-head strong{
  text-align:center;
  font-size:15px;
  font-weight:800;
  text-transform:lowercase;
}
.hbr-calendar-popup-head button{
  width:38px;
  height:38px;
  border:1px solid #d9dee7;
  border-radius:8px;
  background:#fff;
  color:#111;
  font-size:25px;
  line-height:1;
  cursor:pointer;
}
.hbr-calendar-popup-head button:disabled{
  opacity:.28;
  cursor:not-allowed;
}
.hbr-cal-week,
.hbr-cal-grid{
  display:grid;
  grid-template-columns:repeat(7,1fr);
  gap:4px;
}
.hbr-cal-week{
  margin-bottom:5px;
}
.hbr-cal-week span{
  padding:4px 0;
  text-align:center;
  color:#4d5560;
  font-size:11px;
  font-weight:800;
}
.hbr-cal-empty{
  display:block;
  min-height:36px;
}
.hbr-cal-day{
  width:100%;
  min-width:0;
  height:36px;
  padding:0;
  border:1px solid transparent;
  border-radius:7px;
  background:#f4fbf7;
  color:#111;
  font-size:14px;
  font-weight:700;
  cursor:pointer;
}
.hbr-cal-day:hover:not(:disabled){
  border-color:var(--hbr-booking-blue);
  background:#edf5ff;
}
.hbr-cal-day.is-selected{
  border-color:var(--hbr-booking-blue);
  background:var(--hbr-booking-blue);
  color:#fff;
}
.hbr-cal-day.is-today:not(.is-selected){
  border-color:var(--hbr-booking-blue);
}
.hbr-cal-day.is-disabled,
.hbr-cal-day:disabled{
  background:#f3f3f3;
  color:#aaa;
  text-decoration:line-through;
  opacity:.7;
  cursor:not-allowed;
}
.hbr-cal-help{
  margin-top:10px;
  padding-top:9px;
  border-top:1px solid #eceff3;
  color:#666;
  font-size:11px;
  line-height:1.35;
}
@media(max-width:640px){
  .hbr-calendar-popup{
    position:fixed!important;
    left:12px!important;
    right:12px!important;
    top:auto!important;
    bottom:12px!important;
    width:auto!important;
    max-width:none;
    border-radius:14px;
  }
  .hbr-cal-day{height:40px}
}
