/*
 * Team shared front-end CSS.
 * Add new page / feature styles here instead of creating one file per page.
 */

/* -------------------------------------------------------------------------
 * Restaurant & Bar
 * ---------------------------------------------------------------------- */

body:has(.gastro-reference-content) {
  background: url("../images/fivestar/bg-content.png") left top repeat #f3ece3;
}

body:has(.gastro-reference-content) .main-content {
  padding-bottom: 1px;
  background: url("../images/fivestar/bg-content.png") left top repeat #f3ece3;
}

.gastro-banner-title {
  margin: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.15;
}

.gastro-page-content {
  padding: 3.75rem 0 4.5rem;
}

.gastro-intro {
  width: 100%;
  max-width: 50rem;
  margin: 0 auto 3.125rem;
}

.gastro-intro p {
  margin: 0;
  color: var(--cl-text);
  /* font-family: var(--font-heading); */
  font-size: 1rem;
  line-height: 1.7;
}

.gastro-reference-content .module-tabs {
  margin-top: 0;
  padding: 0.1875rem;
  /* font-family: var(--font-heading); */
}

.gastro-reference-content .module-tabs > .flex {
  display: flex;
  min-height: 13.8125rem;
  align-items: flex-start;
  justify-content: center;
  gap: 0;
  margin: 0 0 3.125rem;
  padding: 0.1875rem 0.1875rem 0;
}

.gastro-reference-content .module-tabs > .flex .tab-link {
  display: flex;
  width: 11.25rem;
  min-width: 11.25rem;
  min-height: 13.6875rem;
  flex: 0 0 11.25rem;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  margin: 0 2.1875rem;
  padding: 3.75rem 0 1.875rem;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  background-repeat: repeat-x;
  background-position: 0 -1.25rem;
  color: rgb(130, 130, 130);
  font-family: var(--font-heading);
  font-size: 1.5rem;
  font-weight: 600;
  line-height: normal;
  text-transform: none;
  cursor: pointer;
}

.gastro-reference-content .module-tabs > .flex .tab-link::before {
  display: block;
  width: 11.25rem;
  height: 3.5rem;
  flex: 0 0 auto;
  margin-bottom: 0.9375rem;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}

.gastro-reference-content .module-tabs > .flex .tab-link:not(.active)::before {
  opacity: 0.5;
}

.gastro-reference-content .module-tabs > .flex .tab-link.active {
  background-color: transparent;
  color: rgb(168, 56, 41);
  font-weight: 700;
}

.gastro-split {
  display: flex;
  width: 100%;
  align-items: flex-start;
  gap: 0;
}

.gastro-split-copy {
  width: 45%;
  min-width: 0;
  flex: 0 0 45%;
  box-sizing: border-box;
  padding: 1.125rem 3.125rem 0 0;
}

.gastro-split--reverse .gastro-split-copy {
  padding: 1.125rem 0 0 3.125rem;
}

.gastro-split-copy h2 {
  margin: 0 0 1.875rem;
  color: rgb(168, 56, 41);
  font-family: var(--font-heading);
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.2;
}

.gastro-split-copy p {
  margin: 0 0 1rem;
  color: var(--cl-text);
  /* font-family: var(--font-heading); */
  font-size: 1rem;
  line-height: 1.785714;
}

.gastro-split-copy p:last-child {
  margin-bottom: 0;
}

.gastro-split-media {
  position: relative;
  width: 55%;
  min-width: 0;
  flex: 0 0 55%;
}

.gastro-split-media::before {
  position: absolute;
  top: -1.5625rem;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 2.5rem;
  background-repeat: no-repeat;
  background-position: 0 0;
  content: "";
  pointer-events: none;
}

.gastro-split-media img {
  display: block;
  width: 100%;
  height: auto;
}

.gastro-section-heading {
  width: 100%;
  max-width: none;
  margin: 3.75rem 0 1.25rem;
  text-align: left;
}

.gastro-section-heading h3 {
  display: flex;
  align-items: center;
  width: auto;
  margin: 0 0 0.35rem;
  color: rgb(168, 56, 41);
  font-family: var(--font-heading);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
}

.gastro-section-heading h3::after {
  display: block;
  width: 11.25rem;
  height: 1.5625rem;
  flex: 0 0 11.25rem;
  margin: 0 0 0 0.75rem;
  background: url("/wp-content/uploads/2020/04/Scan-1a-01-6.png")
    center -0.6875rem no-repeat;
  content: "";
}

.gastro-section-heading p {
  margin: 0;
  color: var(--cl-text);
  /* font-family: var(--font-heading); */
  font-size: 1rem;
  line-height: 1.785714;
  text-align: left;
}

.gastro-menu-links {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: flex-start;
  gap: 0.75rem 4rem;
  list-style: none;
  margin: 1.25rem 0 0;
  padding: 0;
  max-width: none;
}

.gastro-menu-links li {
  margin: 0;
}

.gastro-menu-links a {
  color: rgb(168, 56, 41);
  font-family: var(--font-heading);
  font-size: 1rem;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-decoration: underline !important;
}

.gastro-menu-links a:hover {
  color: var(--cl-navy);
}

.gastro-reference-content .gastro-menu-carousel {
  overflow: visible;
  margin: 0.625rem 0 0;
}

.gastro-reference-content .gastro-menu-carousel > .swiper-wrapper {
  overflow: hidden;
}

.gastro-menu-item {
  margin: 0;
}

.gastro-menu-item img {
  display: block;
  width: 100%;
  height: auto;
}

.gastro-menu-item figcaption {
  margin-top: 0.75rem;
  color: var(--cl-text);
  font-family: var(--font-heading);
  font-size: 0.875rem;
  line-height: 1.4;
  text-align: left;
}

.gastro-reference-content .gastro-menu-carousel .swiper-button-prev,
.gastro-reference-content .gastro-menu-carousel .swiper-button-next {
  top: 36%;
  width: 3rem;
  height: 3rem;
  margin-top: -1.5rem;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  color: transparent;
  font-size: 0;
  z-index: 5;
}

.gastro-reference-content .gastro-menu-carousel .swiper-button-prev {
  left: -3.75rem;
  background-image: url("/wp-content/uploads/2020/04/11-01-1-new.png");
}

.gastro-reference-content .gastro-menu-carousel .swiper-button-next {
  right: -3.75rem;
  background-image: url("/wp-content/uploads/2020/04/11-01-2-new.png");
}

.gastro-reference-content .gastro-menu-carousel .swiper-button-prev::after,
.gastro-reference-content .gastro-menu-carousel .swiper-button-next::after {
  display: none;
  content: none;
}

.gastro-discover {
  display: flex;
  gap: 1.5rem;
  margin-top: 4.375rem;
}

.gastro-discover-card {
  display: flex;
  width: 50%;
  min-width: 0;
  flex: 0 0 calc(50% - 0.75rem);
  border: 1px solid #bdbdbd;
  background: transparent;
}

.gastro-discover-media {
  display: block;
  width: 50%;
  min-width: 0;
  flex: 0 0 50%;
}

.gastro-discover-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gastro-discover-copy {
  box-sizing: border-box;
  width: 50%;
  min-width: 0;
  flex: 0 0 50%;
  padding: 1.25rem 1.25rem 1.25rem 1.5rem;
}

.gastro-discover-copy h3 {
  margin: 0 0 0.75rem;
  color: rgb(168, 56, 41);
  font-family: var(--font-heading);
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.gastro-discover-copy p {
  margin: 0 0 0.875rem;
  color: var(--cl-text);
  /* font-family: var(--font-heading); */
  font-size: 1rem;
  line-height: 1.7;
}

.gastro-discover-more {
  color: rgb(168, 56, 41);
  font-family: var(--font-heading);
  font-size: 1rem;
  font-style: italic;
  text-decoration: underline !important;
}

.gastro-discover-more:hover {
  color: var(--cl-navy);
  transition: all 0.3s;
}

.gastro-reserve {
  display: flex;
  justify-content: flex-start;
  margin: 2.5rem 0 0;
}

.gastro-reserve-link {
  color: rgb(168, 56, 41);
  font-family: var(--font-heading);
  font-size: 1.125rem;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: none;
}

.gastro-reserve-link:hover {
  color: var(--cl-navy) !important;
}
.wellness-reference-content
  .module-tabs
  .tab-content.wellness-spa-tab
  .wellness-spa-menu-link {
  text-decoration: underline !important;
}
.wellness-reference-content
  .module-tabs
  .tab-content.wellness-spa-tab
  > .text-cl-text:first-child
  p {
  font-size: 1rem !important;
}
@media (max-width: 1199px) {
  .gastro-reference-content .gastro-menu-carousel .swiper-button-prev {
    left: 0.25rem;
  }

  .gastro-reference-content .gastro-menu-carousel .swiper-button-next {
    right: 0.25rem;
  }
}

@media (max-width: 767px) {
  .gastro-banner-title {
    font-size: 1.75rem;
  }

  .gastro-page-content {
    padding: 2.5rem 0 3rem;
  }

  .gastro-intro {
    max-width: none;
    margin-bottom: 2rem;
  }

  .gastro-reference-content .module-tabs > .flex {
    min-height: 0;
    margin-bottom: 2rem;
  }

  .gastro-reference-content .module-tabs > .flex .tab-link {
    width: 8rem;
    min-width: 8rem;
    min-height: 10rem;
    flex-basis: 8rem;
    margin: 0 0.5rem;
    padding: 2.5rem 0 1.25rem;
    font-size: 1.25rem;
  }

  .gastro-reference-content .module-tabs > .flex .tab-link::before {
    width: 8rem;
    height: 2.75rem;
  }

  .gastro-split,
  .gastro-split--reverse {
    flex-direction: column;
  }

  .gastro-split-copy,
  .gastro-split--reverse .gastro-split-copy,
  .gastro-split-media {
    width: 100%;
    flex-basis: 100%;
    padding: 0;
  }

  .gastro-split-copy {
    margin-bottom: 1.75rem;
  }

  .gastro-split-copy h2 {
    font-size: 1.875rem;
  }

  .gastro-discover {
    flex-direction: column;
  }

  .gastro-discover-card {
    width: 100%;
    flex-basis: 100%;
    flex-direction: column;
    border: 0;
  }

  .gastro-discover-media,
  .gastro-discover-copy {
    width: 100%;
    flex-basis: 100%;
  }

  .gastro-discover-copy {
    padding: 1rem 0 0;
  }
}

/* -------------------------------------------------------------------------
 * Experience
 * ---------------------------------------------------------------------- */

body.page-experience {
  background: url("../images/fivestar/bg-content.png") left top repeat #f3ece3;
}

body.page-experience .main-content {
  padding-bottom: 1px;
  background: url("../images/fivestar/bg-content.png") left top repeat #f3ece3;
}

body.exp-modal-open {
  overflow: hidden;
}

.exp-page {
  padding: 3.5rem 0 4.5rem;
}

.exp-filters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.25rem 1.75rem;
  margin: 0 0 2.5rem;
}

.exp-filter {
  padding: 0.35rem 0;
  border: 0;
  background: transparent;
  color: #6b5e52;
  font-family: var(--font-heading);
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.4;
  cursor: pointer;
}

.exp-filter.is-active,
.exp-filter:hover {
  color: #a83829;
}

.exp-filter.is-active {
  box-shadow: inset 0 -0.125rem 0 #a83829;
}

.exp-heading {
  max-width: 52rem;
  margin: 0 auto 2.75rem;
  text-align: center;
}

.exp-heading-title {
  margin: 0 0 0.85rem;
  color: #a83829;
  font-family: var(--font-heading);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.exp-heading-text {
  margin: 0;
  color: var(--cl-text, #3d342d);
  /* font-family: var(--font-heading); */
  font-size: 1rem;
  line-height: 1.75;
}

.exp-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2.25rem 1.75rem;
}

.exp-card {
  cursor: pointer;
}

.exp-card-media {
  overflow: hidden;
  margin-bottom: 1rem;
  aspect-ratio: 4 / 3;
  background: #e6ddd0;
}

.exp-card-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.exp-card:hover .exp-card-media img {
  transform: scale(1.06);
}

.exp-card-title {
  margin: 0 0 0.55rem;
  color: #2f2a26;
  font-family: var(--font-heading);
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.3;
}

.exp-card-excerpt {
  margin: 0;
  color: #5b5148;
  /* font-family: var(--font-heading); */
  font-size: 1rem;
  line-height: 1.7;
}

.exp-empty {
  margin: 1rem 0 0;
  text-align: center;
  color: #6b5e52;
}

.exp-contact,
.exp-modal-contact {
  margin: 3rem 0 0;
  text-align: center;
}

.exp-contact a,
.exp-modal-contact {
  display: inline-block;
  color: #a83829;
  font-family: var(--font-heading);
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-decoration: underline !important;
}

.exp-contact a:hover,
.exp-modal-contact:hover {
  color: var(--cl-navy) !important;
}

.exp-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
}

.exp-modal[hidden] {
  display: none;
}

.exp-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(24, 18, 14, 0.62);
}

.exp-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(68rem, 100%);
  max-height: calc(100vh - 2.5rem);
  overflow: auto;
  padding: 2rem 2rem 1.75rem;
  background: #f7f1e8;
  box-shadow: 0 1.25rem 3rem rgba(0, 0, 0, 0.28);
}

.exp-modal-close {
  position: absolute;
  top: 0.65rem;
  right: 0.85rem;
  z-index: 2;
  width: 2rem;
  height: 2rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: #a83829;
  font-family: var(--font-heading);
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
}

.exp-modal-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(16rem, 0.9fr);
  gap: 2rem 2.25rem;
  align-items: start;
}

.exp-modal-figure img {
  display: block;
  width: 100%;
  height: auto;
}

.exp-modal-thumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.65rem;
}

.exp-modal-thumb {
  width: 4.5rem;
  padding: 0;
  border: 0.125rem solid transparent;
  background: transparent;
  cursor: pointer;
}

.exp-modal-thumb.is-active {
  border-color: #a83829;
}

.exp-modal-thumb img {
  display: block;
  width: 100%;
  height: 3.25rem;
  object-fit: cover;
}

.exp-modal-title {
  margin: 0 0 1rem;
  color: #a83829;
  font-family: var(--font-heading);
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.25;
}

.exp-modal-html {
  color: #4a4038;
  font-family: var(--font-heading);
  font-size: 0.9375rem;
  line-height: 1.75;
}

.exp-modal-html p,
.exp-modal-html ul {
  margin: 0 0 0.85rem;
}

.exp-modal-html em {
  color: #8a4a2b;
}

.exp-modal-contact {
  margin-top: 1.5rem;
  text-align: left;
}

@media (max-width: 991px) {
  .exp-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .exp-modal-layout {
    grid-template-columns: 1fr;
  }

  .exp-modal-title {
    font-size: 1.5rem;
  }
}

@media (max-width: 639px) {
  .exp-page {
    padding: 2.25rem 0 3rem;
  }

  .exp-grid {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }

  .exp-heading-title {
    font-size: 1.625rem;
  }

  .exp-modal-dialog {
    padding: 2.25rem 1.15rem 1.25rem;
  }
}

/* -------------------------------------------------------------------------
 * Special Offers
 * ---------------------------------------------------------------------- */

body.page-offers,
body.page-offer-single {
  background: url("../images/fivestar/bg-content.png") left top repeat #f3ece3;
}

body.page-offers .main-content,
body.page-offer-single .main-content {
  padding-bottom: 1px;
  background: url("../images/fivestar/bg-content.png") left top repeat #f3ece3;
}

.offers-banner {
  position: relative;
}

.offers-banner img {
  display: block;
  width: 100%;
  height: auto;
}

.offers-stitch {
  position: absolute;
  bottom: -1.3125rem;
  left: 50%;
  z-index: 2;
  width: 50%;
  height: 1.5625rem;
  background-repeat: repeat-x;
  background-position: 0 -1.4375rem;
  pointer-events: none;
}

.offers-inner {
  padding: 4.25rem 1rem 6.5rem;
}

.offers-title {
  margin: 0 auto 1.75rem;
  color: #a83829;
  font-family: var(--font-heading);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}

.offers-lead {
  max-width: 49.4375rem;
  margin: 0 auto 4.25rem;
  color: var(--cl-text, #3d342d);
  font-family: var(--font-heading);
  font-size: 0.9375rem;
  line-height: 1.75;
  text-align: center;
}

.offers-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.5rem 3rem;
  padding: 3.75rem 1.25rem 1rem;
  background-image:
    url("../images/fivestar/offer-1.png"), url("../images/fivestar/offer-1.png");
  background-repeat: no-repeat, no-repeat;
  background-position:
    left top,
    right top;
  background-size: auto;
}

.offers-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.25rem 1.25rem 2.5rem;
  text-align: center;
}

.offers-card:nth-of-type(odd) {
  background: url("../images/fivestar/offer-2.png") right 0 repeat-y transparent;
  background-position: calc(100% + 1.55rem) 0;
}

.offers-card-media {
  display: block;
  width: 100%;
  overflow: hidden;
}

.offers-card-media img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.45s ease;
}

.offers-card:hover .offers-card-media img {
  transform: scale(1.04);
}

.offers-card-title {
  margin: 0.75rem 0 0.85rem;
  font-family: var(--font-heading);
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.3;
}

.offers-card-title a {
  color: #2f2a26;
  text-decoration: none;
}

.offers-card-title a:hover {
  color: #a83829;
}

.offers-card-excerpt {
  margin: 0 0 1.5rem;
  color: #5b5148;
  font-family: var(--font-heading);
  font-size: 0.875rem;
  line-height: 1.7;
}

.offers-card-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 11.25rem;
  height: 3.875rem;
  margin-top: auto;
  background: url("../images/fivestar/tour-5.png") 0 -0.3rem / 100% no-repeat
    transparent;
  color: #a83829;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.2;
  text-decoration: none;
}

.offers-card-btn:hover {
  color: #7d2419;
}

body.page-offer-single .s-content {
  max-width: 50rem;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .offers-title {
    font-size: 1.625rem;
  }

  .offers-lead {
    margin-bottom: 2.5rem;
  }

  .offers-grid {
    grid-template-columns: 1fr;
    padding-top: 2rem;
  }

  .offers-card:nth-of-type(odd) {
    background: none;
  }
}

@media (max-width: 639px) {
  .offers-inner {
    padding: 2.25rem 1rem 3rem;
  }
}

/* -------------------------------------------------------------------------
 * Room detail
 * ---------------------------------------------------------------------- */

body.page-room-detail {
  background: url("../images/fivestar/bg-content.png") left top repeat #f3ece3;
}

body.page-room-detail .main-content {
  padding-bottom: 1px;
  background: url("../images/fivestar/bg-content.png") left top repeat #f3ece3;
}

.room-hero {
  margin-top: -5rem;
}

.room-hero-media {
  position: relative;
}

.room-hero-media img {
  display: block;
  width: 100%;
  height: auto;
}

.room-hero-copy {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.room-hero-text {
  margin: 0;
  max-width: 45rem;
  color: #fff;
  font-family: var(--font-heading);
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.35);
}

.room-hero-stitch {
  position: absolute;
  bottom: -1.3125rem;
  left: 50%;
  z-index: 2;
  width: 50%;
  height: 1.5625rem;
  background-repeat: repeat-x;
  background-position: 0 -1.4375rem;
  pointer-events: none;
}

.room-main {
  padding: 4rem 0 3rem;
}

.room-intro {
  max-width: 49.4375rem;
  margin: 0 auto 3rem;
  text-align: center;
}

.room-name {
  margin: 0 0 1.25rem;
  color: #a83829;
  font-family: var(--font-heading);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25;
}

.room-intro-copy,
.room-intro-copy p {
  color: #4a4038;
  /* font-family: var(--font-heading); */
  font-size: 1rem;
  line-height: 1.75;
}

.room-intro-copy p {
  margin: 0 0 1rem;
}

.room-layout {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(16rem, 1fr);
  gap: 3rem 3.5rem;
  align-items: start;
}

.room-block-title {
  margin: 0 0 1rem;
  color: #a83829;
  /* font-family: var(--font-heading); */
  font-size: 1.25rem;
  font-weight: 600;
}

.room-info-list,
.room-extra {
  margin: 0 0 2rem;
  padding: 0 0 1.5rem;
  border-bottom: 1px solid rgba(168, 56, 41, 0.15);
  list-style: none;
}

.room-info-list li,
.room-extra li {
  margin: 0 0 0.4rem;
  color: #4a4038;
  /* font-family: var(--font-heading); */
  font-size: 0.9375rem;
}

.room-info-list span {
  color: #7a6e64;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.04em;
}

.room-amenities {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem 1rem;
  align-items: start;
  margin: 0 0 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(168, 56, 41, 0.15);
}

.room-amenity {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 0;
  padding: 0 0.35rem;
  text-align: center;
  color: #5b5148;
  font-size: 0.875rem;
  line-height: 1.35;
}

.room-amenity span {
  display: block;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.room-amenity img {
  height: 1.75rem;
  width: auto;
  margin-bottom: 0.35rem;
  flex-shrink: 0;
}

.room-book {
  padding: 1.75rem 1.5rem;
  border: 1px solid rgba(168, 56, 41, 0.18);
  background: rgba(255, 255, 255, 0.35);
}

.room-book-contact {
  margin-bottom: 1.25rem;
  color: #4a4038;
  /* font-family: var(--font-heading); */
  font-size: 1rem;
  line-height: 1.7;
}

.room-book-contact p {
  margin: 0 0 0.35rem;
}

.room-book-contact a {
  color: #a83829;
}

.room-book-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0.65rem 1.25rem;
  background: #a83829;
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.room-book-btn:hover {
  background: #7d2419;
  color: #fff;
}

.room-photos {
  position: relative;
  padding: 0 0 3.5rem;
}

.room-photo-slider {
  overflow: hidden;
  padding: 0 3.5rem;
}

.room-photo-slider img {
  display: block;
  width: 100%;
  height: 16.5rem;
  object-fit: cover;
}

.room-photo-slider .swiper-button-prev,
.room-photo-slider .swiper-button-next {
  color: #a83829;
}

.room-more {
  padding: 0 0 4.5rem;
}

.room-more-title {
  margin: 0 0 2rem;
  color: #a83829;
  font-family: var(--font-heading);
  font-size: 1.75rem;
  font-weight: 700;
  text-align: center;
}

.room-more-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
  max-width: 50rem;
  margin: 0 auto;
}

.room-more-card {
  display: block;
  text-decoration: none;
}

.room-more-media {
  overflow: hidden;
  aspect-ratio: 392 / 300;
  margin-bottom: 0.85rem;
}

.room-more-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.room-more-copy h3 {
  margin: 0 0 0.35rem;
  color: #2f2a26;
  font-family: var(--font-heading);
  font-size: 1.25rem;
}

.room-more-copy p {
  margin: 0 0 0.25rem;
  color: #6b5e52;
  font-size: 0.875rem;
}

.room-more-copy span {
  color: #a83829;
  font-style: italic;
  text-decoration: underline;
}

@media (max-width: 991px) {
  .room-hero-text {
    font-size: 1.625rem;
  }

  .room-layout,
  .room-more-grid {
    grid-template-columns: 1fr;
  }

  .room-amenities {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .room-photo-slider {
    padding: 0 2.5rem;
  }
}

@media (max-width: 639px) {
  .room-amenities {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .room-hero-text {
    font-size: 3rem;
  }
}

#floating-booking-btn.is-booking-hidden {
    opacity: 0 !important;
    pointer-events: none !important;
}

#floating-booking-btn.is-booking-visible {
    opacity: 1;
    pointer-events: auto;
}

/* -------------------------------------------------------------------------
 * Legal / terms pages without Elementor (VI/FR fallback)
 * ---------------------------------------------------------------------- */

body.page-legal,
body.page-legal .main-content,
.child-legal-page {
  background: url("../images/fivestar/bg-content.png") left top repeat #fff;
}

.child-legal-banner {
  overflow: hidden;
}

.child-legal-body {
  max-width: 761px;
  margin: 0 auto;
  padding: 5rem 1rem 4rem;
}

.child-legal-body > h3:first-child,
.child-legal-body .title-lv2,
.child-legal-body .mkdf-section-title-holder {
  color: #a83829;
  text-align: center;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 1.75rem;
}

.child-legal-body h4 {
  color: #a83829;
  font-size: 1.5rem;
  margin: 1.75rem 0 0.75rem;
}

.child-legal-table-wrap {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 1.25rem 0;
}

.child-legal-body table {
  width: 100% !important;
  max-width: 100%;
  height: auto !important;
  border-collapse: collapse;
  background: #fff;
}

.child-legal-body table td,
.child-legal-body table th {
  width: auto !important;
  padding: 0.625rem 0.5rem;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .child-legal-body {
    padding: 3rem 1rem 3rem;
  }

  .child-legal-body > h3:first-child,
  .child-legal-body .title-lv2,
  .child-legal-body .mkdf-section-title-holder {
    font-size: 1.625rem;
  }

  .child-legal-body table {
    min-width: 36rem;
  }
}
