@import url("booking-2.7.1.css");

/* Keep jQuery UI's generated popup out of document flow when the active
   WordPress theme does not load the standard jQuery UI positioning rules. */
#ui-datepicker-div.ui-datepicker {
  position: absolute;
  display: none;
  max-width: calc(100vw - 24px);
}

.hnwb-booking textarea {
  box-sizing: border-box;
  width: 100%;
  min-height: 118px;
  margin-top: 7px;
  padding: 12px 14px;
  resize: vertical;
  border: 1px solid #b7c8c2;
  border-radius: 13px;
  background: #fbfdfc;
  color: #173e34;
  font: inherit;
}
.hnwb-booking textarea:focus { border-color:#245f50;outline:0;box-shadow:0 0 0 3px rgba(36,95,80,.14);background:#fff; }
.hnwb-question > label small { color:#6b7c76;font-size:.76rem;font-weight:600; }
.hnwb-access-guide { margin-top:28px;padding:24px;border:1px solid #dce5e1;border-radius:18px;background:#f7faf8; }
.hnwb-access-guide li { margin-bottom:10px; }
.hnwb-form-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.hnwb-form-actions .hnwb-reset{background:transparent!important;color:#50575e!important;border-color:#8c8f94!important}

.hnwb-setup-form input[type=email]{box-sizing:border-box;width:100%;min-height:50px;margin-top:7px;padding:11px 14px;border:1px solid #b7c8c2;border-radius:13px;background:#fff;color:#173e34;font:inherit}
