:root{--rtc-search-text:#f4f1ea;--rtc-search-muted:#b8b0a0;--rtc-search-gold:#cbb37a;--rtc-search-gold-2:#e1c982}
.rtc-hotels-smart-search-section{grid-column:1/-1;width:100%;margin:10px 0 24px}
.rtc-hotels-smart-search{position:relative;border:1px solid rgba(203,179,122,.24);background:linear-gradient(180deg,rgba(22,22,22,.97),rgba(10,10,10,.97));border-radius:22px;padding:18px 18px 16px;box-shadow:0 18px 58px rgba(0,0,0,.24)}
.rtc-hotels-smart-search__top{display:grid;grid-template-columns:1.08fr .92fr;gap:18px;align-items:center;margin-bottom:12px}
.rtc-hotels-smart-search__eyebrow{color:var(--rtc-search-gold);font-size:10px;letter-spacing:.16em;text-transform:uppercase;margin-bottom:6px}
.rtc-hotels-smart-search__title{margin:0;color:var(--rtc-search-text);font-size:clamp(22px,2.2vw,30px);line-height:1.05;max-width:560px}
.rtc-hotels-smart-search__subtitle{color:var(--rtc-search-muted);font-size:13px;line-height:1.45;max-width:420px}
.rtc-hotels-smart-search__row{display:grid;grid-template-columns:1fr 104px;gap:10px}
.rtc-hotels-smart-search__input-wrap{position:relative}
.rtc-hotels-smart-search__input{width:100%;box-sizing:border-box;border:1px solid rgba(255,255,255,.14);background:rgba(0,0,0,.38);color:var(--rtc-search-text);border-radius:15px;padding:14px 15px;outline:none;font-size:15px}
.rtc-hotels-smart-search__input:focus{border-color:rgba(203,179,122,.50);box-shadow:0 0 0 3px rgba(203,179,122,.10)}
.rtc-hotels-smart-search__icon{display:none!important}
.rtc-hotels-smart-search__button{border:1px solid rgba(203,179,122,.46);background:linear-gradient(180deg,#d7bd7a,#a98743);color:#111;border-radius:15px;padding:0 14px;font-weight:800;cursor:pointer}
.rtc-hotels-smart-search__button:hover{filter:brightness(1.07)}
.rtc-hotels-smart-search__meta{display:none!important}
.rtc-hotels-smart-search__chips{display:none!important}
.rtc-hotels-smart-search__results{display:none;position:absolute;z-index:20;left:18px;right:18px;top:calc(100% - 10px);border:1px solid rgba(203,179,122,.28);background:#101010;border-radius:18px;overflow:hidden;box-shadow:0 22px 70px rgba(0,0,0,.52)}
.rtc-hotels-smart-search.is-open .rtc-hotels-smart-search__results{display:block}
.rtc-hotels-smart-search__result{display:grid;grid-template-columns:1fr auto;gap:14px;padding:13px 15px;text-decoration:none;color:var(--rtc-search-text);border-bottom:1px solid rgba(255,255,255,.06)}
.rtc-hotels-smart-search__result:last-child{border-bottom:0}
.rtc-hotels-smart-search__result:hover,.rtc-hotels-smart-search__result.is-active{background:rgba(203,179,122,.10)}
.rtc-hotels-smart-search__result b{display:block;font-size:15px;margin-bottom:5px}
.rtc-hotels-smart-search__result span{display:block;color:var(--rtc-search-muted);font-size:12px;line-height:1.35}
.rtc-hotels-smart-search__badge{align-self:center;border:1px solid rgba(255,255,255,.12);border-radius:999px;padding:5px 8px;color:var(--rtc-search-muted);font-size:11px;white-space:nowrap}
.rtc-hotels-smart-search__empty{padding:16px;color:var(--rtc-search-muted);font-size:13px;line-height:1.5}
body .card small{display:block!important;color:#cbb37a!important;font-size:10px!important;line-height:1!important;letter-spacing:.16em!important;text-transform:uppercase!important;font-weight:700!important;margin:0 0 11px!important;font-family:Inter,Arial,sans-serif!important}
body .card b{display:block!important;color:#fff!important;font-size:clamp(20px,1.32vw,25px)!important;line-height:1.1!important;margin:0 0 11px!important;font-weight:800!important}
body .card span{display:block!important;color:#d8d2c4!important;font-size:13px!important;line-height:1.45!important;font-weight:400!important}
@media (max-width:720px){.rtc-hotels-smart-search{padding:15px;border-radius:20px}.rtc-hotels-smart-search__top{display:block}.rtc-hotels-smart-search__subtitle{margin-top:8px}.rtc-hotels-smart-search__row{grid-template-columns:1fr}.rtc-hotels-smart-search__button{height:46px;width:100%}.rtc-hotels-smart-search__results{left:15px;right:15px}.rtc-hotels-smart-search__result{grid-template-columns:1fr}}
.rtc-hotels-smart-search__input::-webkit-search-cancel-button,.rtc-hotels-smart-search__input::-webkit-search-decoration{display:none;-webkit-appearance:none;appearance:none}


/* RTC hotels search visual tune v7 */
.rtc-hotels-smart-search-section{
  margin:12px 0 26px!important;
}
.rtc-hotels-smart-search{
  border-radius:24px!important;
  padding:20px 20px 18px!important;
  border-color:rgba(203,179,122,.28)!important;
  background:
    radial-gradient(circle at 18% 0%, rgba(203,179,122,.10), transparent 34%),
    linear-gradient(180deg, rgba(22,22,22,.98), rgba(8,8,8,.98))!important;
  box-shadow:0 22px 70px rgba(0,0,0,.30)!important;
}
.rtc-hotels-smart-search__top{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(320px,440px)!important;
  gap:30px!important;
  align-items:center!important;
  margin-bottom:14px!important;
}
.rtc-hotels-smart-search__eyebrow{
  font-size:10px!important;
  letter-spacing:.18em!important;
  color:#d9bd72!important;
  margin-bottom:8px!important;
}
.rtc-hotels-smart-search__title{
  font-size:clamp(30px,2.7vw,40px)!important;
  line-height:1!important;
  letter-spacing:-.02em!important;
  max-width:620px!important;
}
.rtc-hotels-smart-search__subtitle{
  max-width:410px!important;
  color:#d8d0bf!important;
  font-size:13px!important;
  line-height:1.5!important;
  opacity:.92!important;
  padding-top:12px!important;
}
.rtc-hotels-smart-search__row{
  grid-template-columns:minmax(0,1fr) 116px!important;
  gap:12px!important;
}
.rtc-hotels-smart-search__input{
  height:52px!important;
  border-radius:16px!important;
  padding:0 18px!important;
  background:rgba(0,0,0,.34)!important;
  border-color:rgba(255,255,255,.13)!important;
  color:#f7f2e8!important;
  font-size:15px!important;
}
.rtc-hotels-smart-search__input::placeholder{
  color:rgba(216,210,196,.66)!important;
}
.rtc-hotels-smart-search__input:focus{
  border-color:rgba(217,189,114,.62)!important;
  box-shadow:0 0 0 3px rgba(217,189,114,.10), inset 0 0 0 1px rgba(217,189,114,.12)!important;
}
.rtc-hotels-smart-search__button{
  height:52px!important;
  border-radius:16px!important;
  background:linear-gradient(180deg,#e0c77e 0%,#c6a55b 52%,#a98642 100%)!important;
  border-color:rgba(255,231,164,.42)!important;
  color:#080808!important;
  font-size:14px!important;
  letter-spacing:.02em!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.28), 0 12px 24px rgba(0,0,0,.18)!important;
}
.rtc-hotels-smart-search__button:hover{
  filter:none!important;
  transform:translateY(-1px);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.32), 0 16px 30px rgba(0,0,0,.24)!important;
}
.rtc-hotels-smart-search__results{
  top:calc(100% - 8px)!important;
  border-radius:18px!important;
}
@media (max-width:720px){
  .rtc-hotels-smart-search{
    padding:17px!important;
  }
  .rtc-hotels-smart-search__top{
    display:block!important;
    margin-bottom:13px!important;
  }
  .rtc-hotels-smart-search__title{
    font-size:30px!important;
  }
  .rtc-hotels-smart-search__subtitle{
    max-width:none!important;
    padding-top:10px!important;
  }
  .rtc-hotels-smart-search__row{
    grid-template-columns:1fr!important;
  }
  .rtc-hotels-smart-search__button{
    width:100%!important;
  }
}

/* RTC hotels search scroll results v8 */
.rtc-hotels-smart-search__results{
  max-height:min(68vh,720px)!important;
  overflow-y:auto!important;
  overscroll-behavior:contain!important;
  scrollbar-width:thin;
  scrollbar-color:rgba(203,179,122,.55) rgba(255,255,255,.06);
}
.rtc-hotels-smart-search__results::-webkit-scrollbar{
  width:10px;
}
.rtc-hotels-smart-search__results::-webkit-scrollbar-track{
  background:rgba(255,255,255,.05);
}
.rtc-hotels-smart-search__results::-webkit-scrollbar-thumb{
  background:rgba(203,179,122,.48);
  border-radius:999px;
  border:2px solid rgba(12,12,12,.95);
}
.rtc-hotels-smart-search__more{
  position:sticky;
  bottom:0;
  padding:11px 15px;
  background:linear-gradient(180deg,rgba(15,15,15,.92),rgba(9,9,9,.98));
  border-top:1px solid rgba(203,179,122,.18);
  color:rgba(216,210,196,.78);
  font-size:12px;
  line-height:1.35;
}
@media (max-width:720px){
  .rtc-hotels-smart-search__results{
    max-height:70vh!important;
  }
}


/* RTC hotels search equalizer 11d2: h1/h2 title must look identical */
.rtc-hotels-smart-search h1.rtc-hotels-smart-search__title,
.rtc-hotels-smart-search h2.rtc-hotels-smart-search__title,
.rtc-hotels-smart-search .rtc-hotels-smart-search__title{
  display:block!important;
  margin:0!important;
  padding:0!important;
  color:#fff!important;
  font-family:Georgia,"Times New Roman",serif!important;
  font-size:clamp(30px,2.7vw,40px)!important;
  line-height:1!important;
  letter-spacing:-.02em!important;
  font-weight:800!important;
  max-width:620px!important;
  text-transform:none!important;
}
.rtc-hotels-smart-search .rtc-hotels-smart-search__eyebrow{
  font-family:Inter,Arial,sans-serif!important;
}
.rtc-hotels-smart-search .rtc-hotels-smart-search__subtitle,
.rtc-hotels-smart-search .rtc-hotels-smart-search__input,
.rtc-hotels-smart-search .rtc-hotels-smart-search__button,
.rtc-hotels-smart-search .rtc-hotels-smart-search__result,
.rtc-hotels-smart-search .rtc-hotels-smart-search__more{
  font-family:Inter,Arial,sans-serif!important;
}
