/* BUSINESS-TRAVEL CALENDAR FIX V5 — MUST LOAD AFTER flatpickr.min.css */
.stay-calendar-panel .flatpickr-day.inRange{
  background:#fff!important;
  color:#35465c!important;
  box-shadow:none!important;
}
.stay-calendar-panel .flatpickr-day.startRange + .flatpickr-day.endRange,
.stay-calendar-panel .flatpickr-day.selected.startRange + .flatpickr-day.endRange,
.stay-calendar-panel .flatpickr-day.startRange.startRange + .flatpickr-day.endRange.endRange{
  box-shadow:none!important;
}
.stay-calendar-panel .flatpickr-day.startRange,
.stay-calendar-panel .flatpickr-day.endRange{
  border-radius:12px!important;
}
.pac-container{
  max-height:min(430px,68vh)!important;
  padding:2px!important;
}
.pac-item{
  min-height:0!important;
  padding:4px 7px!important;
  line-height:1.05!important;
}
.pac-icon{
  display:none!important;
}
.pac-item-query{
  display:block!important;
  margin:0!important;
  font-size:11.5px!important;
  line-height:1.08!important;
}
.pac-item span{
  font-size:9px!important;
  line-height:1.02!important;
}
