.mphb-hide {
  display: none !important;
}
.mphb-clear {
  clear: both;
}
.mphb-preloader {
  background-image: url("../../images/loading.gif?ver=5.2.3");
  width: 20px;
  height: 20px;
  display: inline-block;
}
.mphb-price-period {
  border-bottom: 1px dashed;
  cursor: help;
}
/* Calendar */
.mphb-calendar {
  --mphb-available-date-bg: #cef093;
  --mphb-available-date-color: #000000;
  --mphb-not-available-date-bg: #dddddd;
  --mphb-not-available-date-color: #777777;
  --mphb-booked-date-bg: #dddddd;
  --mphb-booked-date-color: #777777;
  --mphb-out-of-season-date-bg: #dddddd;
  --mphb-out-of-season-date-color: #777777;
  --mphb-selected-date-bg: #404040;
  --mphb-selected-date-color: #ffffff;
  --mphb-unselectable-date-color: #777777;
}
.mphb-calendar.mphb-loading .datepick {
  position: relative;
}
.mphb-calendar.mphb-loading .datepick:before {
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  background-image: url("../../images/loading.gif?ver=5.2.3");
  background-size: 20px;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1;
}
.mphb-calendar .datepick-month-header select {
  display: inline-block !important;
  width: auto !important;
}
.mphb-calendar .datepick-month table {
  border-collapse: collapse;
  height: 100%;
  margin-bottom: 0;
}
.mphb-calendar .datepick-month td {
  padding: 0;
}
.mphb-calendar .datepick-month td > span {
  height: 100%;
}
.mphb-calendar .datepick-month td span .mphb-date-cell__price,
.mphb-calendar .datepick-month td a .mphb-date-cell__price {
  white-space: nowrap;
  overflow: hidden;
  word-break: keep-all;
  font-size: 10px;
  padding: 0;
  margin: 0 0.125em;
  width: auto;
  color: inherit;
  line-height: 1.5;
}
.mphb-calendar .datepick-month td span .mphb-date-cell__price span,
.mphb-calendar .datepick-month td a .mphb-date-cell__price span {
  padding: 0;
  display: inline;
  color: inherit;
}
.mphb-calendar td .mphb-date-cell {
  color: var(--mphb-available-date-color, #000000);
}
.mphb-calendar td .mphb-available-date {
  background-color: var(--mphb-available-date-bg, #cef093);
}
.mphb-calendar td .mphb-past-date {
  opacity: 0.15;
  background-color: #eee;
  color: #888;
}
.mphb-calendar td .mphb-out-of-season-date--check-in {
  background: linear-gradient(to bottom right, var(--mphb-available-date-bg, #cef093) 0%, var(--mphb-available-date-bg, #cef093) 50%, var(--mphb-out-of-season-date-bg, #dddddd) 50%, var(--mphb-out-of-season-date-bg, #dddddd) 100%);
}
.mphb-calendar td .mphb-out-of-season-date--check-out {
  background: linear-gradient(to top left, var(--mphb-available-date-bg, #cef093) 0%, var(--mphb-available-date-bg, #cef093) 50%, var(--mphb-out-of-season-date-bg, #dddddd) 50%, var(--mphb-out-of-season-date-bg, #dddddd) 100%);
}
.mphb-calendar td .mphb-out-of-season-date--check-in.mphb-mark-as-unavailable--check-out {
  background: linear-gradient(to bottom right, var(--mphb-not-available-date-bg, #dddddd) 0%, var(--mphb-not-available-date-bg, #dddddd) 50%, var(--mphb-out-of-season-date-bg, #dddddd) 50%, var(--mphb-out-of-season-date-bg, #dddddd) 100%);
}
.mphb-calendar td .mphb-out-of-season-date--check-out.mphb-mark-as-unavailable,
.mphb-calendar td .mphb-out-of-season-date--check-out.mphb-mark-as-unavailable--check-in {
  background: linear-gradient(to top left, var(--mphb-not-available-date-bg, #dddddd) 0%, var(--mphb-not-available-date-bg, #dddddd) 50%, var(--mphb-out-of-season-date-bg, #dddddd) 50%, var(--mphb-out-of-season-date-bg, #dddddd) 100%);
}
.mphb-calendar td .mphb-out-of-season-date,
.mphb-calendar td .mphb-out-of-season-date--check-in.mphb-out-of-season-date--check-out {
  background: var(--mphb-out-of-season-date-bg, #dddddd);
  color: var(--mphb-out-of-season-date-color, #777777);
}
.mphb-calendar td .mphb-mark-as-unavailable--check-in {
  background: linear-gradient(to bottom right, var(--mphb-available-date-bg, #cef093) 0%, var(--mphb-available-date-bg, #cef093) 50%, var(--mphb-not-available-date-bg, #dddddd) 50%, var(--mphb-not-available-date-bg, #dddddd) 100%);
}
.mphb-calendar td .mphb-mark-as-unavailable--check-in.mphb-out-of-season-date,
.mphb-calendar td .mphb-mark-as-unavailable--check-in.mphb-out-of-season-date--check-in.mphb-out-of-season-date--check-out {
  background: linear-gradient(to bottom right, var(--mphb-not-available-date-bg, #dddddd) 0%, var(--mphb-not-available-date-bg, #dddddd) 50%, var(--mphb-out-of-season-date-bg, #dddddd) 50%, var(--mphb-out-of-season-date-bg, #dddddd) 100%);
}
.mphb-calendar td .mphb-mark-as-unavailable--check-out {
  background: linear-gradient(to top left, var(--mphb-available-date-bg, #cef093) 0%, var(--mphb-available-date-bg, #cef093) 50%, var(--mphb-not-available-date-bg, #dddddd) 50%, var(--mphb-not-available-date-bg, #dddddd) 100%);
}
.mphb-calendar td .mphb-mark-as-unavailable--check-out.mphb-out-of-season-date,
.mphb-calendar td .mphb-mark-as-unavailable--check-out.mphb-out-of-season-date--check-in.mphb-out-of-season-date--check-out {
  background: linear-gradient(to bottom right, var(--mphb-not-available-date-bg, #dddddd) 0%, var(--mphb-not-available-date-bg, #dddddd) 50%, var(--mphb-out-of-season-date-bg, #dddddd) 50%, var(--mphb-out-of-season-date-bg, #dddddd) 100%);
}
.mphb-calendar td .mphb-mark-as-unavailable,
.mphb-calendar td .mphb-mark-as-unavailable--check-in.mphb-mark-as-unavailable--check-out {
  background: var(--mphb-not-available-date-bg, #dddddd);
  color: var(--mphb-not-available-date-color, #777777);
}
.mphb-calendar td .mphb-booked-date {
  background: var(--mphb-booked-date-bg, #dddddd);
  color: var(--mphb-booked-date-color, #777777);
}
.mphb-calendar td .mphb-date-check-in {
  color: var(--mphb-available-date-color, #000000);
  background: linear-gradient(to bottom right, var(--mphb-available-date-bg, #cef093) 0%, var(--mphb-available-date-bg, #cef093) 50%, var(--mphb-booked-date-bg, #dddddd) 50%, var(--mphb-booked-date-bg, #dddddd) 100%);
}
.mphb-calendar td .mphb-date-check-in.mphb-mark-as-unavailable,
.mphb-calendar td .mphb-date-check-in.mphb-mark-as-unavailable--check-out {
  color: var(--mphb-not-available-date-color, #777777);
  background: linear-gradient(to bottom right, var(--mphb-not-available-date-bg, #dddddd) 0%, var(--mphb-not-available-date-bg, #dddddd) 50%, var(--mphb-booked-date-bg, #dddddd) 50%, var(--mphb-booked-date-bg, #dddddd) 100%);
}
.mphb-calendar td .mphb-date-check-in.mphb-out-of-season-date--check-out {
  color: var(--mphb-out-of-season-date-color, #777777);
  background: linear-gradient(to top left, var(--mphb-booked-date-bg, #dddddd) 0%, var(--mphb-booked-date-bg, #dddddd) 50%, var(--mphb-out-of-season-date-bg, #dddddd) 50%, var(--mphb-out-of-season-date-bg, #dddddd) 100%);
}
.mphb-calendar td .mphb-date-check-in.mphb-unselectable-date--check-in,
.mphb-calendar td .mphb-date-check-in.mphb-unselectable-date--check-out {
  color: var(--mphb-unselectable-date-color, #777777);
}
.mphb-calendar td .mphb-date-check-out {
  background: linear-gradient(to top left, var(--mphb-available-date-bg, #cef093) 0%, var(--mphb-available-date-bg, #cef093) 50%, var(--mphb-booked-date-bg, #dddddd) 50%, var(--mphb-booked-date-bg, #dddddd) 100%);
}
.mphb-calendar td .mphb-date-check-out.mphb-mark-as-unavailable,
.mphb-calendar td .mphb-date-check-out.mphb-mark-as-unavailable--check-in {
  color: var(--mphb-not-available-date-color, #777777);
  background: linear-gradient(to bottom right, var(--mphb-booked-date-bg, #dddddd) 0%, var(--mphb-booked-date-bg, #dddddd) 50%, var(--mphb-not-available-date-bg, #dddddd) 50%, var(--mphb-not-available-date-bg, #dddddd) 100%);
}
.mphb-calendar td .mphb-date-check-out.mphb-out-of-season-date--check-in {
  color: var(--mphb-out-of-season-date-color, #777777);
  background: linear-gradient(to bottom right, var(--mphb-booked-date-bg, #dddddd) 0%, var(--mphb-booked-date-bg, #dddddd) 50%, var(--mphb-out-of-season-date-bg, #dddddd) 50%, var(--mphb-out-of-season-date-bg, #dddddd) 100%);
}
.mphb-calendar td .mphb-date-check-out.mphb-unselectable-date--check-in,
.mphb-calendar td .mphb-date-check-out.mphb-unselectable-date--check-out {
  color: var(--mphb-unselectable-date-color, #777777);
}
.mphb-calendar td .mphb-unselectable-date--check-in,
.mphb-calendar td .mphb-unselectable-date--check-out {
  color: var(--mphb-unselectable-date-color, #777777);
}
.mphb-calendar td .mphb-selected-date,
.mphb-calendar td .mphb-selected-date--check-in,
.mphb-calendar td .mphb-selected-date--check-in.mphb-date-check-out,
.mphb-calendar td .mphb-selected-date--check-out,
.mphb-calendar td .mphb-selected-date--check-out.mphb-date-check-in,
.mphb-calendar td .mphb-selectable-date--check-in:hover,
.mphb-calendar td .mphb-selectable-date--check-out:hover {
  background: var(--mphb-selected-date-bg, #89B63C);
  color: var(--mphb-selected-date-color, #777777);
}
.mphb-calendar .datepick-ctrl {
  display: flex;
  background-color: #eee;
  color: #222;
  border-radius: 0.25em;
  font-weight: 400;
}
.mphb-calendar .datepick-ctrl a,
.mphb-calendar .datepick-ctrl a:hover {
  color: inherit;
  background-color: transparent;
}
.mphb-calendar .datepick-ctrl .mphb-calendar__selected-dates {
  width: 100%;
  padding: 0 0.25em;
}
.mphb-calendar .datepick-ctrl .datepick-cmd-clear {
  width: auto;
  padding: 0 0.25em;
  line-height: inherit;
}
.mphb-booking-form.mphb-loading {
  position: relative;
}
.mphb-booking-form.mphb-loading:before {
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  background-image: url("../../images/loading.gif?ver=5.2.3");
  background-size: 20px;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1;
}
/*.mphb-room-type-gallery{
	margin-left: 0;
	li{
		display: inline-block;
		list-style-type: none;
	}
}*/
/* Datepickers */
.datepick-popup.mphb-loading {
  position: relative;
  pointer-events: none;
}
.datepick-popup.mphb-loading:before {
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  background-image: url("../../images/loading.gif?ver=5.2.3");
  background-size: 20px;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1;
}
.mphb-datepick-popup .datepick-month-header select {
  display: inline-block !important;
  width: auto !important;
}
.mphb-datepick-popup .datepick-month td {
  /*  Extra day before or after the main month */
  /* Booked date */
  /* Available date */
  /* Date that earlier than today */
}
.mphb-datepick-popup .datepick-month td .mphb-booked-date:not(.mphb-selectable-date) {
  opacity: 0.5;
  background-color: #eee;
  color: #888;
}
.mphb-datepick-popup .datepick-month td .mphb-past-date {
  opacity: 0.15;
  background-color: #eee;
  color: #888;
}
.mphb-datepick-popup .datepick-month td .mphb-earlier-min-date,
.mphb-datepick-popup .datepick-month td .mphb-later-max-date {
  opacity: 0.5;
  background-color: #eee;
  color: #888;
}
.mphb-datepick-popup .datepick-month td .mphb-earlier-check-in-date {
  opacity: 0.15;
  background-color: #eee;
  color: #888;
}
.mphb-datepick-popup .datepick-month td .mphb-check-in-date {
  background-color: #cef093;
}
.mphb-datepick-popup .datepick-month td a.datepick-today {
  background-color: #fffaf0;
}
.mphb-datepick-popup .datepick-month td a.datepick-highlight,
.mphb-datepick-popup .datepick-month td a.datepick-selected {
  background-color: #404040;
  color: #fff;
}
.mphb-datepick-popup .datepick-month td span.mphb-check-in-date {
  background-color: #606060;
  color: #fff;
}
.mphb-datepick-popup .mphb-selectable-date {
  cursor: pointer;
}
/* ===== Unavailable date indicator =====
   Draws a subtle red "X" over any date the guest cannot select
   (past, booked, out-of-range, etc.) so available vs. unavailable
   is visually obvious at a glance. Pure CSS overlay via ::after,
   so no HTML/JS changes are required. */
.mphb-calendar td .mphb-past-date,
.mphb-calendar td .mphb-booked-date:not(.mphb-selectable-date),
.mphb-calendar td .mphb-mark-as-unavailable,
.mphb-datepick-popup .datepick-month td .mphb-past-date,
.mphb-datepick-popup .datepick-month td .mphb-earlier-min-date,
.mphb-datepick-popup .datepick-month td .mphb-later-max-date,
.mphb-datepick-popup .datepick-month td .mphb-earlier-check-in-date,
.mphb-datepick-popup .datepick-month td .mphb-booked-date:not(.mphb-selectable-date),
.mphb-datepick-popup .datepick-month td .mphb-unselectable-date:not(.mphb-check-in-date):not(.mphb-selectable-date) {
  position: relative;
}
.mphb-calendar td .mphb-past-date::after,
.mphb-calendar td .mphb-booked-date:not(.mphb-selectable-date)::after,
.mphb-calendar td .mphb-mark-as-unavailable::after,
.mphb-datepick-popup .datepick-month td .mphb-past-date::after,
.mphb-datepick-popup .datepick-month td .mphb-earlier-min-date::after,
.mphb-datepick-popup .datepick-month td .mphb-later-max-date::after,
.mphb-datepick-popup .datepick-month td .mphb-earlier-check-in-date::after,
.mphb-datepick-popup .datepick-month td .mphb-booked-date:not(.mphb-selectable-date)::after,
.mphb-datepick-popup .datepick-month td .mphb-unselectable-date:not(.mphb-check-in-date):not(.mphb-selectable-date)::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  border-radius: inherit;
  background-image:
    linear-gradient(to top right, transparent calc(50% - 1px), rgba(196, 52, 52, 0.75) calc(50% - 1px), rgba(196, 52, 52, 0.75) calc(50% + 1px), transparent calc(50% + 1px)),
    linear-gradient(to top left, transparent calc(50% - 1px), rgba(196, 52, 52, 0.75) calc(50% - 1px), rgba(196, 52, 52, 0.75) calc(50% + 1px), transparent calc(50% + 1px));
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .mphb_sc_availability_calendar-wrapper .mphb-calendar[data-monthstoshow$="1"] .datepick-month {
    width: 100%;
  }
  .mphb_sc_availability_calendar-wrapper .mphb-calendar[data-monthstoshow$="2"] .datepick-month {
    width: 50%;
  }
  .mphb_sc_availability_calendar-wrapper .mphb-calendar[data-monthstoshow$="3"] .datepick-month {
    width: 33.33%;
  }
  .mphb_sc_availability_calendar-wrapper .mphb-calendar[data-monthstoshow$="4"] .datepick-month {
    width: 25%;
  }
  .mphb_sc_availability_calendar-wrapper .mphb-calendar[data-monthstoshow$="5"] .datepick-month {
    width: 20%;
  }
}
.mphb_widget_rooms-wrapper .mphb-widget-room-type-title,
.mphb_widget_rooms-wrapper .mphb-widget-room-type-price,
.mphb_widget_rooms-wrapper .mphb-widget-room-type-book-button {
  margin: 1em 0;
}
.mphb_widget_rooms-wrapper .mphb-widget-room-type-attributes,
.mphb_widget_rooms-wrapper .mphb-widget-room-type-description,
.mphb_widget_rooms-wrapper .mphb-widget-room-type-featured-image {
  margin: 1em 0;
}
.mphb_widget_rooms-wrapper .mphb-widget-room-type-title > a,
.mphb_widget_rooms-wrapper .mphb-widget-room-type-price .mphb-price {
  font-weight: bold;
}
.mphb_widget_rooms-wrapper .mphb-room-type:not(:first-of-type) {
  margin-top: 2em;
}
.mphb_sc_rooms-wrapper .mphb-room-type:not(:first-of-type),
.mphb_sc_services-wrapper .mphb-service:not(:first-of-type),
.mphb_sc_search_results-wrapper .mphb-room-type:not(:first-of-type) {
  margin-top: 4em;
}
.mphb_sc_checkout-form > .mphb-checkout-section:not(:first-of-type),
.mphb_cb_checkout_form > .mphb-checkout-section:not(:first-of-type) {
  margin-top: 4em;
}
.mphb_sc_checkout-form .mphb_checkout-service-quantity,
.mphb_cb_checkout_form .mphb_checkout-service-quantity {
  width: 100px;
  display: inline-block;
}
.mphb_sc_checkout-form .mphb-price-breakdown .mphb-price-breakdown-expand > .mphb-inner-icon,
.mphb_cb_checkout_form .mphb-price-breakdown .mphb-price-breakdown-expand > .mphb-inner-icon {
  font-family: sans-serif;
  font-size: 1em;
  margin-right: 0.75em;
  border: 1px solid currentColor;
  width: 1em;
  height: 1em;
  line-height: 1em;
  display: inline-block;
  text-align: center;
  box-sizing: content-box;
  pointer-events: none;
}
.mphb_sc_checkout-form .mphb-price-breakdown .mphb-table-price-column,
.mphb_cb_checkout_form .mphb-price-breakdown .mphb-table-price-column {
  width: 33%;
}
.mphb_sc_checkout-form .mphb-gateways-list,
.mphb_cb_checkout_form .mphb-gateways-list {
  list-style: none;
}
.mphb_sc_checkout-form .mphb-gateways-list > li,
.mphb_cb_checkout_form .mphb-gateways-list > li {
  margin-top: 1em;
}
.mphb_sc_checkout-form .mphb-billing-fields,
.mphb_cb_checkout_form .mphb-billing-fields {
  margin-bottom: 1em;
  border: none;
}
.mphb_sc_checkout-form .mphb-billing-fields-hidden,
.mphb_cb_checkout_form .mphb-billing-fields-hidden {
  display: none;
}
.mphb_sc_checkout-form .mphb-billing-fields input[data-beanstream-id],
.mphb_cb_checkout_form .mphb-billing-fields input[data-beanstream-id] {
  background-position: right center;
  background-repeat: no-repeat;
}
.mphb_sc_checkout-form .mphb-billing-fields fieldset,
.mphb_cb_checkout_form .mphb-billing-fields fieldset {
  border: none;
  padding: 0;
}
.mphb_sc_checkout-form .mphb-terms-and-conditions,
.mphb_cb_checkout_form .mphb-terms-and-conditions {
  margin-bottom: 0;
  padding-left: 2em;
  padding-right: 2em;
  max-height: 0px;
  overflow: hidden;
  transition: margin-bottom 0.2s linear, padding 0.2s linear, max-height 0.4s linear;
  background: rgba(0, 0, 0, 0.05);
}
.mphb_sc_checkout-form .mphb-terms-and-conditions.mphb-active,
.mphb_cb_checkout_form .mphb-terms-and-conditions.mphb-active {
  margin-bottom: 1em;
  padding-top: 2em;
  padding-bottom: 2em;
  max-height: 200px;
  overflow: auto;
}
.mphb_sc_checkout-form .mphb-terms-and-conditions-accept,
.mphb_cb_checkout_form .mphb-terms-and-conditions-accept {
  margin-left: 0;
  padding-left: 0;
  text-align: left;
}
.mphb_sc_checkout-form .mphb-terms-and-conditions-accept label,
.mphb_cb_checkout_form .mphb-terms-and-conditions-accept label {
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
}
.mphb-rental-agreement-link {
  text-decoration: underline;
}
.mphb-rental-agreement-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none !important;
}
.mphb-rental-agreement-modal--active {
  display: block !important;
}
.mphb-rental-agreement-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}
.mphb-rental-agreement-modal__dialog {
  position: relative;
  margin: 3vh auto;
  width: min(980px, 94vw);
  max-height: 94vh;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  overflow: hidden;
  background: #ffffff !important;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.35);
}
.mphb-rental-agreement-modal__header {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding: 0.9rem 1.1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  background: #ffffff !important;
}
.mphb-rental-agreement-modal__header h3 {
  margin: 0;
  text-align: center;
  width: 100%;
}
.mphb-rental-agreement-modal__close {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  background: transparent;
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
  color: #222;
}
.mphb-rental-agreement-modal__body {
  padding: 18px;
  overflow: auto;
  background: #ffffff !important;
}
.mphb-rental-agreement-modal__footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 12px 18px 18px;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  background: #ffffff !important;
}
.mphb-rental-agreement-btn {
  width: auto;
  height: auto;
  padding: 16px 36px 16px 36px;
  margin: 0px 0px 0px 0px;
  color: rgb(255, 255, 255);
  background: #EFAB03;
  font-size: 14px;
  font-family: Roboto, sans-serif;
  line-height: 14px;
  text-align: center;
  display: block;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.mphb-rental-agreement-btn:hover,
.mphb-rental-agreement-btn:focus {
  background: #EFAB03;
  color: rgb(255, 255, 255);
  opacity: 0.95;
}
.mphb-rental-agreement-paper {
  margin: 0 auto;
  width: 100%;
  max-width: 820px;
  background: #ffffff !important;
  border: 0;
  box-shadow: none;
}
.mphb-rental-agreement-paper__title,
.mphb-rental-agreement-paper__subtitle {
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.2px;
  background: #ffffff !important;
}
.mphb-rental-agreement-paper__title {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16.1px;
  padding: 26px 36px 6px;
}
.mphb-rental-agreement-paper__subtitle {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16.1px;
  padding: 0 36px 10px;
  border-bottom: 1px solid #e5e5e5;
}
.mphb-rental-agreement-paper pre.mphb-rental-agreement-preview-part,
.mphb-rental-agreement-paper pre {
  margin: 0;
  padding: 20px 36px 0;
  white-space: pre-wrap;
  word-break: normal;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
  line-height: 1.55;
  color: #111;
  background: #ffffff !important;
  border: 0 !important;
  box-shadow: none !important;
}
.mphb-rental-agreement-paper pre#mphb-rental-agreement-preview-top {
  padding-bottom: 6px;
}
.mphb-rental-agreement-paper pre#mphb-rental-agreement-preview-bottom {
  padding-top: 6px;
  padding-bottom: 34px;
}
.mphb-rental-agreement-paper pre strong {
  font-weight: 700;
}
/* Price breakdown container — lives outside the <pre> so it has full styling control */
.mphb-rental-agreement-paper .mphb-rental-agreement-preview-breakdown {
  margin: 4px 36px 8px;
  padding: 0;
  background: transparent;
  white-space: normal;
  font-family: Georgia, "Times New Roman", serif;
  color: #111;
}
.mphb-rental-agreement-paper .mphb-rental-agreement-preview-breakdown:empty {
  display: none;
}
.mphb-rental-agreement-preview-breakdown .mphb-agreement-price-breakdown,
.mphb-rental-agreement-preview-breakdown .mphb-agreement-price-breakdown.mphb-room-price-breakdown-wrapper,
.mphb-rental-agreement-preview-breakdown .mphb-agreement-price-breakdown.mphb-checkout-section {
  display: block;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}
.mphb-rental-agreement-preview-breakdown .mphb-agreement-price-breakdown .mphb-price-breakdown-title,
.mphb-rental-agreement-preview-breakdown .mphb-agreement-price-breakdown h4 {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 5px;
  padding: 0;
  color: #111;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-family: Georgia, "Times New Roman", serif;
}
.mphb-rental-agreement-preview-breakdown .mphb-agreement-price-breakdown .mphb-price-breakdown {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11.5px;
  line-height: 1.25;
  color: #222;
  background: #fff;
  border: 1px solid #c8d1da;
  border-radius: 3px;
  overflow: hidden;
  table-layout: auto;
}
.mphb-rental-agreement-preview-breakdown .mphb-agreement-price-breakdown .mphb-price-breakdown th,
.mphb-rental-agreement-preview-breakdown .mphb-agreement-price-breakdown .mphb-price-breakdown td {
  padding: 3px 9px;
  border-bottom: 1px solid #e4e8ed;
  text-align: left;
  white-space: normal;
  vertical-align: middle;
  font-weight: 400;
  line-height: 1.25;
  height: auto;
}
.mphb-rental-agreement-preview-breakdown .mphb-agreement-price-breakdown .mphb-price-breakdown .mphb-table-price-column {
  text-align: right;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
  width: 1%;
  padding-left: 14px;
}
.mphb-rental-agreement-preview-breakdown .mphb-agreement-price-breakdown .mphb-price-breakdown-group td {
  background: #f1f5f9;
  font-weight: 600;
  color: #1e4a73;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #c8d1da;
}
.mphb-rental-agreement-preview-breakdown .mphb-agreement-price-breakdown .mphb-price-breakdown-rate {
  display: block;
  font-weight: 400;
  font-size: 10.5px;
  line-height: 1.25;
  color: #5b6b7a;
  margin: 1px 0 0;
  padding: 0;
  text-transform: none;
  letter-spacing: 0;
}
.mphb-rental-agreement-preview-breakdown .mphb-agreement-price-breakdown .mphb-price-breakdown-dates th {
  background: #fafbfc;
  font-size: 10px;
  color: #5b6b7a;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding-top: 4px;
  padding-bottom: 4px;
}
.mphb-rental-agreement-preview-breakdown .mphb-agreement-price-breakdown .mphb-price-breakdown-date td {
  padding-top: 2px;
  padding-bottom: 2px;
  color: #3a4756;
}
.mphb-rental-agreement-preview-breakdown .mphb-agreement-price-breakdown .mphb-price-breakdown-accommodation-total th,
.mphb-rental-agreement-preview-breakdown .mphb-agreement-price-breakdown .mphb-price-breakdown-subtotal th,
.mphb-rental-agreement-preview-breakdown .mphb-agreement-price-breakdown .mphb-price-breakdown-dates-subtotal th {
  background: #fafbfc;
  font-weight: 600;
  color: #1e4a73;
  padding-top: 4px;
  padding-bottom: 4px;
}
.mphb-rental-agreement-preview-breakdown .mphb-agreement-price-breakdown .mphb-price-breakdown-total th,
.mphb-rental-agreement-preview-breakdown .mphb-agreement-price-breakdown .mphb-price-breakdown-total th.mphb-table-price-column {
  background: #1e4a73 !important;
  color: #ffffff !important;
  font-size: 12px;
  font-weight: 700;
  border-top: 1px solid #1e4a73;
  padding-top: 6px;
  padding-bottom: 6px;
  letter-spacing: 0.02em;
}
.mphb-rental-agreement-preview-breakdown .mphb-agreement-price-breakdown .mphb-price-breakdown-total th *,
.mphb-rental-agreement-preview-breakdown .mphb-agreement-price-breakdown .mphb-price-breakdown-total th.mphb-table-price-column * {
  color: #ffffff !important;
}
.mphb-rental-agreement-preview-breakdown .mphb-agreement-price-breakdown .mphb-price-breakdown-adults td:last-child,
.mphb-rental-agreement-preview-breakdown .mphb-agreement-price-breakdown .mphb-price-breakdown-children td:last-child,
.mphb-rental-agreement-preview-breakdown .mphb-agreement-price-breakdown .mphb-price-breakdown-nights td:last-child,
.mphb-rental-agreement-preview-breakdown .mphb-agreement-price-breakdown .mphb-price-breakdown-guests td:last-child {
  text-align: right;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
  width: 1%;
  padding-left: 14px;
}
.mphb-rental-agreement-preview-breakdown .mphb-agreement-price-breakdown .mphb-price-breakdown tr:last-child th,
.mphb-rental-agreement-preview-breakdown .mphb-agreement-price-breakdown .mphb-price-breakdown tr:last-child td {
  border-bottom: 0;
}
.mphb-rental-agreement-preview-breakdown .mphb-agreement-price-breakdown .mphb-price-breakdown-accommodation {
  text-decoration: none !important;
  color: #1e4a73;
  pointer-events: none;
  cursor: default;
  font-family: Georgia, "Times New Roman", serif;
}
.mphb-rental-agreement-preview-breakdown .mphb-agreement-price-breakdown .mphb-price-breakdown * {
  line-height: inherit;
}
.mphb-rental-agreement-preview-breakdown .mphb-agreement-price-breakdown .mphb-price-breakdown p {
  margin: 0;
  padding: 0;
}
/* Email version */
.mphb-agreement-email-price-breakdown .mphb-price-breakdown {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
  font-size: 13px;
  color: #222;
  border: 1px solid #d9dee3;
}
.mphb-agreement-email-price-breakdown .mphb-price-breakdown th,
.mphb-agreement-email-price-breakdown .mphb-price-breakdown td {
  padding: 8px 10px;
  border-bottom: 1px solid #eef1f4;
  text-align: left;
  vertical-align: top;
}
.mphb-agreement-email-price-breakdown .mphb-table-price-column {
  text-align: right !important;
  white-space: nowrap;
}
.mphb-agreement-email-price-breakdown .mphb-price-breakdown-total th {
  background: #eef3f8;
  color: #1e4a73;
  font-size: 14px;
  font-weight: 700;
}
body.mphb-rental-agreement-open {
  overflow: hidden;
}
.mphb_sc_checkout-wrapper .mphb-login-form-wrap {
  margin-bottom: 4em;
}
.mphb_cb_checkout_form > .mphb-checkout-section:not(:first-of-type) {
  margin-top: 0;
}
.mphb_sc_checkout-services-list,
.mphb_checkout-services-list {
  list-style: none;
}
.mphb_sc_search_results-wrapper .mphb-reservation-cart {
  margin-bottom: 4em;
}
.mphb_sc_search_results-wrapper .mphb-reservation-cart .mphb-reservation-details {
  float: left;
}
.mphb_sc_search_results-wrapper .mphb-reservation-cart .mphb-cart-message {
  margin-bottom: 0;
}
.mphb_sc_search_results-wrapper .mphb-reservation-cart .mphb-confirm-reservation {
  float: right;
}
.mphb_sc_search_results-wrapper .mphb-reservation-cart.mphb-empty-cart .mphb-confirm-reservation,
.mphb_sc_search_results-wrapper .mphb-reservation-cart.mphb-empty-cart .mphb-cart-message,
.mphb_sc_search_results-wrapper .mphb-reservation-cart.mphb-empty-cart .mphb-cart-total-price {
  display: none !important;
}
.mphb_sc_search_results-wrapper .mphb-reservation-cart:not(.mphb-empty-cart) .mphb-empty-cart-message {
  display: none !important;
}
.mphb_sc_search_results-wrapper .mphb-reserve-room-section:not(.mphb-rooms-added) .mphb-confirm-reservation,
.mphb_sc_search_results-wrapper .mphb-reserve-room-section:not(.mphb-rooms-added) .mphb-rooms-reservation-message-wrapper {
  display: none !important;
}
.mphb_sc_search_results-wrapper .mphb-reserve-room-section .mphb-rooms-reservation-message-wrapper .mphb-remove-from-reservation {
  float: right;
}
.mphb_sc_search_results-wrapper .mphb-recommendation-details-list:after {
  content: '';
  display: table;
  clear: both;
}
.mphb_sc_search_results-wrapper .mphb-recommendation .mphb-recommendation-item-guests {
  display: block;
}
.mphb_sc_search_results-wrapper .mphb-recommendation .mphb-recommedation-item-subtotal {
  float: right;
  margin-left: 1em;
}
.mphb_sc_search_results-wrapper .mphb-recommendation .mphb-recommendation-total {
  float: right;
}
.mphb_sc_search_results-wrapper .mphb-recommendation .mphb-recommendation-reserve-button {
  float: right;
  clear: right;
}
.mphb_sc_booking_confirmation .mphb-booking-details-section + .mphb-booking-details-section {
  margin-top: 2em;
}
.mphb_sc_booking_confirmation .mphb-booking-details-section .mphb-booking-details {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.mphb_sc_booking_confirmation .mphb-booking-details-section .mphb-booking-details > li {
  flex: 1 0 100%;
  padding-left: 0;
  margin: 0 0 0.5em 0;
}
@media screen and (min-width: 768px) {
  .mphb_sc_booking_confirmation .mphb-booking-details-section .mphb-booking-details > li {
    flex: 1 0 auto;
    margin: 0 1.5em 1.5em 0;
    padding-right: 1.5em;
    border-right: 1px dashed #d3ced2;
  }
}
.mphb_sc_booking_confirmation .mphb-booking-details-section .mphb-booking-details > li:last-of-type {
  border: none;
  margin-right: 0;
  padding-right: 0;
}
@media screen and (min-width: 768px) {
  .mphb_sc_booking_confirmation .mphb-booking-details-section .mphb-booking-details > li span.label {
    display: block;
    font-size: 0.85em;
  }
}
.mphb_sc_booking_confirmation .mphb-booking-details-section .mphb-booking-details > li span.value {
  font-weight: bold;
}
.mphb_sc_account:after {
  content: '';
  display: table;
  clear: both;
}
@media screen and (min-width: 768px) {
  .mphb_sc_account .mphb-account-menu {
    float: left;
    width: 25%;
  }
}
@media screen and (min-width: 768px) {
  .mphb_sc_account .mphb-account-content {
    float: right;
    width: 73%;
  }
}
.mphb_sc_account .mphb-account-bookings {
  table-layout: auto;
  font-size: 0.85em;
}
@media screen and (max-width: 767px) {
  .mphb_sc_account .mphb-account-bookings thead {
    display: none;
  }
  .mphb_sc_account .mphb-account-bookings tr {
    display: block;
    margin-bottom: 1em;
  }
  .mphb_sc_account .mphb-account-bookings tr:last-child {
    margin-bottom: 0;
  }
  .mphb_sc_account .mphb-account-bookings td {
    display: block;
    text-align: right;
  }
  .mphb_sc_account .mphb-account-bookings td:before {
    content: attr(data-title) ": ";
    float: left;
    font-weight: 700;
  }
}
#mphb-stripe-payment-methods > ul {
  cursor: pointer;
  margin: 0 0 0.5em 0;
  padding: 0;
  list-style: none;
}
#mphb-stripe-payment-methods .mphb-stripe-payment-method {
  display: inline-block;
  margin: 0 1.5em 0 0;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
#mphb-stripe-payment-methods .mphb-stripe-payment-method:last-of-type {
  margin-right: 0;
}
#mphb-stripe-payment-methods .mphb-stripe-payment-method.active label {
  box-shadow: 0 2px currentColor;
}
#mphb-stripe-payment-methods .mphb-stripe-payment-method label {
  cursor: pointer;
}
#mphb-stripe-payment-methods .mphb-stripe-payment-method input[type="radio"] {
  display: none;
}
.mphb-stripe-payment-container {
  margin-bottom: 1em;
  /**
	* The CSS shown here will not be introduced in the Quickstart guide, but shows
	* how you can use CSS to style your Element's container.
	*/
}
.mphb-stripe-payment-container .StripeElement {
  box-sizing: border-box;
  padding: 15px 12px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: white;
  box-shadow: 0 1px 6px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.mphb-stripe-payment-container .StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}
.mphb-stripe-payment-container .StripeElement--invalid {
  border-color: #fa755a;
}
.mphb-stripe-payment-container .StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}
#mphb-stripe-errors {
  color: #e25950;
}

/* Pay Now button - booking confirmation & my account */
.mphb-pay-now-link {
  display: inline-block;
  background-color: #EFAB00;
  color: #fff !important;
  padding: 10px 20px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  transition: opacity 0.2s ease;
}
.mphb-pay-now-link:hover,
.mphb-pay-now-link:focus {
  background-color: #EFAB00;
  color: #fff !important;
  opacity: 0.9;
}
.mphb-pay-now-section .mphb-pay-now-amount {
  margin-bottom: 0.5em;
}
.mphb-pay-now-section .mphb-pay-now-link {
  margin-top: 0.5em;
}
.mphb-pay-now-wrap {
  margin-left: 0.5em;
}
.mphb-pay-now-wrap .mphb-pay-now-link {
  margin-left: 0;
}

/* Inline guest/vehicle fields */
.mphb-inline-fields {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: flex-end;
}
.mphb-inline-field {
  flex: 1 1 180px;
  min-width: 160px;
}
.mphb-inline-field--age {
  flex: 0 0 120px;
  min-width: 120px;
}
.mphb-inline-field input,
.mphb-inline-field select {
  width: 100%;
}
.mphb-guest-name-row {
  margin-top: 1em;
  display: block;
  width: 100%;
}
.mphb-guest-name-single {
  margin-top: 1em;
  display: block;
  width: 100%;
}
.mphb-inline-fields--guest {
  gap: 16px;
  width: 100%;
}
.mphb-inline-fields--guest .mphb-inline-field--name {
  flex: 1 1 320px;
  min-width: 260px;
}
.mphb-vehicles-list .mphb-vehicle-row {
  margin-top: 1em;
  padding: 1em;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  background: #fafafa;
}
.mphb-vehicle-rental-toggle {
  margin: 0 0 0.5em;
}
.mphb-vehicle-rental-note {
  margin: 0.5em 0 0;
  color: #555;
  font-size: 0.9em;
}

/* Age confirmation (front-end only, not saved) */
.mphb_sc_checkout-form > .mphb-age-confirmation.mphb-checkout-section:not(:first-of-type),
.mphb_cb_checkout_form > .mphb-age-confirmation.mphb-checkout-section:not(:first-of-type) {
  margin-top: -8.25em !important;
}
.mphb-age-confirmation-field {
  margin: 0;
}
.mphb-age-confirmation-label {
  display: inline-flex;
  align-items: center;
  gap: 0.6em;
  font-size: 0.95em;
  line-height: 1.4;
  cursor: pointer;
}
.mphb-age-confirmation-label input[type="checkbox"] {
  flex: 0 0 auto;
  margin: 0;
}
.mphb-age-confirmation-text {
  flex: 1 1 auto;
}

/* Purpose of Visit */
.mphb-purpose-of-visit {
  margin-bottom: 1.25em;
}
.mphb-purpose-of-visit-title {
  margin: 0 0 0.5em 0;
}
.mphb-purpose-of-visit-type {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5em 1.25em;
  margin: 0 0 0.75em 0;
}
.mphb-purpose-of-visit-label {
  font-weight: 600;
  margin-right: 0.25em;
}
.mphb-purpose-of-visit-option {
  display: inline-flex;
  align-items: center;
  gap: 0.35em;
  padding: 0.25em 0.6em;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 999px;
  cursor: pointer;
  transition: border-color 0.15s ease, background 0.15s ease;
}
.mphb-purpose-of-visit-option:hover {
  border-color: rgba(0, 0, 0, 0.25);
}
.mphb-purpose-of-visit-option input[type="radio"] {
  margin: 0;
}
.mphb-purpose-of-visit-option:has(input[type="radio"]:checked) {
  border-color: #1e73be;
  background: #eaf3fb;
}
.mphb-purpose-of-visit-note-field label {
  display: block;
  font-weight: 500;
  margin-bottom: 0.35em;
}
.mphb-purpose-of-visit-note-field textarea {
  width: 100%;
  max-width: 700px;
  padding: 0.6em 0.75em;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  background: #fff;
  box-sizing: border-box;
  font-size: 1rem;
  resize: vertical;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.mphb-purpose-of-visit-note-field textarea:hover {
  border-color: rgba(0, 0, 0, 0.2);
}
.mphb-purpose-of-visit-note-field textarea:focus {
  border-color: #1e73be;
  outline: none;
  box-shadow: 0 0 0 2px rgba(30, 115, 190, 0.15);
}

/* Signature */
.mphb-signature-typed .mphb-signature-name-input {
  width: 100%;
  max-width: 520px;
  padding: 0.55em 0.75em;
  font-size: 1rem;
}
.mphb-signature-preview-wrap {
  max-width: 700px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  padding: 1.25em 1em 0.75em;
  margin: 0.5em 0 0.75em;
  min-height: 110px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.mphb-signature-preview {
  font-family: "Dancing Script", "Brush Script MT", "Snell Roundhand", "Apple Chancery", "Segoe Script", cursive;
  font-size: 2.6rem;
  line-height: 1.2;
  color: #111;
  min-height: 2.6rem;
  word-break: break-word;
}
.mphb-signature-preview-line {
  border-top: 1px solid rgba(0, 0, 0, 0.35);
  margin-top: 0.25em;
}
.mphb-signature-accept {
  margin: 0.25em 0 0;
}
.mphb-signature-canvas {
  width: 100%;
  max-width: 700px;
  height: auto;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #fff;
  border-radius: 6px;
  display: block;
}
.mphb-signature-actions {
  margin-top: 0.75em;
}
.mphb-booking-signature-image {
  max-width: 700px;
  width: 100%;
  height: auto;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #fff;
  border-radius: 6px;
}

/* Total price card alignment/design */
.mphb-total-price-section .mphb-total-price-title {
  margin: 0 0 0.75em;
}
.mphb-total-price-card {
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  padding: 12px 14px;
  background: #fafafa;
}
.mphb-total-price-card .mphb-total-price,
.mphb-total-price-card .mphb-deposit-amount {
  margin: 0;
}
.mphb-total-price-card .mphb-deposit-amount {
  margin-top: 0.6em;
  padding-top: 0.6em;
  border-top: 1px dashed rgba(0, 0, 0, 0.2);
}
.mphb-total-price-card output {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}
.mphb-total-price-field,
.mphb-deposit-amount-field {
  font-size: 1.15em;
}

/* Spacing between Purpose of Visit radio row and the free-text note */
.mphb-purpose-of-visit-note-field {
  margin-top: 1em;
}
.mphb-purpose-of-visit-note-field label {
  line-height: 1.5;
}

/* Mobile responsive fixes for checkout custom fields */
@media screen and (max-width: 767px) {
  /*
   * The age-confirmation section uses a large negative top margin on
   * desktop so it visually sits next to the Notes textarea. On mobile
   * the customer details section is much taller (fields stack), which
   * causes the negative margin to overlap the Country / Notes fields
   * above. Restore generous positive spacing so Country and the age
   * checkbox never visually collide.
   */
  .mphb_sc_checkout-form > .mphb-age-confirmation.mphb-checkout-section:not(:first-of-type),
  .mphb_cb_checkout_form > .mphb-age-confirmation.mphb-checkout-section:not(:first-of-type) {
    margin-top: 2.5em !important;
  }

  /* Age confirmation checkbox + label: align-items flex-start so the
     checkbox pins to the top of the text when the label wraps. */
  .mphb-age-confirmation-label {
    align-items: flex-start;
    line-height: 1.6;
    gap: 0.5em;
  }
  .mphb-age-confirmation-label input[type="checkbox"] {
    flex: 0 0 auto;
    margin-top: 0.2em;
  }
  .mphb-age-confirmation-text {
    display: inline-block;
    line-height: 1.6;
  }

  /* Stack the Purpose-of-Visit radio row on mobile so the label and the
     Business / Pleasure pills each take their own line. */
  .mphb-purpose-of-visit-type {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.6em;
    margin-bottom: 0;
    line-height: 1.6;
  }
  .mphb-purpose-of-visit-label {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.25em;
    line-height: 1.6;
  }
  .mphb-purpose-of-visit-option {
    width: 100%;
    box-sizing: border-box;
    padding: 0.5em 0.85em;
    line-height: 1.6;
  }

  /* Increase gap between radio group and the free-text note so
     "Select one / Business / Pleasure" and "Tell us a bit more"
     don't run together on narrow screens. */
  .mphb-purpose-of-visit-note-field {
    margin-top: 2em;
  }
  .mphb-purpose-of-visit-note-field label {
    display: block;
    line-height: 1.6;
    margin-bottom: 0.5em;
  }
  .mphb-purpose-of-visit-note-field textarea {
    display: block;
    line-height: 1.6;
    max-width: 100%;
  }

  /* General label legibility on narrow screens: give wrapped text
     proper breathing room so multi-line labels don't look cramped. */
  .mphb_sc_checkout-form label,
  .mphb_cb_checkout_form label {
    line-height: 1.6;
  }

  /* For labels that contain a checkbox/radio + text, use flex so the
     text wraps cleanly alongside the input rather than running under it. */
  .mphb_sc_checkout-form .mphb-terms-and-conditions-accept label,
  .mphb_cb_checkout_form .mphb-terms-and-conditions-accept label,
  .mphb-signature-accept label,
  .mphb-checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 0.5em;
    line-height: 1.6;
  }
  .mphb_sc_checkout-form .mphb-terms-and-conditions-accept label input[type="checkbox"],
  .mphb_cb_checkout_form .mphb-terms-and-conditions-accept label input[type="checkbox"],
  .mphb-signature-accept label input[type="checkbox"],
  .mphb-checkbox-label input[type="checkbox"] {
    flex: 0 0 auto;
    margin-top: 0.2em;
  }

  /* Stack vehicle inline fields more comfortably on small screens */
  .mphb-inline-fields {
    gap: 14px;
  }
  .mphb-inline-field {
    flex: 1 1 100%;
    min-width: 0;
  }
}

/* Availability calendar widget — plain solid cells, no diagonal lines */
.mphb_sc_availability_calendar-wrapper .mphb-calendar td [class*="mphb-"] {
  background-image: none !important;
  text-decoration: none !important;
}
.mphb_sc_availability_calendar-wrapper .mphb-calendar td [class*="mphb-"]::before,
.mphb_sc_availability_calendar-wrapper .mphb-calendar td [class*="mphb-"]::after {
  content: none !important;
  display: none !important;
  background: none !important;
  background-image: none !important;
}
.mphb_sc_availability_calendar-wrapper .mphb-calendar td .mphb-mark-as-unavailable--check-in,
.mphb_sc_availability_calendar-wrapper .mphb-calendar td .mphb-mark-as-unavailable--check-out,
.mphb_sc_availability_calendar-wrapper .mphb-calendar td .mphb-date-check-in,
.mphb_sc_availability_calendar-wrapper .mphb-calendar td .mphb-date-check-out,
.mphb_sc_availability_calendar-wrapper .mphb-calendar td .mphb-out-of-season-date--check-in,
.mphb_sc_availability_calendar-wrapper .mphb-calendar td .mphb-out-of-season-date--check-out {
  background-image: none !important;
}
.mphb_sc_availability_calendar-wrapper .mphb-calendar td .mphb-available-date {
  background-color: #efab03 !important;
  background-image: none !important;
  color: #ffffff !important;
}
.mphb_sc_availability_calendar-wrapper .mphb-calendar td .mphb-booked-date,
.mphb_sc_availability_calendar-wrapper .mphb-calendar td .mphb-mark-as-unavailable,
.mphb_sc_availability_calendar-wrapper .mphb-calendar td .mphb-not-available-date,
.mphb_sc_availability_calendar-wrapper .mphb-calendar td .mphb-past-date,
.mphb_sc_availability_calendar-wrapper .mphb-calendar td .mphb-unselectable-date,
.mphb_sc_availability_calendar-wrapper .mphb-calendar td [class*="mphb-out-of-season"]:not(.mphb-available-date) {
  background-color: #000000 !important;
  background-image: none !important;
  color: #ffffff !important;
}
