.homelocal-booking-widget-container {
  text-align: left;
}
.homelocal-booking-widget .booking-coupon-btn {
  height: 100%;
}
.homelocal-booking-widget-body {
  padding: 20px;
}
.homelocal-booking-widget-body .hk-grid > div {
  margin-bottom: 10px;
}
.homelocal-booking-widget .checkout-button {
  white-space: nowrap;
}
.homelocal-booking-widget .widget-loader {
  padding: 20px;
}
.homelocal-booking-widget.hfse-loading #checkin:hover,
.homelocal-booking-widget.hfse-loading #checkout:hover {
  cursor: wait;
}
.homelocal-booking-widget .rent-bedroom-sep {
  padding: 0 5px;
}
.homelocal-booking-widget .addon {
  display: flex;
  margin-bottom: 10px;
  justify-content: space-between;
}
.homelocal-booking-widget .addon .addon-name {
  flex: 1;
  padding: 0 10px;
}
.homelocal-booking-widget .addon .addon-state {
  flex: 0 0 70px;
}
.homelocal-booking-widget .addon .homelocal-add-addon {
  width: 100%;
  white-space: nowrap;
}

.homelocal-sticky-booking-widget-container {
  margin: 0;
  padding: 5px 0;
  z-index: 999999;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
.homelocal-sticky-booking-widget .rent-unit {
  font-weight: 700;
}
.homelocal-sticky-booking-widget .modal-button {
  font-size: clamp(14px, 2.6vw, 18px);
}
.homelocal-sticky-booking-widget .modal-button {
  font-size: clamp(14px, 2.6vw, 18px);
}

.homelocal-booking-widget-checkout-modal .checkout-header {
  font-weight: bolder;
  text-transform: uppercase;
}
.homelocal-booking-widget-checkout-modal .checkout-icon {
  width: auto;
  height: 50px;
}
.homelocal-booking-widget-checkout-modal .checkout-label {
  font-size: 1.6rem;
}
.homelocal-booking-widget-checkout-modal .checkout-input {
  width: 30px;
  height: 30px;
  margin-top: 0;
  border: 1px solid #000;
}
.homelocal-booking-widget-checkout-modal .homelocal-booking-widget-checkout-item {
  border: 3px solid transparent;
}
.homelocal-booking-widget-checkout-modal .homelocal-booking-widget-checkout-item.hk-selected {
  border-color: #000;
}
