/* Urban Rest refinements loaded after the vendor theme. */
.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 10000;
  padding: 12px 18px;
  border-radius: 8px;
  background: #fff;
  color: #2d2724;
  font-weight: 700;
  transform: translateY(-160%);
  transition: transform .2s ease;
}

.skip-link:focus {
  transform: translateY(0);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid #b58a5a !important;
  outline-offset: 3px;
}

.legal-page {
  padding: 150px 0 100px;
  background: #f6f4f2;
}

.legal-content {
  max-width: 880px;
  margin: 0 auto;
  padding: clamp(28px, 6vw, 72px);
  border: 1px solid #ded9d5;
  box-shadow: 0 12px 36px rgba(45, 35, 31, .08);
}

.legal-content h2 {
  margin-top: 32px;
  font-size: 25px;
}

.footer-legal-links {
  display: inline-flex;
  gap: 18px;
  margin-left: 20px;
}

.footer-legal-links a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.guest-policy-card {
  border: 1px solid #e4dfdb;
  box-shadow: 0 8px 25px rgba(45, 35, 31, .06);
}

.guest-quick-link {
  border: 1px solid #e4dfdb;
  color: inherit;
  transition: transform .2s ease, box-shadow .2s ease;
}

.guest-quick-link:hover,
.guest-quick-link:focus-visible {
  color: inherit;
  transform: translateY(-3px);
  box-shadow: 0 10px 26px rgba(45, 35, 31, .1);
}

.facility-status {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 20px;
  background: #574640;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.guest-policy-card p:last-child,
.guest-policy-card ul:last-child {
  margin-bottom: 0;
}

.trust-card {
  height: 100%;
  padding: 20px;
  border: 1px solid #e6e0db;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(45, 35, 31, .05);
}

.trust-card-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 12px;
  border-radius: 12px;
  background: #f2ebdf;
  color: #574640;
  font-size: 18px;
}

.trust-card strong {
  display: block;
  margin-bottom: 6px;
  color: #2d2724;
}

.trust-card p {
  margin: 0;
  color: #6d655f;
  font-size: 14px;
  line-height: 1.7;
}

.contact-hero p,
.rooms-hero p {
  max-width: 740px;
  margin: 0 auto;
  color: rgba(255,255,255,.9);
  font-size: 1rem;
  line-height: 1.8;
}

.contact-form-card {
  border: 1px solid #e5ddd8;
  box-shadow: 0 12px 32px rgba(45, 35, 31, .06);
}

#mainmenu .menu-cta {
  margin-left: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #574640;
  color: #fff;
}

.quick-access-section {
  margin-top: -24px;
  position: relative;
  z-index: 3;
}

.quick-access-card {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  height: 100%;
  padding: 18px 20px;
  border: 1px solid #e5ddd8;
  border-radius: 16px;
  background: #fff;
  color: inherit;
  box-shadow: 0 10px 28px rgba(45, 35, 31, .06);
  transition: transform .2s ease, box-shadow .2s ease;
}

.quick-access-card:hover,
.quick-access-card:focus-visible {
  transform: translateY(-3px);
  color: inherit;
  box-shadow: 0 14px 30px rgba(45, 35, 31, .12);
}

.quick-access-icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  border-radius: 12px;
  background: #f3eee9;
  color: #574640;
  font-size: 20px;
}

.quick-access-card h3 {
  margin: 0 0 4px;
  color: #2d2724;
  font-size: 17px;
}

.quick-access-card p {
  margin: 0;
  color: #6d655f;
  font-size: 14px;
  line-height: 1.6;
}

.mobile-booking-cta {
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 1100;
  padding: 12px 16px;
  border-radius: 999px;
  background: #574640;
  color: #fff;
  box-shadow: 0 12px 28px rgba(45, 35, 31, .2);
}

.mobile-booking-cta span {
  font-size: 13px;
  opacity: .95;
}

.mobile-booking-cta strong {
  font-size: 14px;
  font-weight: 700;
}

@media (max-width: 991px) {
  .mobile-booking-cta {
    display: flex;
  }

  body {
    padding-bottom: 84px;
  }
}

.guest-policy-card ul {
  padding-left: 20px;
}

.guest-faq {
  padding: 90px 0;
}

.guest-faq .accordion-item {
  border: 1px solid #ded9d5;
  border-radius: 6px;
  margin-bottom: 12px;
  overflow: hidden;
}

.guest-faq .accordion-button {
  color: #352b27;
  font-size: 18px;
  font-weight: 600;
  box-shadow: none;
}

.guest-faq .accordion-button:not(.collapsed) {
  color: #352b27;
  background: #f3efec;
}

.guest-faq .accordion-button:focus {
  box-shadow: 0 0 0 3px rgba(87, 70, 64, .2);
}

.reservation-reference {
  display: inline-block;
  padding: 10px 15px;
  border-radius: 8px;
  background: rgba(87, 70, 64, .08);
}

.reservation-section {
  padding: 76px 0 100px;
  background: #f6f4f2;
}

.reservation-section #booking_form_wrap {
  max-width: 1180px;
  margin: 0 auto;
}

.reservation-section #booking_form .reservation-panel,
.reservation-section #booking_form .reservation-summary {
  overflow: hidden;
  border: 1px solid #ded9d5 !important;
  border-radius: 24px !important;
  background: #fff !important;
  box-shadow: 0 12px 36px rgba(45, 35, 31, .09) !important;
}

.reservation-section #booking_form .reservation-step {
  margin-bottom: 34px;
  padding-bottom: 34px;
  border-bottom: 1px solid #e9e5e2;
}

.reservation-section #booking_form .reservation-step:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.reservation-section #booking_form .reservation-step-heading {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 23px;
}

.reservation-section #booking_form .reservation-step-heading h2 {
  margin: 0 0 4px;
  color: #2d2724;
  font-size: 24px;
  line-height: 1.25;
}

.reservation-section #booking_form .reservation-step-heading p {
  color: #716a66;
  font-size: 15px;
}

.reservation-section #booking_form .reservation-step-number {
  display: grid;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 50%;
  background: #574640;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

.reservation-section #booking_form .form-label {
  display: block;
  margin-bottom: 8px;
  color: #352e2a;
  font-size: 14px;
  font-weight: 700;
}

.reservation-section #booking_form .form-control {
  width: 100%;
  min-height: 58px;
  box-sizing: border-box;
  padding: 15px 16px !important;
  border: 1px solid #bdb7b2 !important;
  border-radius: 12px !important;
  outline: 0;
  background: #fff !important;
  color: #2d2724 !important;
  font: inherit;
  box-shadow: none !important;
}

.reservation-section #booking_form .form-control:focus {
  border-color: #574640 !important;
  box-shadow: 0 0 0 3px rgba(87, 70, 64, .13) !important;
}

.reservation-section #booking_form textarea.form-control {
  min-height: 116px;
  resize: vertical;
}

.reservation-section #booking_form .guest-counter {
  height: 100%;
  padding: 18px 10px;
  border: 1px solid #ded9d5;
  border-radius: 16px;
  background: #fbfaf9;
}

.reservation-section #booking_form .guest-counter h4 {
  margin: 0 0 13px;
  color: #352e2a;
  font-size: 15px;
}

.reservation-section #booking_form .guest-counter .de-number {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.reservation-section #booking_form .guest-counter .d-minus,
.reservation-section #booking_form .guest-counter .d-plus {
  display: grid;
  width: 36px;
  height: 36px;
  margin: 0;
  padding: 0;
  place-items: center;
  border: 1px solid #9e9691;
  border-radius: 50%;
  background: #fff;
  color: #352e2a;
  font-size: 21px;
  line-height: 1;
  cursor: pointer;
}

.reservation-section #booking_form .guest-counter input {
  width: 34px;
  height: 36px;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #2d2724;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
}

.reservation-section #booking_form .reservation-room-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.reservation-section #booking_form .reservation-room-option {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  padding: 0;
  appearance: none;
  border: 2px solid #ded9d5;
  border-radius: 18px;
  background: #fff;
  color: #2d2724;
  font: inherit;
  text-align: left;
  cursor: pointer;
  box-shadow: none;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.reservation-section #booking_form .reservation-room-option:hover {
  transform: translateY(-2px);
  border-color: #9e918a;
  box-shadow: 0 9px 22px rgba(45, 35, 31, .1);
}

.reservation-section #booking_form .reservation-room-option.is-selected {
  border-color: #574640;
  box-shadow: 0 0 0 1px #574640;
}

.reservation-section #booking_form .reservation-room-option > img {
  display: block;
  width: 100%;
  height: 190px !important;
  margin: 0;
  object-fit: cover;
  object-position: center 48%;
}

.reservation-step-progress-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 16px;
  margin-bottom: 16px;
}

.reservation-step-helper {
  margin: 0;
  color: #6f675f;
  font-size: 14px;
  max-width: 320px;
  line-height: 1.6;
}

.reservation-step-progress {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 26px;
}

.reservation-step-pill {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border: 1px solid #ddd4ce;
  border-radius: 999px;
  background: #faf7f5;
  color: #6b635f;
  font-size: 13px;
  font-weight: 600;
}

.reservation-step-pill span {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #e8dfd9;
  color: #574640;
}

.reservation-step-pill.is-active {
  border-color: #574640;
  background: #f4ece6;
  color: #352e2a;
}

.reservation-step-pill.is-active span {
  background: #574640;
  color: #fff;
}

.reservation-step-pill.is-complete {
  border-color: #c3b2a9;
  color: #4f443f;
}

.reservation-step-panel {
  display: none;
}

.reservation-step-panel.is-active {
  display: block;
  animation: reservationFade .24s ease;
}

.reservation-step-message {
  display: none;
  margin-top: 12px;
  color: #b44741;
  font-size: 14px;
  font-weight: 600;
}

.reservation-step-message.is-visible {
  display: block;
}

.reservation-step-message.is-error {
  color: #b44741;
}

.reservation-inline-summary {
  display: none;
}

.reservation-inline-summary.is-visible {
  display: block;
}

.form-control.is-invalid {
  border-color: #b44741 !important;
  box-shadow: 0 0 0 3px rgba(180, 71, 65, .16) !important;
}

.reservation-step-actions {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 24px;
}

.reservation-step-actions .btn-line,
.reservation-step-actions .btn-main {
  min-width: 140px;
  justify-content: center;
}

.reservation-summary-card {
  position: sticky;
  top: 110px;
}

@keyframes reservationFade {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 991px) {
  .reservation-step-progress-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .reservation-step-helper {
    max-width: none;
  }

  .reservation-step-progress {
    gap: 8px;
  }

  .reservation-step-pill {
    flex: 1 1 calc(50% - 8px);
    justify-content: center;
  }

  .reservation-step-actions {
    flex-direction: column-reverse;
  }

  .reservation-step-actions .btn-line,
  .reservation-step-actions .btn-main {
    width: 100%;
  }
}

.reservation-section #booking_form .reservation-room-option-copy {
  display: flex;
  min-height: 138px;
  box-sizing: border-box;
  flex-direction: column;
  gap: 5px;
  padding: 18px;
}

.reservation-section #booking_form .reservation-room-option-copy strong {
  color: #2d2724;
  font-size: 19px;
}

.reservation-section #booking_form .reservation-room-option-copy small {
  color: #756d68;
  font-size: 13px;
  font-weight: 400;
}

.reservation-section #booking_form .reservation-room-option-copy b {
  margin-top: auto;
  color: #2d2724;
  font-size: 16px;
}

.reservation-section #booking_form .reservation-room-check {
  position: absolute;
  top: 13px;
  right: 13px;
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #574640;
  color: #fff;
  opacity: 0;
  box-shadow: 0 2px 7px rgba(0, 0, 0, .25);
}

.reservation-section #booking_form .reservation-room-option.is-selected .reservation-room-check {
  opacity: 1;
}

.reservation-section #booking_form .reservation-native-select,
.reservation-section #booking_form .reservation-primary-select > .select2 {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  opacity: 0 !important;
}

.reservation-section #booking_form .reservation-primary-select {
  height: 0;
  margin: 0 !important;
}

.reservation-section #booking_form .reservation-summary {
  position: sticky;
  top: 110px;
}

.reservation-form-card {
  border: 1px solid #e8ddd6 !important;
  box-shadow: 0 14px 34px rgba(45, 35, 31, .06) !important;
}

.reservation-summary-card {
  border: 1px solid #e8ddd6 !important;
  box-shadow: 0 14px 34px rgba(45, 35, 31, .06) !important;
}

.reservation-hero p {
  max-width: 740px;
  margin: 0 auto;
  color: rgba(255,255,255,.9);
  font-size: 1rem;
  line-height: 1.8;
}

.reservation-section #booking_form .reservation-summary > img {
  display: block;
  width: 100%;
  height: 285px !important;
  object-fit: cover;
  object-position: center 48%;
}

.reservation-section #booking_form .reservation-summary .subtitle {
  margin-bottom: 7px;
  color: #806b61;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.reservation-section #booking_form .reservation-summary h2 {
  color: #2d2724;
  font-size: 25px;
}

.reservation-section #booking_form .reservation-summary-rate {
  color: #2d2724;
  white-space: nowrap;
}

.reservation-section #booking_form .reservation-summary-rate strong {
  font-size: 21px;
}

.reservation-section #booking_form .reservation-summary-list {
  margin: 0;
}

.reservation-section #booking_form .reservation-summary-list > div {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 14px;
  padding: 13px 0;
  border-bottom: 1px solid #e9e5e2;
}

.reservation-section #booking_form .reservation-summary-list dt {
  color: #756d68;
  font-weight: 500;
}

.reservation-section #booking_form .reservation-summary-list dd {
  margin: 0;
  color: #2d2724;
  font-weight: 700;
  text-align: right;
}

.hero-kicker {
  display: inline-block;
  margin-bottom: 16px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 999px;
  background: rgba(255, 255, 255, .1);
  color: #f7efe9;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.hero-copy p {
  max-width: 620px;
  font-size: 1.05rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, .88);
}

.hero-trust-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.hero-trust-bar span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  background: rgba(17, 14, 12, .36);
  color: #fff;
  font-size: 14px;
  backdrop-filter: blur(10px);
}

.booking-card {
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .16), rgba(255, 255, 255, .08));
  box-shadow: 0 16px 45px rgba(0, 0, 0, .18);
  backdrop-filter: blur(16px);
}

.booking-card-label {
  margin-bottom: 8px;
  color: #f2dbc3;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.booking-card h3 {
  margin-bottom: 10px;
  color: #fff;
  font-size: 28px;
}

.booking-card p {
  color: rgba(255, 255, 255, .86);
}

.booking-card-meta {
  display: grid;
  gap: 12px;
  margin: 20px 0 24px;
}

.booking-card-meta > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 12px;
  background: rgba(255, 255, 255, .1);
  color: #fff;
}

.booking-card-meta strong {
  display: block;
  font-size: 14px;
}

.booking-card-meta span {
  color: rgba(255, 255, 255, .72);
  font-size: 13px;
}

.btn-main-outline {
  border: 1px solid rgba(255, 255, 255, .28) !important;
  background: transparent !important;
  color: #fff !important;
  box-shadow: none !important;
}

.btn-main-outline:hover,
.btn-main-outline:focus-visible {
  color: #fff !important;
  background: rgba(255, 255, 255, .12) !important;
}

.feature-list {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 16px;
  border: 1px solid #e9e1db;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(45, 35, 31, .05);
}

.feature-item i {
  display: grid;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 50%;
  background: #f4ece7;
  color: #574640;
  font-size: 18px;
}

.feature-item strong {
  display: block;
  color: #2d2724;
  font-size: 16px;
}

.feature-item span {
  color: #6d655f;
  font-size: 14px;
}

.section-surface {
  padding: 90px 0;
  background: linear-gradient(180deg, #fcfaf8 0%, #f7f1eb 100%);
}

.room-card-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 14px 0 16px;
}

.room-card-badges span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 10px;
  border-radius: 999px;
  background: #f5ede8;
  color: #574640;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.testimonial-card {
  height: 100%;
  padding: 24px;
  border: 1px solid #e8ddd6;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(45, 35, 31, .05);
}

.testimonial-card .quote {
  margin-bottom: 12px;
  color: #574640;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.7;
}

.testimonial-card .meta {
  color: #756d68;
  font-size: 14px;
}

.location-card {
  padding: 28px;
  border: 1px solid #e8ddd6;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(45, 35, 31, .05);
}

.location-card ul {
  padding-left: 18px;
  color: #5d554f;
}

.footer-upgraded {
  padding: 42px 0 0;
  border: 1px solid rgba(255,255,255,.08);
}

.footer-upgraded .footer-copy {
  margin-top: 10px;
  color: rgba(255,255,255,.8);
  line-height: 1.8;
}

.footer-upgraded .footer-copy a {
  color: #fff;
  text-decoration: none;
}

.footer-upgraded .footer-copy a:hover,
.footer-upgraded .footer-copy a:focus-visible {
  text-decoration: underline;
}

.footer-brand {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.mobile-booking-cta {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 18px;
  border-radius: 999px;
  background: #574640;
  color: #fff;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .2);
  font-weight: 700;
  text-decoration: none;
}

.mobile-booking-cta:hover,
.mobile-booking-cta:focus-visible {
  color: #fff;
  transform: translateY(-1px);
}

.home-hero {
  isolation: isolate;
  background: #211d1a;
}

.home-hero-slides,
.home-hero-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.home-hero-slides {
  z-index: -2;
}

.home-hero-slide {
  object-fit: cover;
  transform: translate3d(100%, 0, 0) scale(1.04);
  transition: transform 1.8s cubic-bezier(.77, 0, .18, 1);
  will-change: transform;
}

.home-hero-slide.is-active {
  z-index: 2;
  transform: translate3d(0, 0, 0) scale(1.04);
  animation: home-hero-pan 7s linear forwards;
}

.home-hero-slide.is-leaving {
  z-index: 1;
  transform: translate3d(-100%, 0, 0) scale(1.04);
}

.home-hero-motion {
  position: absolute;
  right: 22px;
  bottom: 22px;
  z-index: 5;
  display: grid;
  width: 44px;
  height: 44px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .65);
  border-radius: 50%;
  background: rgba(24, 20, 18, .58);
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  backdrop-filter: blur(8px);
}

.home-hero.is-paused .home-hero-slide {
  animation-play-state: paused;
}

@keyframes home-hero-pan {
  from { object-position: 48% 50%; }
  to { object-position: 54% 50%; }
}

@media (prefers-reduced-motion: reduce) {
  .home-hero-slide {
    transition: none;
    animation: none;
  }

  .home-hero-motion {
    display: none;
  }
}

@media (max-width: 991px) {
  .booking-card {
    margin-top: 20px;
  }

  .hero-trust-bar {
    margin-top: 18px;
  }

  .section-surface {
    padding: 70px 0;
  }
}

@media (max-width: 767px) {
  .hero-copy p {
    font-size: 1rem;
  }

  .booking-card {
    padding: 22px;
  }

  .mobile-booking-cta {
    left: 16px;
    right: 16px;
    bottom: 12px;
  }
}

.reservation-section #booking_form .reservation-notice {
  margin-top: 22px;
  padding: 16px;
  border: 1px solid #dfdad6;
  border-radius: 13px;
  background: #f8f6f4;
}

.reservation-section #booking_form .reservation-notice strong {
  color: #352e2a;
}

.reservation-section #booking_form .reservation-notice p {
  margin-top: 4px;
  color: #716a66;
  font-size: 13px;
  line-height: 1.5;
}

.reservation-section #booking_form #send_booking {
  width: 100%;
  min-height: 55px;
  padding: 15px 20px;
  border: 0;
  border-radius: 12px;
  background: #574640;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: none;
}

.reservation-section #booking_form #send_booking:hover {
  background: #3f322e;
}

@media (max-width: 991px) {
  .reservation-section {
    padding: 60px 0 80px;
  }

  .reservation-section #booking_form .reservation-summary {
    position: static;
    margin-top: 4px;
  }
}

@media (max-width: 767px) {
  .reservation-section {
    padding: 42px 0 60px;
  }

  .reservation-section #booking_form .reservation-panel {
    padding: 25px 18px !important;
  }

  .reservation-section #booking_form .reservation-room-options {
    grid-template-columns: 1fr;
  }

  .reservation-section #booking_form .reservation-room-option {
    display: grid;
    grid-template-columns: 118px minmax(0, 1fr);
  }

  .reservation-section #booking_form .reservation-room-option > img {
    height: 100% !important;
    min-height: 155px;
  }

  .reservation-section #booking_form .reservation-room-option-copy {
    min-height: 155px;
    padding: 15px;
  }

  .reservation-section #booking_form .reservation-summary > img {
    height: 235px !important;
  }
}
