.mhs-hotel-page {
  background: #eef2f6;
  padding: 0 0 48px;
}

.mhs-hotel-page-section {
  padding: 0;
}

.mhs-hotel-hero {
  position: relative;
  padding: 32px 0 44px;
  overflow: visible;
  z-index: 10;
}

.mhs-hotel-hero-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(7, 27, 51, 0.55), rgba(7, 27, 51, 0.15)),
    url("/assets/img/background/journeyvacation.jpg") center/cover no-repeat;
  transform: none;
}

.mhs-hotel-hero .container {
  position: relative;
  z-index: 1;
}

.mhs-hotel-hero-card {
  margin-top: 14px;
  background: #ffffff;
  border-radius: 22px;
  padding: 16px;
  box-shadow: 0 16px 36px rgba(12, 30, 55, 0.28);
  border: 1px solid #d9e2ef;
  position: relative;
  z-index: 20;
}

.mhs-hotel-hero-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 4px;
}

.mhs-hotel-hero-head h1 {
  margin: 0;
  font-size: clamp(26px, 2.6vw, 34px);
  color: #112742;
}

.mhs-hotel-hero-head p {
  margin: 6px 0 0;
  color: #4a627e;
  font-size: 14px;
}

.mhs-hotel-hero-meta {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 10px;
  font-size: 12px;
  color: #4a627e;
  font-weight: 600;
}

.mhs-hotel-hero-meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  border-radius: 999px;
  background: #eef3ff;
  color: #1b3c63;
}

.mhs-hotel-hero-meta strong {
  font-weight: 800;
  color: #0f2745;
}

.mhs-hotel-form-shell {
  margin-top: 6px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid #d6dee9;
  padding: 8px;
}

.mhs-hotel-hero-call {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 999px;
  background: #ffd200;
  color: #111828;
  font-weight: 700;
  text-decoration: none;
  font-size: 13px;
  box-shadow: 0 10px 18px rgba(255, 210, 0, 0.35);
}

.mhs-product-tabs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  gap: 10px;
  padding: 7px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid #cad9ec;
  box-shadow: 0 8px 22px rgba(11, 39, 86, 0.18);
  margin-top: 8px;
  margin-bottom: 12px;
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: #c2d1e3 rgba(255, 255, 255, 0.6);
  -webkit-overflow-scrolling: touch;
}

.mhs-product-tab {
  flex: 0 0 auto;
  min-height: 46px;
  border-radius: 10px;
  border: 1px solid transparent;
  background: transparent;
  color: #16345d;
  font-size: 16px;
  font-weight: 700;
  padding: 0 20px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

.mhs-product-tab i {
  font-size: 18px;
  opacity: 0.9;
}

.mhs-product-tab.is-active {
  background: #ffd200;
  color: #111828;
  box-shadow: 0 8px 16px rgba(255, 210, 0, 0.35);
}

.mhs-product-tab.is-active i {
  opacity: 1;
}

.mhs-product-tab:not(.is-active):hover {
  background: #edf3ff;
  border-color: #c7d3e5;
}

.mhs-hotel-shell {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 30;
}


.mhs-hotel-search-note {
  margin-top: 14px;
  border: 1px solid #d2dbe8;
  border-radius: 12px;
  background: #fff;
  color: #2a476a;
  font-size: 15px;
  line-height: 1.5;
  padding: 14px 16px;
}

.mhs-hotel-alert {
  border: 1px solid #efb9b4;
  border-radius: 10px;
  background: #fff6f5;
  color: #832f26;
  font-size: 14px;
  line-height: 1.4;
  padding: 10px 12px;
  margin-bottom: 10px;
}

.mhs-hotel-form-bar {
  --mhs-hotel-field-height: 70px;
  border-radius: 16px;
  background: transparent;
  box-shadow: none;
  padding: 0;
}

.mhs-hotel-results-section {
  padding: 40px 0 10px;
  background: #fff;
}

.mhs-hotel-form-hero .mhs-hotel-field-box {
  border-radius: 12px;
  background: #ffffff;
  border: 1px solid #d6e0f0;
}

.mhs-hotel-form-hero .mhs-hotel-submit {
  border-radius: 12px;
  background: #ffd200;
  color: #111828;
  border-color: #d8b200;
  box-shadow: 0 10px 18px rgba(255, 210, 0, 0.35);
  font-size: 15px;
  font-weight: 700;
}

.mhs-hotel-form-hero .mhs-hotel-submit:hover {
  filter: brightness(0.97);
}

.mhs-hotel-form-hero .mhs-hotel-field {
  gap: 6px;
}

.mhs-hotel-form-hero .mhs-hotel-field-box {
  min-height: 98px;
  padding: 10px;
}

.mhs-hotel-form-hero .mhs-hotel-field label {
  color: #7c8fa9;
  font-size: 12px;
  font-weight: 600;
}

.mhs-hotel-form-hero .mhs-hotel-field input,
.mhs-hotel-form-hero .mhs-hotel-field .mhs-picker-btn {
  border-radius: 12px;
  border: 1px solid #cbd6ea;
}

.mhs-hotel-form-hero .mhs-hotel-field input {
  font-size: 18px;
  font-weight: 700;
  padding: 12px 12px 8px;
}

.mhs-hotel-form-hero .mhs-picker-main {
  font-size: 18px;
  font-weight: 700;
}

.mhs-hotel-form-hero .mhs-picker-sub,
.mhs-hotel-form-hero .mhs-field-subline {
  font-size: 12px;
  color: #5f7492;
}

.mhs-hotel-form-compact {
  --mhs-hotel-field-height: 60px;
}

.mhs-hotel-topline {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 6px;
}

.mhs-hotel-guest-toggle {
  border: 0;
  background: transparent;
  color: #1b2d4a;
  font-size: 14px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 2px 0;
  cursor: pointer;
  line-height: 1.1;
}

.mhs-hotel-guest-toggle i {
  color: #6a7a90;
  font-size: 14px;
}

.mhs-hotel-form-compact .mhs-hotel-field {
  gap: 0;
}

.mhs-hotel-form-compact .mhs-hotel-field-box {
  min-height: var(--mhs-hotel-field-height);
  padding: 0;
}

.mhs-hotel-form-compact .mhs-hotel-field input,
.mhs-hotel-form-compact .mhs-hotel-field .mhs-picker-btn {
  min-height: var(--mhs-hotel-field-height);
  border-radius: 12px;
  border: 1px solid #cfd6e3;
  padding: 0 14px 0 44px;
  font-size: 15px;
  font-weight: 600;
}

.mhs-hotel-form-compact .mhs-hotel-field .mhs-picker-btn {
  display: flex;
  align-items: center;
  gap: 6px;
}

.mhs-hotel-form-compact .mhs-picker-main {
  font-size: 15px;
  font-weight: 700;
}

.mhs-hotel-form-compact .mhs-picker-sub,
.mhs-hotel-form-compact .mhs-field-subline {
  display: none;
}

.mhs-hotel-form-compact .mhs-hotel-field i {
  left: 14px;
  right: auto;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  color: #6a7a90;
  font-size: 16px;
}

.mhs-hotel-form-compact .mhs-hotel-submit {
  min-height: var(--mhs-hotel-field-height);
}

.mhs-hotel-form-compact .mhs-hotel-submit-v2 {
  background: #ffd200;
  border-color: #d8b200;
  color: #111828;
  text-transform: none;
  letter-spacing: 0;
  box-shadow: 0 10px 18px rgba(255, 210, 0, 0.35);
}

.mhs-hotel-form-compact .mhs-hotel-submit-v2:hover {
  background: #ffd200;
  color: #111828;
  filter: brightness(0.97);
}

.mhs-hotel-form-compact .mhs-hotel-submit-v2:focus-visible {
  outline-color: #d8b200;
}

.mhs-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
  flex-wrap: wrap;
}

.mhs-section-head h2 {
  margin: 0;
  font-size: 20px;
  color: #112742;
}

.mhs-section-head p {
  margin: 6px 0 0;
  color: #5f7492;
  font-size: 14px;
}

.mhs-suggested-section {
  padding: 28px 0;
  background: #fff;
}

.mhs-suggested-rail {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  padding-bottom: 6px;
  scrollbar-width: thin;
  scrollbar-color: #c8d4e7 transparent;
}

.mhs-suggested-card {
  position: relative;
  flex: 0 0 160px;
  height: 110px;
  border-radius: 14px;
  background-image: var(--bg);
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  padding: 10px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  overflow: hidden;
}

.mhs-suggested-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 35%, rgba(0, 0, 0, 0.55) 100%);
}

.mhs-suggested-card span {
  position: relative;
  z-index: 1;
  color: #fff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.65);
}

.mhs-highlights-section {
  padding: 28px 0;
  background: #fff;
}

.mhs-guide-section {
  padding: 24px 0;
  background: #f6f9ff;
}

.mhs-guide-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
}

.mhs-guide-card {
  border-radius: 14px;
  border: 1px solid #d8e2f2;
  background: #fff;
  padding: 16px;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 10px 22px rgba(12, 30, 55, 0.12);
  display: grid;
  gap: 8px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.mhs-guide-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 28px rgba(12, 30, 55, 0.16);
}

.mhs-guide-card h3 {
  margin: 0;
  font-size: 16px;
  color: #10253f;
}

.mhs-guide-card p {
  margin: 0;
  color: #5a718c;
  font-size: 13px;
}

.mhs-guide-tag {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #1c4d8a;
  background: #e1ecff;
  padding: 4px 10px;
  border-radius: 999px;
  width: max-content;
}

.mhs-highlight-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
}

.mhs-highlight-card {
  background: #fff;
  border: 1px solid #dbe3f0;
  border-radius: 16px;
  overflow: hidden;
  display: grid;
  grid-template-rows: 150px 1fr;
  text-decoration: none;
  box-shadow: 0 12px 24px rgba(12, 30, 55, 0.12);
  color: inherit;
}

.mhs-highlight-media {
  background-image: var(--bg);
  background-size: cover;
  background-position: center;
}

.mhs-highlight-body {
  padding: 14px;
  display: grid;
  gap: 6px;
}

.mhs-highlight-tag {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #1c4d8a;
  background: #e8f1ff;
  padding: 4px 8px;
  border-radius: 999px;
  width: max-content;
}

.mhs-highlight-body h3 {
  margin: 0;
  font-size: 16px;
  color: #10253f;
}

.mhs-highlight-body p {
  margin: 0;
  color: #5a718c;
  font-size: 13px;
}

.mhs-notes-section {
  padding: 24px 0;
  background: #f6f9ff;
}

.mhs-note-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
  color: #38557a;
  font-size: 14px;
}

.mhs-note-list li {
  padding-left: 20px;
  position: relative;
}

.mhs-note-list li::before {
  content: "\2022";
  position: absolute;
  left: 0;
  color: #1a66d4;
  font-weight: 700;
}

.mhs-viewed-section {
  padding: 28px 0;
  background: #fff;
}

.mhs-viewed-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
}

.mhs-viewed-card {
  border: 1px solid #dbe3f0;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 22px rgba(12, 30, 55, 0.12);
}

.mhs-viewed-media {
  height: 160px;
  background-image: var(--bg);
  background-size: cover;
  background-position: center;
  position: relative;
}

.mhs-viewed-price {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #fff;
  color: #12253e;
  font-weight: 800;
  border-radius: 10px;
  padding: 6px 10px;
  box-shadow: 0 6px 14px rgba(12, 30, 55, 0.2);
}

.mhs-viewed-body {
  padding: 12px;
  display: grid;
  gap: 6px;
}

.mhs-viewed-body h3 {
  margin: 0;
  font-size: 16px;
  color: #10253f;
}

.mhs-viewed-rating {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #1d3557;
  font-size: 13px;
  font-weight: 600;
}

.mhs-stars {
  color: #f4b400;
  display: inline-flex;
  gap: 2px;
}

.mhs-viewed-amenities {
  color: #5a718c;
  font-size: 13px;
}

.mhs-viewed-distance {
  color: #5a718c;
  font-size: 12px;
}

.mhs-nearby-section {
  padding: 28px 0;
  background: #f6f9ff;
}

.mhs-nearby-head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 14px;
}

.mhs-nearby-head h2 {
  margin: 0;
  font-size: 20px;
  color: #112742;
}

.mhs-nearby-head p {
  margin: 6px 0 0;
  color: #5f7492;
  font-size: 14px;
}

.mhs-nearby-score {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: conic-gradient(#1aa45a 0 75%, #dfe7f1 0);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  color: #1b5e34;
  font-size: 18px;
}

.mhs-nearby-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}

.mhs-nearby-tab {
  border: 1px solid #d3deef;
  background: #fff;
  border-radius: 8px;
  padding: 6px 12px;
  font-size: 13px;
  font-weight: 600;
  color: #314a6b;
}

.mhs-nearby-tab.is-active {
  background: #e8f1ff;
  border-color: #91b4f1;
  color: #1b5cd6;
}

.mhs-nearby-panel {
  display: none;
}

.mhs-nearby-panel.is-active {
  display: block;
}

.mhs-nearby-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
}

.mhs-nearby-card {
  background: #fff;
  border-radius: 14px;
  border: 1px solid #dbe3f0;
  overflow: hidden;
  box-shadow: 0 8px 18px rgba(12, 30, 55, 0.12);
}

.mhs-nearby-media {
  height: 140px;
  background-image: var(--bg);
  background-size: cover;
  background-position: center;
}

.mhs-nearby-body {
  padding: 12px;
  display: grid;
  gap: 6px;
}

.mhs-nearby-body h3 {
  margin: 0;
  font-size: 15px;
  color: #10253f;
}

.mhs-nearby-rating {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #1d3557;
  font-size: 13px;
  font-weight: 600;
}

.mhs-nearby-distance {
  color: #5a718c;
  font-size: 12px;
}

.mhs-hotel-lists-section {
  padding: 28px 0;
  background: #fff;
}

.mhs-hotel-lists-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
}

.mhs-hotel-lists-grid h3 {
  margin: 0 0 10px;
  font-size: 18px;
  color: #10253f;
}

.mhs-link-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 8px;
}

.mhs-link-list a {
  color: #1a66d4;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
}

.mhs-link-list a:hover {
  text-decoration: underline;
}

.mhs-hotel-faq-section {
  padding: 28px 0;
  background: #f6f9ff;
}


.mhs-hotel-grid-v2 {
  grid-template-columns: minmax(0, 2.8fr) minmax(0, 1.2fr) minmax(0, 1.2fr) auto;
}

.mhs-hotel-grid {
  display: grid;
  /* grid-template-columns: minmax(0, 2.2fr) repeat(4, minmax(0, 1fr)) auto; */
  gap: 10px;
  align-items: end;
}

.mhs-hotel-grid-compact {
  align-items: center;
}

.mhs-hotel-field {
  position: relative;
  display: grid;
  gap: 4px;
}

.mhs-hotel-field-box {
  min-height: 110px;
}

.mhs-hotel-field label {
  margin: 0;
  color: #dde7f8;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
}

.mhs-hotel-field input,
.mhs-hotel-field select {
  width: 100%;
  min-height: var(--mhs-hotel-field-height);
  border: 1px solid #b5c8e3;
  border-radius: 8px;
  background: #fff;
  color: #0f2745;
  font-size: 16px;
  font-weight: 700;
  padding: 14px 12px 8px;
  outline: none;
}

.mhs-hotel-field .mhs-picker-btn {
  width: 100%;
  min-height: var(--mhs-hotel-field-height);
  border: 1px solid #b5c8e3;
  border-radius: 8px;
  background: #fff;
  color: #0f2745;
  display: grid;
  align-content: center;
  justify-items: start;
  gap: 1px;
  text-align: left;
  padding: 10px 12px;
}

.mhs-picker-main {
  color: #0f2745;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.2;
}

.mhs-picker-sub {
  color: #38597f;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
}

.mhs-field-subline {
  color: #38597f;
  font-size: 13px;
  line-height: 1.2;
}

.mhs-hotel-field input:focus,
.mhs-hotel-field select:focus,
.mhs-hotel-field .mhs-picker-btn:focus {
  border-color: #1f6ff0;
  box-shadow: 0 0 0 3px rgba(31, 111, 240, 0.18);
}

.mhs-hotel-field-search input,
.mhs-hotel-field-date input {
  padding-right: 38px;
}

.mhs-hotel-field-search input {
  padding: 14px 42px 28px 14px;
}

.mhs-hotel-field-search .mhs-field-subline {
  position: absolute;
  left: 14px;
  bottom: 12px;
  color: #5a7393;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  pointer-events: none;
}

.mhs-hotel-field-search i {
  bottom: 20px;
}

.mhs-hotel-field-picker .mhs-picker-btn {
  padding-right: 36px;
}

.mhs-hotel-field i {
  position: absolute;
  right: 12px;
  bottom: 16px;
  color: #98a8be;
  font-size: 17px;
  pointer-events: none;
}

.mhs-hotel-submit {
  min-height: var(--mhs-hotel-field-height);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  padding: 0 28px;
  cursor: pointer;
  white-space: nowrap;
}

.mhs-hotel-submit-v2 {
  min-width: 200px;
  border: 1px solid #d8b200;
  background: #ffd200;
  color: #111828;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

.mhs-hotel-submit-v2:hover {
  background: #ffd200;
  color: #111828;
  filter: brightness(0.97);
}

.mhs-hotel-submit-v2:focus-visible {
  outline: 2px solid #d8b200;
  outline-offset: 2px;
}

.mhs-submit-row .mhs-search-btn {
  border: 1px solid #d8b200;
  border-radius: 10px;
  background: #ffd200;
  color: #111828;
  box-shadow: 0 8px 16px rgba(255, 210, 0, 0.35);
}

.mhs-submit-row .mhs-search-btn:hover {
  background: #ffd200;
  color: #111828;
  filter: brightness(0.97);
}

.mhs-date-panel {
  position: absolute;
  top: 0;
  left: 0;
  width: min(860px, calc(100% - 4px));
  border: 1px solid #d5ddeb;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 20px 42px rgba(11, 36, 74, 0.2);
  padding: 14px;
  z-index: 1200;
}

.mhs-date-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.mhs-date-nav {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid #d0d8e5;
  background: #fff;
  color: #3f526c;
}

.mhs-date-selects {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.mhs-date-selects select {
  min-height: 38px;
  border: 1px solid #d0d8e5;
  border-radius: 8px;
  background: #fff;
  color: #2f3f57;
  font-size: 15px;
  font-weight: 600;
  padding: 0 10px;
}

.mhs-date-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.mhs-cal-month {
  border: 1px solid #e2e7ef;
  border-radius: 12px;
  padding: 10px;
}

.mhs-cal-month-title {
  text-align: center;
  color: #1f3556;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 8px;
}

.mhs-cal-weekdays,
.mhs-cal-days {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 4px;
}

.mhs-cal-weekdays span {
  text-align: center;
  color: #8c95a2;
  font-size: 14px;
  font-weight: 700;
}

.mhs-cal-day {
  min-height: 38px;
  border: 1px solid transparent;
  border-radius: 10px;
  background: transparent;
  color: #222;
  font-size: 14px;
  font-weight: 600;
}

.mhs-cal-day:disabled {
  color: #c6ceda;
}

.mhs-cal-day.is-in-range {
  background: rgba(51, 147, 239, 0.15);
}

.mhs-cal-day.is-selected {
  background: #2d91f4;
  color: #fff;
}

.mhs-guest-panel {
  position: absolute;
  top: 0;
  right: auto;
  left: 0;
  width: min(380px, calc(100% - 4px));
  border: 1px solid #d6dfea;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 18px 36px rgba(12, 39, 80, 0.2);
  padding: 14px;
  z-index: 1200;
  display: grid;
  gap: 10px;
}

.mhs-guest-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.mhs-guest-row strong {
  display: block;
  color: #1d2f4a;
  font-size: 16px;
}

.mhs-guest-row small {
  color: #6e7d93;
  font-size: 13px;
}

.mhs-counter {
  display: inline-flex;
  align-items: center;
  border: 1px solid #d0d8e5;
  border-radius: 8px;
  overflow: hidden;
}

.mhs-counter button {
  width: 42px;
  height: 40px;
  border: 0;
  background: #eef2f8;
  color: #192a43;
  font-size: 20px;
  font-weight: 800;
}

.mhs-counter button:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.mhs-counter span {
  min-width: 46px;
  text-align: center;
  color: #121f34;
  font-size: 18px;
  font-weight: 700;
}

.mhs-guest-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 2px;
}

.mhs-guest-add {
  min-height: 44px;
  border: 1px solid #66b539;
  border-radius: 999px;
  background: #fff;
  color: #3f9220;
  font-size: 17px;
  font-weight: 700;
  padding: 0 18px;
}

.mhs-guest-add:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.mhs-guest-done {
  min-height: 44px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff5b1e 0%, #ff8f00 100%);
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  padding: 0 24px;
}

.mhs-hotel-submit:not(.mhs-hotel-submit-v2):hover {
  background: rgba(255, 255, 255, 0.23);
}

.mhs-hotel-submit[disabled] {
  opacity: 0.75;
  cursor: progress;
}

.mhs-hotel-submit-v2[disabled] {
  background: #ffd200;
  border-color: #d8b200;
  color: #111828;
  opacity: 0.65;
}

.mhs-hotel-layout {
  display: grid;
  grid-template-columns: 330px minmax(0, 1fr);
  gap: 18px;
  margin-top: 12px;
  align-items: start;
}

.mhs-hotel-sidebar {
  border: 1px solid #d4deec;
  border-radius: 14px;
  background: #f6f8fc;
  box-shadow: 0 8px 18px rgba(16, 44, 85, 0.08);
  padding: 14px;
  display: grid;
  gap: 14px;
}

.mhs-map-card {
  height: 158px;
  border-radius: 12px;
  border: 1px solid #ced8ea;
  background:
    radial-gradient(circle at 10% 20%, rgba(78, 199, 230, 0.36), transparent 34%),
    radial-gradient(circle at 88% 76%, rgba(68, 139, 225, 0.32), transparent 34%),
    linear-gradient(135deg, #a7d4f3 0%, #bcd9f5 100%);
  position: relative;
  overflow: hidden;
}

.mhs-map-card::before,
.mhs-map-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.mhs-map-card::before {
  background-image:
    linear-gradient(transparent 94%, rgba(255, 255, 255, 0.4) 94%),
    linear-gradient(90deg, transparent 94%, rgba(255, 255, 255, 0.35) 94%);
  background-size: 32px 32px;
  opacity: 0.6;
}

.mhs-map-card::after {
  background:
    linear-gradient(104deg, transparent 35%, rgba(40, 126, 200, 0.55) 37%, rgba(40, 126, 200, 0.55) 40%, transparent 42%);
}

.mhs-map-action {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-height: 44px;
  border: 0;
  border-radius: 10px;
  padding: 0 18px;
  font-size: 17px;
  font-weight: 700;
  background: #fff;
  color: #1e2e48;
  box-shadow: 0 7px 16px rgba(11, 33, 66, 0.2);
}

.mhs-map-action i {
  margin-right: 8px;
}

.mhs-sidebar-search {
  position: relative;
  display: block;
}

.mhs-sidebar-search input {
  width: 100%;
  min-height: 46px;
  border: 1px solid #ccd7e9;
  border-radius: 10px;
  background: #fff;
  color: #223859;
  font-size: 16px;
  padding: 0 12px 0 40px;
  outline: none;
}

.mhs-sidebar-search i {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #9aabc2;
  font-size: 15px;
}

.mhs-sidebar-search input:focus {
  border-color: #1f6ff0;
  box-shadow: 0 0 0 3px rgba(31, 111, 240, 0.16);
}

.mhs-sidebar-section {
  border-top: 1px solid #d8dfeb;
  padding-top: 14px;
  display: grid;
  gap: 10px;
}

.mhs-sidebar-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.mhs-sidebar-title h3,
.mhs-sidebar-section h3 {
  margin: 0;
  color: #1c3253;
  font-size: 18px;
  font-weight: 800;
}

.mhs-reset-btn {
  border: 0;
  background: transparent;
  color: #2682ff;
  font-size: 15px;
  font-weight: 600;
  padding: 0;
}

.mhs-filter-toggle {
  min-height: 56px;
  border: 1px solid #ced8ea;
  border-radius: 12px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 8px 12px;
}

.mhs-filter-toggle strong {
  display: block;
  color: #1e2f4c;
  font-size: 16px;
  line-height: 1.2;
}

.mhs-filter-toggle small {
  display: block;
  color: #687b96;
  font-size: 14px;
}

.mhs-filter-toggle input {
  width: 34px;
  height: 20px;
}

.mhs-price-option {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #1d3150;
  font-size: 18px;
  font-weight: 600;
}

.mhs-price-option input {
  width: 20px;
  height: 20px;
}

.mhs-hotel-results-wrap {
  min-width: 0;
}

.mhs-hotel-results-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
}

.mhs-hotel-results-head h2 {
  margin: 0;
  color: #10253f;
  font-size: 22px;
  font-weight: 800;
}

.mhs-hotel-results-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 16px;
}

[data-hotel-results-count] {
  color: #3f5c7c;
  font-size: 13px;
  font-weight: 700;
}

.mhs-hotel-results-link {
  color: #1a66d4;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.mhs-hotel-results-link:hover {
  text-decoration: underline;
}

.mhs-hotel-status {
  min-height: 20px;
  color: #3b5d83;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 8px;
}

.mhs-hotel-status.is-error {
  color: #a93529;
}

.mhs-hotel-results {
  display: grid;
  gap: 14px;
}

.mhs-hotel-empty {
  border: 1px dashed #c8d4e7;
  border-radius: 10px;
  background: #f8fbff;
  color: #355071;
  font-size: 14px;
  line-height: 1.5;
  padding: 14px;
}

.mhs-hotel-card {
  border: 1px solid #d2dbe8;
  border-radius: 18px;
  background: #fff;
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr) 220px;
  overflow: hidden;
  min-width: 0;
  box-shadow: 0 14px 26px rgba(14, 44, 94, 0.12);
}

.mhs-hotel-thumb {
  min-height: 200px;
  background: #ebf1fa;
}

.mhs-hotel-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mhs-hotel-content {
  border-left: 1px solid #e3e8f0;
  border-right: 1px solid #e3e8f0;
  padding: 14px 16px;
  display: grid;
  align-content: start;
  gap: 8px;
}

.mhs-hotel-title {
  margin: 0;
  color: #0f2745;
  font-size: 21px;
  line-height: 1.22;
  font-weight: 800;
}

.mhs-hotel-stars {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #2d90ff;
}

.mhs-hotel-stars i {
  font-size: 15px;
}

.mhs-hotel-meta {
  color: #2571d6;
  font-size: 15px;
  line-height: 1.32;
}

.mhs-hotel-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.mhs-hotel-tag {
  border: 1px solid #ced9ea;
  border-radius: 8px;
  background: #f7f9fe;
  color: #1e3558;
  font-size: 13px;
  font-weight: 700;
  padding: 4px 10px;
}

.mhs-hotel-amenities {
  color: #223a5b;
  font-size: 15px;
  line-height: 1.4;
}

.mhs-hotel-side {
  display: grid;
  align-content: space-between;
  justify-items: end;
  gap: 8px;
  padding: 14px 14px 16px;
}

.mhs-rating-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
}

.mhs-rating-score {
  min-width: 38px;
  height: 34px;
  border-radius: 8px;
  background: #0ea45f;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.mhs-rating-copy {
  text-align: left;
}

.mhs-rating-copy strong {
  display: block;
  color: #152c4b;
  font-size: 16px;
  line-height: 1.1;
}

.mhs-rating-copy span {
  color: #516888;
  font-size: 13px;
}

.mhs-price-flag {
  border-radius: 999px;
  background: linear-gradient(90deg, #7ecb39 0%, #42af27 100%);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 6px 12px;
}

.mhs-hotel-price {
  color: #071f3f;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.1;
}

.mhs-hotel-tax {
  color: #627794;
  font-size: 13px;
}

.mhs-hotel-cta {
  min-height: 42px;
  border-radius: 999px;
  border: 0;
  background: linear-gradient(135deg, #ff5b1e 0%, #ff8f00 100%);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.mhs-hotel-cta:hover {
  color: #fff;
  filter: brightness(1.06);
}

.mhs-hotel-card.is-hidden {
  display: none;
}

@media (max-width: 1399px) {
  .mhs-hotel-grid {
    grid-template-columns: minmax(0, 2fr) repeat(4, minmax(0, 0.92fr)) auto;
  }

  .mhs-hotel-card {
    grid-template-columns: 200px minmax(0, 1fr) 170px;
  }
}

@media (max-width: 1199px) {
  .mhs-hotel-grid {
    grid-template-columns: minmax(0, 2fr) 1fr 1fr 0.75fr 0.75fr auto;
  }

  .mhs-hotel-grid-v2 {
    grid-template-columns: minmax(0, 2.4fr) 1fr 1fr auto;
  }

  .mhs-hotel-submit {
    font-size: 15px;
    padding: 0 22px;
  }

  .mhs-hotel-layout {
    grid-template-columns: 290px minmax(0, 1fr);
  }

  .mhs-hotel-card {
    grid-template-columns: 230px minmax(0, 1fr) 200px;
  }
}

@media (max-width: 1100px) {
  .mhs-hotel-hero-card {
    padding: 16px;
  }
}

@media (max-width: 900px) {
  .mhs-hotel-card {
    grid-template-columns: 1fr;
  }

  .mhs-hotel-content {
    border-left: 0;
    border-right: 0;
  }

  .mhs-hotel-side {
    justify-items: start;
  }
}

@media (max-width: 720px) {
  .mhs-hotel-hero-head {
    align-items: flex-start;
  }

  .mhs-hotel-hero-meta {
    flex-wrap: wrap;
  }

  .mhs-hotel-form-shell {
    padding: 10px;
  }

  .mhs-hotel-hero-call {
    width: 100%;
    justify-content: center;
  }

  .mhs-hotel-form-hero .mhs-hotel-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991px) {
  .mhs-hotel-form-bar {
    --mhs-hotel-field-height: 64px;
  }

  .mhs-product-tabs {
    margin-top: 6px;
  }

  .mhs-hotel-grid {
    grid-template-columns: 1fr 1fr;
  }

  .mhs-hotel-grid-v2 {
    grid-template-columns: 1fr 1fr;
  }

  .mhs-hotel-field-search {
    grid-column: 1 / -1;
  }

  .mhs-hotel-submit {
    grid-column: 1 / -1;
    min-height: var(--mhs-hotel-field-height);
    font-size: 16px;
  }

  .mhs-date-panel {
    width: calc(100% - 2px);
  }

  .mhs-date-grid {
    grid-template-columns: 1fr;
  }

  .mhs-guest-panel {
    width: min(420px, calc(100% - 2px));
  }

  .mhs-hotel-layout {
    grid-template-columns: 1fr;
  }

  .mhs-hotel-sidebar {
    order: 2;
  }

  .mhs-hotel-results-wrap {
    order: 1;
  }

  .mhs-hotel-card {
    grid-template-columns: 1fr;
  }

  .mhs-hotel-thumb {
    min-height: 210px;
  }

  .mhs-hotel-content {
    border-left: 0;
    border-right: 0;
    border-top: 1px solid #e3e8f0;
    border-bottom: 1px solid #e3e8f0;
    padding: 12px;
  }

  .mhs-hotel-side {
    justify-items: start;
    padding: 12px;
  }
}

@media (max-width: 575px) {
  .mhs-hotel-page {
    padding-top: 12px;
  }

  .mhs-hotel-topline {
    margin-bottom: 8px;
  }

  .mhs-hotel-guest-toggle {
    font-size: 13px;
  }

  .mhs-hotel-form-bar {
    --mhs-hotel-field-height: 60px;
  }

  .mhs-product-tabs {
    width: 100%;
    justify-content: flex-start;
    gap: 6px;
    padding: 5px;
    margin-top: 4px;
  }

  .mhs-product-tab {
    flex: 0 0 auto;
    min-height: 43px;
    font-size: 14px;
    padding: 0 13px;
    gap: 6px;
  }

  .mhs-product-tab i {
    font-size: 13px;
  }

  .mhs-hotel-form-bar {
    border-radius: 10px;
    padding: 10px;
  }

  .mhs-hotel-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .mhs-hotel-grid-v2 {
    grid-template-columns: 1fr;
  }

  .mhs-hotel-field,
  .mhs-hotel-field-search,
  .mhs-hotel-field-date,
  .mhs-hotel-field-small {
    grid-column: auto;
  }

  .mhs-hotel-field input,
  .mhs-hotel-field select {
    font-size: 15px;
  }

  .mhs-hotel-field-search input {
    padding: 12px 40px 24px 12px;
  }

  .mhs-hotel-field-search .mhs-field-subline {
    left: 12px;
    bottom: 9px;
    font-size: 12px;
  }

  .mhs-hotel-submit {
    width: 100%;
    min-height: var(--mhs-hotel-field-height);
  }

  .mhs-date-panel {
    width: 100%;
    left: 0;
    border-radius: 14px;
    padding: 10px;
  }

  .mhs-date-head {
    gap: 8px;
  }

  .mhs-date-selects select {
    min-height: 34px;
    font-size: 13px;
  }

  .mhs-guest-panel {
    width: 100%;
    left: 0;
    border-radius: 14px;
  }

  .mhs-hotel-sidebar {
    border-radius: 16px;
    padding: 12px;
  }

  .mhs-map-card {
    height: 132px;
  }

  .mhs-map-action {
    min-height: 40px;
    font-size: 14px;
  }

  .mhs-hotel-results-head {
    flex-direction: column;
    align-items: flex-start;
  }
}
