a{text-decoration-thickness:1px!important;text-underline-offset:.1em}:where(.wp-site-blocks :focus){outline-style:solid;outline-width:2px}.wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item:not(:last-child){margin-bottom:3px}.wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content{outline-offset:4px}.wp-block-navigation .wp-block-navigation-item ul.wp-block-navigation__submenu-container .wp-block-navigation-item__content{outline-offset:0}blockquote,caption,figcaption,h1,h2,h3,h4,h5,h6,p{text-wrap:pretty}.more-link{display:block}:where(pre){overflow-x:auto}


/* =====================================================
   SINGLE MPH B ROOM TYPE — SCOPED STYLES
   ===================================================== */
body, html {
    overflow-x: hidden !important;
}
body.single-mphb_room_type {
  --ivory:      #F6F2E9;
  --stone:      #EDE7D9;
  --cream:      #FBF8F1;
  --olive-deep: #42462C;
  --terracotta: #A9613F;
  --walnut:     #3B322A;
  --charcoal:   #26221E;
  --gold:       #B99A5B;
  --gold-soft:  #CBB27E;
  --line:       rgba(59,50,42,.14);
  --serif:      'Cormorant Garamond', Georgia, serif;
  --sans:       'Jost', system-ui, sans-serif;

  font-family: var(--sans) !important;
  font-weight: 400 !important;
  background: var(--ivory) !important;
  color: var(--walnut) !important;
  font-size: 16px !important;
  line-height: 1.75 !important;
  -webkit-font-smoothing: antialiased !important;    overflow-x: hidden;
}


/* =====================================================
   BODY & PAGE SHELL
   ===================================================== */

body.single-mphb_room_type
.wp-block-post-content.has-global-padding,
body.single-mphb_room_type
.entry-content.has-global-padding {
  max-width: 860px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 5vw !important;
  padding-right: 5vw !important;
}


/* =====================================================
   PAGE TITLE
   ===================================================== */

body.single-mphb_room_type h1.wp-block-post-title {
  font-family: var(--serif) !important;
  font-weight: 300 !important;
  font-size: clamp(38px, 5vw, 68px) !important;
  letter-spacing: .06em !important;
  text-transform: uppercase !important;
  color: var(--charcoal) !important;
  line-height: 1.06 !important;
  margin: 50px auto 36px !important;
  text-align: center !important;
  max-width: 80% !important;
}


/* =====================================================
   HERO FEATURED IMAGE
   ===================================================== */

body.single-mphb_room_type
.wp-block-post-featured-image {
  border-radius: 6px !important;
  overflow: hidden !important;
  box-shadow: 0 24px 60px -20px rgba(38,34,30,.28) !important;
  aspect-ratio: 4 / 2 !important;
    max-width: 800px !important;
}

body.single-mphb_room_type
.wp-block-post-featured-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
  transition: transform 1.4s cubic-bezier(.2,.7,.2,1) !important;
}

body.single-mphb_room_type
.wp-block-post-featured-image:hover img {
  transform: scale(1.03) !important;
}


/* Hide "Written by / in" meta row */

body.single-mphb_room_type
.wp-block-group.is-layout-flex.has-small-font-size {
  display: none !important;
}


/* =====================================================
   MPH B CALENDAR / BOOKING WIDTH
   ===================================================== */

body.single-mphb_room_type .mphb-calendar,
body.single-mphb_room_type .mphb-booking-form {
  max-width: 100% !important;
}


/* =====================================================
   BODY COPY
   ===================================================== */

body.single-mphb_room_type .entry-content .wp-block-paragraph,
body.single-mphb_room_type .wp-block-post-content .wp-block-paragraph {
  font-family: var(--sans) !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  color: var(--walnut) !important;
  line-height: 1.82 !important;
  max-width: 100% !important;
  margin-bottom: 22px !important;
}


/* =====================================================
   SERVICES BOX
   ===================================================== */

body.single-mphb_room_type .ta-svc {
  margin: 32px 0 !important;
  padding: 26px 32px !important;
  background: #f6f0e4 !important;
  border: 1px solid var(--line) !important;
  border-radius: 6px !important;
  border-left: 3px solid var(--gold) !important;
}

body.single-mphb_room_type .ta-svc h3 {
      font-family: var(--sans) !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    letter-spacing: .1em !important;
    text-transform: uppercase !important;
  color: #8a6f33 !important;
  margin: 0 0 12px !important;
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
}

body.single-mphb_room_type .ta-svc h3::before {
  content: '' !important;
  width: 26px !important;
  height: 1px !important;
  background: currentColor !important;
  flex-shrink: 0 !important;
}

body.single-mphb_room_type .ta-svc p {
  font-size: 16px !important;
  color: var(--walnut) !important;
  line-height: 1.72 !important;
  margin: 0 !important;
}

body.single-mphb_room_type .ta-svc a {
  color: var(--terracotta) !important;
  text-decoration: none !important;
  border-bottom: 1px solid rgba(169,97,63,.3) !important;
  transition: border-color .3s !important;
}

body.single-mphb_room_type .ta-svc a:hover {
  border-color: var(--terracotta) !important;
}


/* =====================================================
   GALLERY
   ===================================================== */

body.single-mphb_room_type
.mphb-room-type-gallery-wrapper.mphb-single-room-type-gallery-wrapper {
  margin: 32px 0 36px !important;
}

body.single-mphb_room_type
.mphb-single-room-type-gallery-wrapper .gallery {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 10px !important;
  margin: 0 !important;
}

body.single-mphb_room_type
.mphb-single-room-type-gallery-wrapper .gallery-item {
  margin: 0 !important;
  overflow: hidden !important;
  border-radius: 4px !important;
  background: var(--stone) !important;
}

body.single-mphb_room_type
.mphb-single-room-type-gallery-wrapper .gallery-icon {
  display: block !important;
  width: 100% !important;
  line-height: 0 !important;
  overflow: hidden !important;
}

body.single-mphb_room_type
.mphb-single-room-type-gallery-wrapper .gallery-icon a {
  display: block !important;
  overflow: hidden !important;
  border-radius: 4px !important;
}

body.single-mphb_room_type
.mphb-single-room-type-gallery-wrapper .gallery-icon img {
  width: 100% !important;
  height: 90px !important;
  object-fit: cover !important;
  display: block !important;
  transition:
    transform .8s cubic-bezier(.2,.7,.2,1),
    filter .4s !important;
  filter: brightness(.96) !important;
}

body.single-mphb_room_type
.mphb-single-room-type-gallery-wrapper .gallery-icon a:hover img {
  transform: scale(1.08) !important;
  filter: brightness(1.04) !important;
}


/* =====================================================
   DETAILS HEADING
   ===================================================== */

body.single-mphb_room_type .mphb-details-title,
body.single-mphb_room_type .mphb-calendar-title,
body.single-mphb_room_type .mphb-reservation-form-title{
  font-family: var(--sans) !important;
  font-size: 20px !important;
    font-weight: 600 !important;
    letter-spacing: .1em !important;
  text-transform: uppercase !important;
  color: #8a6f33 !important;
  margin: 36px 0 12px !important;
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  border: none !important;
}

body.single-mphb_room_type .mphb-details-title::before {
  content: '' !important;
  width: 28px !important;
  height: 1px !important;
  background: currentColor !important;
  flex-shrink: 0 !important;
}


/* =====================================================
   ATTRIBUTES
   ===================================================== */

body.single-mphb_room_type .mphb-single-room-type-attributes {
  list-style: none !important;
  margin: 0 0 22px !important;
  padding: 0 !important;
  display: flex !important;
  gap: 32px !important;
  flex-wrap: wrap !important;
}

body.single-mphb_room_type .mphb-single-room-type-attributes li {
      font-size: 16px !important;
    letter-spacing: .1em !important;
  font-weight: 600 !important;
  color: #8a6f33 !important;
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin: 0 !important;
}

body.single-mphb_room_type
.mphb-single-room-type-attributes li::before {
  content: '' !important;
  width: 5px !important;
  height: 5px !important;
  background: var(--gold) !important;
  border-radius: 50% !important;
  flex-shrink: 0 !important;
}

body.single-mphb_room_type
.mphb-single-room-type-attributes .mphb-attribute-title {
  color: rgb(0 0 0) !important;
  font-weight: 600 !important;
}

body.single-mphb_room_type
.mphb-single-room-type-attributes .mphb-attribute-value {
  color: #8a6f33 !important;
  font-weight: 700 !important;
}


/* =====================================================
   PRICE
   ===================================================== */

body.single-mphb_room_type .mphb-regular-price {
  font-family: var(--sans) !important;
  font-size: 14px !important;
  letter-spacing: .18em !important;
  text-transform: uppercase !important;
  color: rgba(59,50,42,.5) !important;
  margin: 0 0 44px !important;
  display: flex !important;
  align-items: baseline !important;
  gap: 8px !important;
  flex-wrap: wrap !important;
}

body.single-mphb_room_type .mphb-regular-price strong {
  font-weight: 600 !important;
  font-size: 14px !important;
  color: rgba(59,50,42,1) !important;
  letter-spacing: .22em !important;
}

body.single-mphb_room_type .mphb-regular-price .mphb-price {
  font-family: var(--serif) !important;
  font-size: 30px !important;
  font-weight: 400 !important;
  color: var(--charcoal) !important;
  letter-spacing: .02em !important;
  line-height: 1 !important;
}

body.single-mphb_room_type .mphb-regular-price .mphb-currency {
  font-size: .8em !important;
  margin-right: 1px !important;
}

body.single-mphb_room_type .mphb-price-period {
  font-size: 12px !important;
  letter-spacing: .1em !important;
  color: rgb(0 0 0) !important;
  text-decoration: underline !important;
  text-decoration-color: rgba(59,50,42,.2) !important;
  text-underline-offset: 3px !important;
}

body.single-mphb_room_type .mphb-tax-information {
     font-size: 14px !important;
    color: black;
  font-style: normal !important;
  text-transform: none !important;
  letter-spacing: .04em !important;
}


/* =====================================================
   AVAILABILITY CALENDAR
   ===================================================== */

body.single-mphb_room_type .mphb-calendar-title::before {
  content: '' !important;
  width: 28px !important;
  height: 1px !important;
  background: currentColor !important;
  flex-shrink: 0 !important;
}

body.single-mphb_room_type .mphb-calendar {
  margin-bottom: 44px !important;
  background: var(--cream) !important;
  border: 1px solid var(--line) !important;
  border-radius: 6px !important;
  overflow: hidden !important;
  padding: 24px !important;
  box-shadow: 0 4px 24px -8px rgba(38,34,30,.10) !important;
}

body.single-mphb_room_type .datepick-clear-fix {
  display: none !important;
}


/* =====================================================
   RESERVATION FORM
   ===================================================== */

body.single-mphb_room_type .mphb-reservation-form-title::before {
  content: '' !important;
  width: 28px !important;
  height: 1px !important;
  background: currentColor !important;
  flex-shrink: 0 !important;
}
html body.single-mphb_room_type .mphb-booking-form .mphb-required-fields-tip {
    font-size: 14px !important;
    color: red;
}

/* Form card */

body.single-mphb_room_type .mphb-booking-form {
  background: var(--cream) !important;
  border: 1px solid var(--line) !important;
  border-radius: 6px !important;
  padding: 36px 44px !important;
  box-shadow: 0 8px 40px -16px rgba(38,34,30,.12) !important;
  margin-bottom: 52px !important;
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 0 32px !important;
}


/* Required tip */

body.single-mphb_room_type
.mphb-booking-form .mphb-required-fields-tip {
  grid-column: 1 / -1 !important;
  font-size: 11.5px !important;
  color: rgba(59,50,42,.45) !important;
  letter-spacing: .06em !important;
  margin-bottom: 20px !important;
}

body.single-mphb_room_type
.mphb-booking-form .mphb-required-fields-tip abbr {
  text-decoration: none !important;
  color: var(--terracotta) !important;
}


/* Form field paragraphs */

body.single-mphb_room_type .mphb-booking-form > p,
body.single-mphb_room_type .mphb-booking-form > .mphb-errors-wrapper,
body.single-mphb_room_type .mphb-booking-form > .mphb-reserve-btn-wrapper {
  margin: 0 0 20px !important;
}


/* Hidden input */

body.single-mphb_room_type
.mphb-booking-form input[type="hidden"] {
  display: none !important;
}


/* Field labels */
.mphb-booking-form > p > br {
    display: none;
}
body.single-mphb_room_type .mphb-booking-form label {
  display: block !important;
  font-size: 14px !important;
  letter-spacing: .1em !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
  color: #8a6f33 !important;
  margin-bottom: 8px !important;
}

body.single-mphb_room_type .mphb-booking-form label abbr {
  text-decoration: none !important;
  color: var(--terracotta) !important;
  margin-left: 3px !important;
}


/* Text / date inputs */
body.single-mphb_room_type .mphb-booking-form input[type="text"] {
    width: 90% !important;
}
body.single-mphb_room_type
.mphb-booking-form input[type="text"] {
  display: block !important;
  width: 100% !important;
  padding: 13px 18px !important;
  font-family: var(--serif) !important;
  font-size: 18px !important;
  color: var(--charcoal) !important;
  background: var(--ivory) !important;
  border: 1px solid var(--line) !important;
  border-radius: 3px !important;
  outline: none !important;
  transition: border-color .3s !important;
  cursor: pointer !important;
}

body.single-mphb_room_type
.mphb-booking-form input[type="text"]:focus,
body.single-mphb_room_type
.mphb-booking-form input[type="text"]:hover {
  border-color: var(--gold) !important;
}

body.single-mphb_room_type
.mphb-booking-form input[type="text"]::placeholder {
  color: rgba(59,50,42,.3) !important;
  font-size: 16px !important;
}


/* Select dropdowns */

body.single-mphb_room_type .mphb-booking-form select {
  display: block !important;
  width: 100% !important;
  padding: 13px 44px 13px 18px !important;
  font-family: var(--serif) !important;
  font-size: 18px !important;
  color: var(--charcoal) !important;
  background-color: var(--ivory) !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%238a6f33' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 14px center !important;
  border: 1px solid var(--line) !important;
  border-radius: 3px !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  outline: none !important;
  cursor: pointer !important;
  transition: border-color .3s !important;
}

body.single-mphb_room_type .mphb-booking-form select:focus {
  border-color: var(--gold) !important;
}


/* Grid column layout */

body.single-mphb_room_type .mphb-check-in-date-wrapper {
  grid-column: 1 !important;
}

body.single-mphb_room_type .mphb-check-out-date-wrapper {
  grid-column: 2 !important;
}

body.single-mphb_room_type .mphb-adults-wrapper {
  grid-column: 1 !important;
}

body.single-mphb_room_type .mphb-children-wrapper {
  grid-column: 2 !important;
}


/* Errors */

body.single-mphb_room_type .mphb-errors-wrapper {
  grid-column: 1 / -1 !important;
  font-size: 16px !important;
  color: var(--terracotta) !important;
  padding: 12px 18px !important;
  background: rgba(169,97,63,.07) !important;
  border: 1px solid rgba(169,97,63,.22) !important;
  border-radius: 4px !important;
  letter-spacing: .04em !important;
}

body.single-mphb_room_type .mphb-errors-wrapper.mphb-hide {
  display: none !important;
}


/* =====================================================
   SUBMIT / CHECK AVAILABILITY BUTTON
   ===================================================== */

body.single-mphb_room_type .mphb-reserve-btn-wrapper {
  grid-column: 1 / -1 !important;
  margin-top: 8px !important;
}

body.single-mphb_room_type .mphb-reserve-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-family: var(--sans) !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: .1em !important;
  text-transform: uppercase !important;
  padding: 18px 56px !important;
  background: var(--olive-deep) !important;
  color: var(--ivory) !important;
  border: 1px solid var(--olive-deep) !important;
  border-radius: 3px !important;
  cursor: pointer !important;
  transition:
    background .45s cubic-bezier(.2,.7,.2,1),
    border-color .45s !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  box-shadow: none !important;
  outline: none !important;
}

body.single-mphb_room_type .mphb-reserve-btn:hover {
  background: var(--terracotta) !important;
  border-color: var(--terracotta) !important;
  color: var(--ivory) !important;
}

body.single-mphb_room_type .mphb-reserve-btn:focus-visible {
  outline: 2px solid var(--gold) !important;
  outline-offset: 4px !important;
}
body.single-mphb_room_type .mphb-booking-form > p, body.single-mphb_room_type .mphb-booking-form > .mphb-errors-wrapper, body.single-mphb_room_type .mphb-booking-form > .mphb-reserve-btn-wrapper {}

.mphb-booking-form > p > br {
    display: none;
}

body.single-mphb_room_type .mphb-booking-form input[type="text"] {
    width: 90% !important;
}

body.single-mphb_room_type .wp-block-group.has-global-padding.is-layout-constrained.wp-block-group-is-layout-constrained {padding: 0px !important;}

body.single-mphb_room_type h2.wp-block-heading.alignwide.has-small-font-size {
    display: none;
}

/* =====================================================
   POST NAVIGATION
   ===================================================== */

body.single-mphb_room_type nav[aria-label="Post navigation"] {
  border-top: 1px solid var(--line) !important;
  padding: 32px 0 !important;
  margin: 52px 0 0 !important;
}

body.single-mphb_room_type .post-navigation-link-previous,
body.single-mphb_room_type .post-navigation-link-next {
  font-family: var(--sans) !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  letter-spacing: .1em !important;
/*   text-transform: uppercase !important; */
}

body.single-mphb_room_type .post-navigation-link-previous a,
body.single-mphb_room_type .post-navigation-link-next a {
  color: var(--walnut) !important;
  text-decoration: none !important;
  border-bottom: 1px solid var(--gold) !important;
  transition: color .35s, border-color .35s !important;
  padding-bottom: 2px !important;
}

body.single-mphb_room_type .post-navigation-link-previous a:hover,
body.single-mphb_room_type .post-navigation-link-next a:hover {
  color: var(--terracotta) !important;
  border-color: var(--terracotta) !important;
}

body.single-mphb_room_type
.wp-block-post-navigation-link__arrow-previous,
body.single-mphb_room_type
.wp-block-post-navigation-link__arrow-next {
  color: var(--gold) !important;
  font-size: 18px !important;
  margin: 0 6px !important;
}


/* =====================================================
   COMMENTS
   ===================================================== */

body.single-mphb_room_type .wp-block-comments {
  display: none !important;
}


/* =====================================================
   RESPONSIVE — TABLET / MOBILE
   ===================================================== */

@media (max-width: 720px) {

  body.single-mphb_room_type .mphb-booking-form {
    grid-template-columns: 1fr !important;
    padding: 26px 22px !important;
  }

  body.single-mphb_room_type .mphb-check-in-date-wrapper,
  body.single-mphb_room_type .mphb-check-out-date-wrapper,
  body.single-mphb_room_type .mphb-adults-wrapper,
  body.single-mphb_room_type .mphb-children-wrapper {
    grid-column: 1 !important;
  }

  body.single-mphb_room_type .datepick-month-row {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }

  body.single-mphb_room_type
  .mphb-single-room-type-gallery-wrapper .gallery {
    grid-template-columns: repeat(3, 1fr) !important;
  }

  body.single-mphb_room_type .mphb-reserve-btn {
    width: 100% !important;
    padding: 18px 24px !important;
  }
}


/* =====================================================
   RESPONSIVE — SMALL MOBILE
   ===================================================== */

@media (max-width: 480px) {

  body.single-mphb_room_type h1.wp-block-post-title {
    font-size: clamp(28px, 8vw, 42px) !important;
  }

  body.single-mphb_room_type
  .mphb-single-room-type-gallery-wrapper .gallery {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  body.single-mphb_room_type .mphb-calendar {
    padding: 14px !important;
  }

  body.single-mphb_room_type .mphb-date-cell {
    width: 26px !important;
    height: 26px !important;
    font-size: 11px !important;
  }

  body.single-mphb_room_type .datepick-month-row {
    display: flex !important;
    flex-direction: column !important;
  }
  body.single-mphb_room_type .wp-block-group.alignfull.has-global-padding.is-layout-constrained.wp-block-group-is-layout-constrained {
    width: 95%;
    margin: auto !important;
}
}