.mrhp-empty {
  padding: 18px 20px;
  border-radius: 18px;
  color: #082c88;
  background: #ecf4ff;
}

.mrhp-listing-wrap {
  display: grid;
  gap: 18px;
}

.mrhp-listing--grid {
  --cols: var(--mrhp-grid-columns, 3);
}

.mrhp-grid-item {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 0;
  overflow: hidden;
}

.mrhp-grid-item .mr-thumb {
  aspect-ratio: 16/10;
  border-radius: 16px 16px 0 0;
}

.mrhp-grid-item .mr-main {
  padding: 18px;
}

.mrhp-grid-item .mr-card-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 16px;
}

.mrhp-card--package {
  height: 100%;
}

.mrhp-card--package .mr-thumb {
  aspect-ratio: 16 / 10;
}

.mrhp-card--package .mr-card-body {
  padding: 18px;
}

.mrhp-ribbon {
  background: linear-gradient(145deg, #0ea5e9, #2563eb);
}

.mrhp-card-headline {
  margin: 10px 0 0;
  color: #475569;
  line-height: 1.6;
}

.mrhp-specs .mr-ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--mr-primary, #2563eb);
}

.mrhp-specs .dashicons {
  font-size: 18px;
  width: 18px;
  height: 18px;
}

.mrhp-list-item .mr-main {
  padding-right: 6px;
}

.mrhp-list-item .mr-card-headline {
  max-width: 52ch;
}

/* Let the list thumbnail fill the full card height on wide layouts. */
@media (min-width: 1025px) {
  .mrhp-listing--list .mrhp-list-item {
    align-items: stretch;
  }

  .mrhp-listing--list .mrhp-list-item > .mr-thumb {
    align-self: stretch;
    height: auto;
    min-height: 100%;
    aspect-ratio: auto;
    background: #fff;
  }

  .mrhp-listing--list .mrhp-list-item > .mr-thumb img {
    height: 100%;
    min-height: 100%;
    object-fit: cover;
  }
}

.mrhp-slider-shell {
  position: relative;
  overflow: visible;
}

.mrhp-slider-shell .mrhp-swiper {
  overflow: visible;
  padding: 4px 4px 40px;
}

.mrhp-slider-shell .swiper-slide {
  height: auto;
}

.mrhp-slider-shell .swiper-button-prev,
.mrhp-slider-shell .swiper-button-next {
  color: var(--mr-primary, #2563eb);
}

.mrhp-slider-shell .swiper-button-prev::after,
.mrhp-slider-shell .swiper-button-next::after {
  font-size: 20px;
  font-weight: 800;
}

.mrhp-slider-shell .swiper-pagination-bullet-active {
  background: var(--mr-primary, #2563eb);
}

/* Elementor slider styled like the ModernTransfer fleet carousel. */
.mrhp-slider-shell {
  position: relative;
  padding-top: 64px;
}
.mrhp-slider-shell .mrhp-swiper { overflow: visible; padding: 0 0 10px; }
.mrhp-slider-shell .swiper-slide { height: auto; }
.mrhp-slider-shell .swiper-button-prev,
.mrhp-slider-shell .swiper-button-next {
  top: -60px;
  right: 0;
  left: auto;
  width: 45px;
  height: 44px;
  margin-top: 0;
  border: 1px solid #dfe5ec;
  border-radius: 50%;
  background: #fff;
  color: #071836;
}
.mrhp-slider-shell .swiper-button-prev { right: 66px; }
.mrhp-slider-shell .swiper-button-prev::after,
.mrhp-slider-shell .swiper-button-next::after { display: none; }
.mrhp-slider-shell .mrhp-slider-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.mrhp-slider-shell .swiper-button-prev:hover,
.mrhp-slider-shell .swiper-button-next:hover {
  border-color: var(--mr-primary, #2563eb);
  color: var(--mr-primary, #2563eb);
}
.mrhp-package-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  border: 1px solid #dfe5ec;
  border-radius: 16px;
  background: #fff;
  box-shadow: none;
  gap: 0;
  padding: 0;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.mrhp-package-card:hover {
  transform: translateY(-3px);
  border-color: var(--mr-primary, #2563eb);
  box-shadow: 0 12px 26px rgba(15, 23, 42, .1);
}
.mrhp-package-card .mr-thumb {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  border-radius: 0;
}
.mrhp-package-card .mr-thumb img {
  display: block;
  width: 100%;
  height: auto;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}
.mrhp-package-card:hover .mr-thumb img {
  transform: scale(1.035);
}
.mrhp-package-card .mrhp-slider-overlay {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 14px;
  min-height: 46%;
  padding: 56px 18px 18px;
  background: linear-gradient(180deg, rgba(7, 24, 54, 0), rgba(7, 24, 54, .78));
  color: #fff;
}
.mrhp-package-card .mrhp-slider-title {
  max-width: calc(100% - 52px);
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 1.15;
  overflow-wrap: anywhere;
}
.mrhp-package-card .mrhp-slider-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  color: var(--mr-primary, #2563eb);
  font-size: 22px;
  line-height: 1;
}
.mrhp-package-card .mr-card-body { display: flex; flex: 1; flex-direction: column; min-height: 214px; padding: 18px 20px 20px; }
.mrhp-package-card .mr-item-cat { color: var(--mr-primary, #2563eb); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.mrhp-package-card .mrhp-card-headline { min-height: 22px; margin: 8px 0 0; color: #64748b; font-size: 14px; line-height: 1.5; }
.mrhp-package-card .mr-spec-mini { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: start; gap: 12px; margin: auto 0 0; padding: 16px 0 14px; border-top: 0; border-bottom: 1px solid #dfe5ec; }
.mrhp-package-card .mr-spec-mini li { display: flex; min-width: 0; flex-direction: column; align-items: center; justify-content: flex-start; gap: 8px; color: #334155; font-size: 14px; font-weight: 700; text-align: center; }
.mrhp-package-card .mr-spec-mini li .mr-ico { flex: 0 0 22px; height: 22px; }
.mrhp-package-card .mr-card-foot { align-items: center; margin-top: 16px; }
.mrhp-package-card .mr-price-sm { display: grid; gap: 2px; min-width: 0; }
.mrhp-package-card .mr-price-label { color: #64748b; font-size: 11px; font-weight: 700; text-transform: uppercase; }
.mrhp-package-card .mr-card-foot .mr-btn { border-radius: 999px; background: var(--mr-primary, #2563eb); color: #fff; }

@media (max-width: 767px) {
  .mrhp-slider-shell { padding-top: 58px; }
  .mrhp-slider-shell .swiper-button-prev,
  .mrhp-slider-shell .swiper-button-next { top: -52px; width: 44px; height: 44px; }
  .mrhp-slider-shell .swiper-button-prev { right: 56px; }
  .mrhp-package-card .mr-card-body { min-height: 196px; padding: 16px 18px 18px; }
  .mrhp-package-card .mrhp-slider-overlay { padding: 46px 14px 14px; }
  .mrhp-package-card .mrhp-slider-title { font-size: 20px; }
  .mrhp-package-card .mrhp-slider-arrow { flex-basis: 36px; width: 36px; height: 36px; font-size: 20px; }
  .mrhp-package-card .mr-spec-mini { gap: 8px; padding: 14px 0 12px; }
  .mrhp-package-card .mr-spec-mini li { min-width: 0; font-size: 13px; }
  .mrhp-package-card .mr-spec-mini li > span:last-child { min-width: 0; overflow-wrap: anywhere; }
  .mrhp-package-card .mr-card-foot { gap: 12px; margin-top: 14px; }
  .mrhp-package-card .mr-price-sm { min-width: 0; }
.mrhp-package-card .mr-card-foot .mr-btn { flex: 0 0 auto; }

.mrhp-slider-shell .mrhp-custom-slide { overflow: hidden; }
.mrhp-slider-shell .mrhp-custom-slide .mr-thumb { display: block; }
.mrhp-slider-shell .mrhp-custom-slide .mr-thumb img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.mrhp-slider-shell .mrhp-custom-slide-body { min-height: 0; padding: 16px 20px 18px; }
.mrhp-slider-shell .mrhp-custom-slide .mr-card-title { margin: 0; }
}

.mrhp-single {
  display: grid;
  gap: 28px;
  max-width: 1040px;
  margin: 0 auto;
}

.mrhp-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 16px;
  border: 1px solid #e9edf3;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}

.mrhp-topbrand,
.mrhp-topnav {
  display: flex;
  align-items: center;
  gap: 14px;
}

.mrhp-topbrand {
  font-size: 13px;
  font-weight: 700;
  color: #111827;
}

.mrhp-topnav {
  color: #6b7280;
  font-size: 12px;
  font-weight: 700;
}

.mrhp-topbrand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: #84cc16;
  color: #fff;
}

.mrhp-hero-copy {
  display: grid;
  gap: 8px;
}

.mrhp-eyebrow {
  margin: 0;
  font-size: 12px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #64748b;
  font-weight: 800;
}

.mrhp-page-title {
  margin: 0;
  font-size: clamp(26px, 3vw, 36px);
  line-height: 1.16;
  color: #0f172a;
}

.mrhp-meta-inline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 16px;
  color: #6b7280;
  font-size: 12px;
  font-weight: 700;
}

.mrhp-meta-inline .is-rating {
  color: #f59e0b;
}

.mrhp-headline-page {
  margin: 0;
  max-width: 56ch;
  color: #334155;
  font-size: 18px;
  line-height: 1.6;
}

.mrhp-gallery-showcase {
  position: relative;
  display: grid;
  grid-template-columns: 2.1fr 1fr;
  gap: 8px;
}

.mrhp-showcase-main,
.mrhp-showcase-thumb {
  overflow: hidden;
  border-radius: 18px;
  background: #f8fafc;
}

.mrhp-showcase-main img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  display: block;
}

.mrhp-showcase-side {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.mrhp-showcase-thumb {
  border: 2px solid transparent;
  padding: 0;
  cursor: pointer;
}

.mrhp-showcase-thumb img {
  width: 100%;
  height: 100%;
  min-height: 176px;
  object-fit: cover;
  display: block;
}

.mrhp-showcase-thumb.active,
.mrhp-showcase-thumb:hover {
  border: 2px solid transparent;
  border-color: var(--mr-primary, #2563eb);
}

.mrhp-overview-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(300px, 0.9fr);
  gap: 28px;
  align-items: start;
}

.mrhp-overview-main {
  display: grid;
  gap: 16px;
}

.mrhp-host-card {
  display: flex;
  align-items: center;
  gap: 12px;
}

.mrhp-host-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: #84cc16;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
}

.mrhp-host-card strong,
.mrhp-host-card span {
  display: block;
}

.mrhp-host-card strong {
  color: #111827;
  font-size: 15px;
}

.mrhp-host-card span {
  color: #6b7280;
  font-size: 12px;
}

.mrhp-rating-line {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
}

.mrhp-rating-line strong {
  color: #ef4444;
  letter-spacing: .08em;
  font-size: 11px;
}

.mrhp-rating-line span,
.mrhp-rating-line a {
  color: #6b7280;
  font-weight: 700;
  text-decoration: none;
}

.mrhp-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.mrhp-chip-row span,
.mrhp-facts-row span,
.mrhp-session-row span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 10px;
  border-radius: 10px;
  border: 1px solid #eceff3;
  background: #fafbfc;
  color: #6b7280;
  font-size: 12px;
  font-weight: 700;
}

.mrhp-chip-row span {
  border-radius: 999px;
}

.mrhp-highlight-copy {
  margin: 0;
  color: #374151;
  line-height: 1.7;
  font-size: 14px;
}

.mrhp-facts-row,
.mrhp-session-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.mrhp-facts-row strong {
  color: #111827;
}

.mrhp-summary-lead {
  margin: 0;
  color: #475569;
  line-height: 1.7;
  font-size: 15px;
}

.mrhp-story-section,
.mrhp-content {
  display: grid;
  gap: 18px;
  padding-top: 6px;
}

.mrhp-section-head {
  display: grid;
  gap: 4px;
}

.mrhp-section-head h2 {
  margin: 0;
  font-size: 28px;
  color: #0f172a;
}

.mrhp-what-card {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  padding: 16px;
  border: 1px solid #eceff3;
  border-radius: 16px;
  background: #fafafa;
}

.mrhp-what-card strong {
  display: block;
  margin-bottom: 3px;
  color: #111827;
}

.mrhp-what-card p {
  margin: 0;
  color: #64748b;
  font-size: 13px;
  line-height: 1.5;
}

.mrhp-what-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid #eceff3;
  color: #111827;
  font-weight: 800;
  font-size: 24px;
}

.mrhp-route-list {
  display: grid;
  gap: 14px;
}

.mrhp-route-item {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 14px;
  align-items: start;
}

.mrhp-route-thumb {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  overflow: hidden;
  border-radius: 12px;
  background: #f8fafc;
  color: inherit;
  text-align: left;
  cursor: zoom-in;
}

.mrhp-route-thumb:focus-visible {
  outline: 3px solid var(--mrhp-secondary, #2563eb);
  outline-offset: 3px;
}

.mrhp-route-thumb img {
  width: 100%;
  height: 74px;
  object-fit: cover;
  display: block;
}

.mrhp-route-copy h3 {
  margin: 0 0 4px;
  color: #111827;
  font-size: 16px;
}

.mrhp-route-copy p {
  margin: 0;
  color: #6b7280;
  font-size: 13px;
  line-height: 1.55;
}

.mrhp-booking-panel {
  position: sticky;
  top: 16px;
}

.mrhp-booking-card {
  display: grid;
  gap: 16px;
  padding: 18px;
  border: 1px solid #e8ecf2;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.08);
}

.mrhp-booking-heading {
  display: grid;
  gap: 2px;
}

.mrhp-booking-heading > span {
  color: #374151;
  font-size: 13px;
  font-weight: 700;
}

.mrhp-booking-slots {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.mrhp-booking-slots span {
  display: grid;
  place-items: center;
  min-height: 56px;
  padding: 10px;
  text-align: center;
  border-radius: 12px;
  background: #f8fafc;
  border: 1px solid #eceff3;
  color: #374151;
  font-size: 12px;
  font-weight: 700;
}

.mrhp-checkout {
  display: grid;
  gap: 14px;
}

.mrhp-option-list {
  display: grid;
  gap: 8px;
}

.mrhp-option-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  padding: 11px 12px;
  border-radius: 12px;
  border: 1px solid #e8ecf2;
  background: #fff;
  cursor: pointer;
  text-align: left;
}

.mrhp-option-item span {
  color: #374151;
  font-size: 13px;
  font-weight: 700;
}

.mrhp-option-item strong {
  color: #111827;
  font-size: 13px;
}

.mrhp-option-item.is-active {
  border-color: #111827;
  box-shadow: inset 0 0 0 1px #111827;
}

.mrhp-checkout-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.mrhp-time-field {
  grid-column: 1 / -1;
}

.mrhp-field--full {
  grid-column: 1 / -1;
}

.mrhp-field {
  display: grid;
  gap: 6px;
}

.mrhp-field label {
  font-size: 13px;
  font-weight: 700;
  color: #334155;
}

.mrhp-field input,
.mrhp-field select,
.mrhp-field textarea {
  width: 100%;
  border: 1px solid #dbe1ea;
  border-radius: 12px;
  background: #fff;
  color: #0f172a;
  padding: 11px 12px;
  font-size: 14px;
}

.mrhp-field textarea {
  resize: vertical;
}

.mrhp-booking-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 12px;
  background: #f8fafc;
  border: 1px solid #eceff3;
}

.mrhp-booking-total span {
  color: #6b7280;
  font-size: 12px;
  font-weight: 700;
}

.mrhp-booking-total strong {
  color: #111827;
  font-size: 15px;
}

.mrhp-price-note {
  color: #64748b;
  font-weight: 700;
}

.mrhp-checkout-btn {
  min-height: 50px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid #111827;
  color: #111827;
}

.mrhp-checkout-btn:hover {
  background: #111827;
  color: #fff;
}

.mrhp-booking-foot {
  text-align: center;
  color: #9ca3af;
  font-size: 11px;
  font-weight: 700;
}

.mrhp-status {
  min-height: 18px;
  font-size: 13px;
  font-weight: 600;
  color: #475569;
}

.mrhp-status.is-error {
  color: #dc2626;
}

.mrhp-status.is-ok {
  color: #2563eb;
}

.mrhp-content-grid {
  display: grid;
  gap: 18px;
}

.mrhp-content-grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mrhp-detail-card {
  padding: 20px;
}

.mrhp-detail-card h3 {
  margin: 0 0 16px;
  font-size: 20px;
  color: #0f172a;
}

.mrhp-richtext {
  color: #475569;
  line-height: 1.8;
}

.mrhp-simple-list {
  margin: 0;
  padding-left: 18px;
  color: #475569;
  line-height: 1.8;
}

.mrhp-simple-list li + li {
  margin-top: 6px;
}

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

.mrhp-clean-list li {
  position: relative;
  padding-left: 18px;
  color: #4b5563;
  line-height: 1.7;
}

.mrhp-clean-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
}

.mrhp-clean-list.is-good li::before {
  color: #22c55e;
}

.mrhp-clean-list.is-muted li::before {
  color: #9ca3af;
}

.mrhp-bookspot-list {
  display: grid;
  gap: 12px;
  max-width: 620px;
}

.mrhp-tier-card {
  border: 1px solid #e8ecf2;
  border-radius: 16px;
  background: #fff;
  overflow: hidden;
}

.mrhp-tier-card summary {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 18px;
  cursor: pointer;
  list-style: none;
}

.mrhp-tier-card summary::-webkit-details-marker {
  display: none;
}

.mrhp-tier-card summary strong,
.mrhp-tier-card summary span,
.mrhp-tier-card summary em {
  display: block;
}

.mrhp-tier-card summary strong {
  color: #111827;
  font-size: 16px;
}

.mrhp-tier-card summary span {
  margin-top: 3px;
  color: #6b7280;
  font-size: 12px;
  font-style: normal;
}

.mrhp-tier-card summary em {
  color: #111827;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
}

.mrhp-tier-card-body {
  padding: 0 18px 16px;
}

.mrhp-tier-select {
  margin-top: 12px;
  color: #6b7280;
  font-size: 12px;
  font-weight: 700;
}

.mrhp-faqs {
  display: grid;
  gap: 12px;
}

.mrhp-faqs--plain {
  gap: 18px;
}

.mrhp-faq-plain h3 {
  margin: 0 0 6px;
  color: #111827;
  font-size: 16px;
}

.mrhp-faq-plain p {
  margin: 0;
  color: #64748b;
  line-height: 1.7;
}

.mrhp-about-card {
  display: grid;
  gap: 16px;
  max-width: 520px;
  padding: 22px;
  border: 1px solid #e8ecf2;
  border-radius: 20px;
  background: #fff;
}

.mrhp-about-brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.mrhp-about-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 18px;
  background: #84cc16;
  color: #fff;
  font-size: 22px;
  font-weight: 800;
}

.mrhp-about-brand strong,
.mrhp-about-brand span {
  display: block;
}

.mrhp-about-brand strong {
  color: #111827;
}

.mrhp-about-brand span,
.mrhp-about-card p {
  color: #6b7280;
  line-height: 1.7;
}

.mrhp-about-card p {
  margin: 0;
}

.mrhp-about-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.mrhp-about-meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #f8fafc;
  border: 1px solid #eceff3;
  color: #4b5563;
  font-size: 12px;
  font-weight: 700;
}

.mrhp-archive .mr-title {
  margin-bottom: 8px;
}

@media (max-width: 1200px) {
  .mrhp-overview-grid {
    grid-template-columns: 1fr;
  }

  .mrhp-booking-panel {
    position: static;
  }
}

@media (max-width: 1024px) {
  .mrhp-listing--grid {
    --cols: 2;
  }

  .mrhp-gallery-showcase {
    grid-template-columns: 1fr;
  }

  .mrhp-showcase-side {
    grid-template-columns: 1fr 1fr;
  }

  .mrhp-content-grid--two,
  .mrhp-checkout-grid {
    grid-template-columns: 1fr;
  }

  .mrhp-showcase-main img {
    min-height: 300px;
  }
}

@media (max-width: 640px) {
  .mrhp-topbar,
  .mrhp-topnav {
    flex-wrap: wrap;
  }

  .mrhp-listing--grid {
    --cols: 1;
  }

  .mrhp-grid-item .mr-card-foot {
    flex-direction: column;
    align-items: stretch;
  }

  .mrhp-headline-page {
    font-size: 20px;
  }

  .mrhp-showcase-main img {
    min-height: 240px;
  }

  .mrhp-showcase-side {
    grid-template-columns: 1fr 1fr;
  }

  .mrhp-showcase-thumb img {
    min-height: 120px;
  }

  .mrhp-tier-card summary {
    flex-direction: column;
  }
}

/* Modern tour-detail layout */
.mrhp-single {
  max-width: 1120px;
  gap: 34px;
  color: #12251f;
}

.mrhp-topbar {
  padding: 13px 18px;
  border-color: #e2e9df;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 10px 26px rgba(30, 61, 47, .06);
}

.mrhp-topnav a {
  color: #6a7a73;
  text-decoration: none;
}

.mrhp-topnav a:hover { color: #176b52; }

.mrhp-gallery-hero { position: relative; }

.mrhp-gallery-showcase {
  grid-template-columns: minmax(0, 2.2fr) minmax(220px, .8fr);
  gap: 10px;
}

.mrhp-showcase-main,
.mrhp-showcase-thumb { border-radius: 20px; }

.mrhp-showcase-main img {
  min-height: 480px;
  max-height: 610px;
  object-fit: cover;
}

.mrhp-showcase-side {
  grid-template-columns: 1fr;
  grid-template-rows: repeat(3, 1fr);
  gap: 10px;
}

.mrhp-showcase-thumb img { min-height: 0; }

.mrhp-title-card {
  position: relative;
  z-index: 2;
  width: min(86%, 760px);
  margin: -56px 0 0 32px;
  padding: 22px 26px 24px;
  border: 1px solid #e2e9df;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 16px 32px rgba(30, 61, 47, .1);
}

.mrhp-title-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  color: #6a7a73;
  font-size: 12px;
  font-weight: 750;
}

.mrhp-title-card-meta .is-rating { color: #ad7910; }

.mrhp-title-card .mrhp-page-title {
  margin-top: 9px;
  color: #12251f;
  font-size: clamp(30px, 4vw, 48px);
  letter-spacing: -.055em;
}

.mrhp-title-card p {
  max-width: 66ch;
  margin: 8px 0 0;
  color: #6a7a73;
  font-size: 14px;
  line-height: 1.6;
}

.mrhp-overview-grid {
  grid-template-columns: minmax(0, 1.35fr) minmax(340px, .65fr);
  gap: 42px;
  align-items: start;
  padding: 6px 32px 0;
}

.mrhp-overview-main { gap: 18px; }
.mrhp-host-card { padding-top: 2px; }
.mrhp-host-badge { background: #b9d84b; color: #12251f; }
.mrhp-host-card strong { color: #12251f; }
.mrhp-chip-row span,
.mrhp-facts-row span,
.mrhp-session-row span {
  border-color: #e2e9df;
  background: #f4f8f1;
  color: #6a7a73;
}
.mrhp-facts-row strong { color: #12251f; }
.mrhp-summary-lead { color: #6a7a73; line-height: 1.8; }

.mrhp-booking-panel { top: 24px; }
.mrhp-booking-card {
  gap: 17px;
  padding: 22px;
  border-color: #e2e9df;
  border-radius: 20px;
  box-shadow: 0 16px 34px rgba(30, 61, 47, .12);
}

.mrhp-booking-heading > span {
  color: #12251f;
  font-size: 20px;
  letter-spacing: -.03em;
}

.mrhp-booking-heading small {
  color: #6a7a73;
  font-size: 12px;
}

.mrhp-current-price,
.mr-current-price {
  color: #176b52;
  font-size: 30px;
  font-weight: 850;
  letter-spacing: -.05em;
}

.mrhp-price-note { color: #6a7a73; font-size: 12px; }
.mrhp-booking-slots { display: none; }

.mrhp-option-item {
  padding: 13px 14px;
  border-color: #e2e9df;
  border-radius: 13px;
  background: #fff;
}
.mrhp-option-item span { color: #12251f; }
.mrhp-option-item strong { color: #176b52; }
.mrhp-option-item.is-active,
.mrhp-option-item:hover {
  border-color: #176b52;
  background: #f1f7ed;
  box-shadow: inset 0 0 0 1px #176b52;
}

.mrhp-field label { color: #6a7a73; font-size: 11px; letter-spacing: .04em; text-transform: uppercase; }
.mrhp-field input,
.mrhp-field select {
  border-color: #dce5dc;
  border-radius: 11px;
  padding: 12px;
}
.mrhp-booking-total {
  padding: 13px 0;
  border-width: 1px 0 0;
  border-radius: 0;
  background: transparent;
}
.mrhp-booking-total span { color: #6a7a73; }
.mrhp-booking-total strong { color: #12251f; font-size: 18px; }
.mrhp-checkout-btn {
  min-height: 48px;
  border: 0;
  border-radius: 12px;
  background: #12251f;
  color: #fff;
  font-weight: 800;
}
.mrhp-checkout-btn:hover { background: #176b52; color: #fff; }
.mrhp-booking-foot { color: #9aa9a0; }

.mrhp-story-section,
.mrhp-content { gap: 20px; padding: 0 32px; }
.mrhp-section-head h2 { color: #12251f; font-size: 30px; letter-spacing: -.05em; }
.mrhp-section-head p { margin: 0; color: #6a7a73; font-size: 13px; }
.mrhp-route-section { margin-top: 4px; }
.mrhp-route-list {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.mrhp-route-item {
  display: block;
  min-height: 150px;
  padding: 17px;
  border-radius: 17px;
  background: #12251f;
  position: relative;
  overflow: hidden;
}
.mrhp-route-item::after {
  content: "";
  position: absolute;
  right: -25px;
  bottom: -28px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #176b52;
  opacity: .75;
}
.mrhp-route-thumb { display: none; }
.mrhp-route-copy { position: relative; z-index: 1; }
.mrhp-route-copy h3 { margin-top: 72px; color: #fff; font-size: 15px; }
.mrhp-route-copy p { color: #c8d8cb; font-size: 12px; }

.mrhp-content-grid--two { gap: 12px; }
.mrhp-detail-card {
  padding: 22px;
  border-color: #e2e9df;
  border-radius: 18px;
  background: #f7f9f3;
}
.mrhp-detail-card h3 { color: #12251f; font-size: 19px; }
.mrhp-clean-list li { color: #6a7a73; }
.mrhp-clean-list.is-good li::before { color: #80aa27; content: "✓"; font-weight: 800; }

.mrhp-faqs--plain { gap: 0; }
.mrhp-faq-plain {
  padding: 17px 0;
  border-top: 1px solid #e2e9df;
}
.mrhp-faq-plain:last-child { border-bottom: 1px solid #e2e9df; }
.mrhp-faq-plain h3 { color: #12251f; font-size: 15px; }
.mrhp-faq-plain p { color: #6a7a73; font-size: 13px; }

.mrhp-about-card {
  max-width: 620px;
  border-color: #e2e9df;
  border-radius: 18px;
  box-shadow: none;
}
.mrhp-about-mark { background: #b9d84b; color: #12251f; }

@media (max-width: 1024px) {
  .mrhp-overview-grid { padding: 6px 0 0; }
  .mrhp-story-section, .mrhp-content { padding: 0; }
  .mrhp-route-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  .mrhp-gallery-showcase { grid-template-columns: 1fr; }
  .mrhp-showcase-main img { min-height: 300px; }
  .mrhp-showcase-side { grid-template-columns: repeat(3, 1fr); grid-template-rows: 1fr; }
  .mrhp-showcase-thumb img { min-height: 110px; }
  .mrhp-title-card { width: calc(100% - 24px); margin: -34px 12px 0; padding: 18px; }
  .mrhp-overview-grid { gap: 28px; }
}

@media (max-width: 520px) {
  .mrhp-topnav { display: none; }
  .mrhp-gallery-showcase { gap: 7px; }
  .mrhp-showcase-side { gap: 7px; }
  .mrhp-showcase-thumb img { min-height: 82px; }
  .mrhp-route-list { grid-template-columns: 1fr 1fr; }
  .mrhp-route-item { min-height: 135px; padding: 13px; }
  .mrhp-route-copy h3 { margin-top: 58px; font-size: 13px; }
}

/* Modern v2: scoped visual system */
.mrhp-single.mrhp-modern-v2 {
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  gap: 0;
  padding: 24px 0 70px;
  color: #102a24;
}
.mrhp-modern-v2 .mrhp-single-hero {
  padding: 0 max(28px, calc((100vw - 1280px) / 2)) 54px;
  border-radius: 0;
  background: linear-gradient(135deg, #102a24 0%, #164b3b 55%, #b5cf77 160%);
  overflow: visible;
}
.mrhp-modern-v2 .mrhp-topbar {
  max-width: 1280px;
  margin: 0 auto 26px;
  padding: 16px 4px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.mrhp-modern-v2 .mrhp-topbrand,
.mrhp-modern-v2 .mrhp-topnav a { color: #f4f8ed; }
.mrhp-modern-v2 .mrhp-topbrand-mark { background: #c7e35e; color: #102a24; }
.mrhp-modern-v2 .mrhp-topnav { gap: 22px; }
.mrhp-modern-v2 .mrhp-topnav a { opacity: .78; font-size: 12px; }
.mrhp-modern-v2 .mrhp-topnav a:hover { opacity: 1; color: #c7e35e; }
.mrhp-modern-v2 .mrhp-gallery-hero { margin: 0; }
.mrhp-modern-v2 .mrhp-gallery-hero,
.mrhp-modern-v2 .mrhp-overview-grid,
.mrhp-modern-v2 .mrhp-story-section,
.mrhp-modern-v2 .mrhp-content {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.mrhp-modern-v2 .mrhp-gallery-showcase {
  grid-template-columns: minmax(0, 1fr) 190px;
  gap: 12px;
}
.mrhp-modern-v2 .mrhp-showcase-main,
.mrhp-modern-v2 .mrhp-showcase-thumb { border-radius: 24px; }
.mrhp-modern-v2 .mrhp-showcase-main { background: #0b201b; }
.mrhp-modern-v2 .mrhp-showcase-main img {
  min-height: 500px;
  max-height: 620px;
  object-fit: cover;
  object-position: center;
  opacity: .94;
}
.mrhp-modern-v2 .mrhp-showcase-side { gap: 12px; }
.mrhp-modern-v2 .mrhp-showcase-thumb {
  border: 1px solid rgba(255,255,255,.2);
  background: #0b201b;
}
.mrhp-modern-v2 .mrhp-showcase-thumb.active,
.mrhp-modern-v2 .mrhp-showcase-thumb:hover { border-color: #c7e35e; }
.mrhp-modern-v2 .mrhp-ribbon {
  top: 22px;
  left: 22px;
  padding: 11px 17px;
  border-radius: 999px;
  background: #c7e35e;
  color: #102a24;
  font-size: 12px;
  box-shadow: 0 8px 20px rgba(0,0,0,.18);
}
.mrhp-modern-v2 .mrhp-title-card {
  width: min(75%, 720px);
  margin: -74px 0 0 34px;
  padding: 25px 30px 27px;
  border: 0;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 22px 40px rgba(0,0,0,.2);
}
.mrhp-modern-v2 .mrhp-title-card-meta { color: #6f8177; }
.mrhp-modern-v2 .mrhp-title-card-meta .is-rating { color: #af7a11; }
.mrhp-modern-v2 .mrhp-title-card .mrhp-page-title {
  color: #102a24;
  font-size: clamp(32px, 4.6vw, 58px);
  line-height: .98;
  letter-spacing: -.07em;
}
.mrhp-modern-v2 .mrhp-title-card p { color: #6f8177; }
.mrhp-modern-v2 .mrhp-overview-grid {
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 52px;
  padding: 50px 10px 0;
}
.mrhp-modern-v2 .mrhp-overview-main { gap: 20px; }
.mrhp-modern-v2 .mrhp-host-card strong { color: #102a24; }
.mrhp-modern-v2 .mrhp-host-card span { color: #7d8e85; }
.mrhp-modern-v2 .mrhp-host-badge { background: #c7e35e; color: #102a24; }
.mrhp-modern-v2 .mrhp-chip-row span,
.mrhp-modern-v2 .mrhp-facts-row span,
.mrhp-modern-v2 .mrhp-session-row span {
  border-color: #dbe8d7;
  background: #f0f7eb;
  color: #557265;
}
.mrhp-modern-v2 .mrhp-summary-lead {
  max-width: 62ch;
  color: #63766c;
  font-size: 16px;
}
.mrhp-modern-v2 .mrhp-booking-panel { top: 28px; }
.mrhp-modern-v2 .mrhp-booking-card {
  gap: 19px;
  padding: 25px;
  border: 0;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 24px 46px rgba(0,0,0,.16);
}
.mrhp-modern-v2 .mrhp-booking-heading > span {
  color: #102a24;
  font-size: 22px;
}
.mrhp-modern-v2 .mrhp-booking-heading small { color: #7d8e85; }
.mrhp-modern-v2 .mr-current-price {
  margin-top: 4px;
  color: #176b52;
  font-size: 38px;
  line-height: 1;
}
.mrhp-modern-v2 .mrhp-option-list { gap: 9px; }
.mrhp-modern-v2 .mrhp-option-item {
  min-height: 58px;
  padding: 14px 15px;
  border-color: #dbe8d7;
  border-radius: 15px;
}
.mrhp-modern-v2 .mrhp-option-item span { color: #102a24; font-size: 13px; }
.mrhp-modern-v2 .mrhp-option-item strong { color: #176b52; font-size: 15px; }
.mrhp-modern-v2 .mrhp-option-item.is-active,
.mrhp-modern-v2 .mrhp-option-item:hover {
  border-color: #176b52;
  background: #f0f7eb;
  box-shadow: 0 0 0 2px #176b52;
}
.mrhp-modern-v2 .mrhp-field label { color: #789087; }
.mrhp-modern-v2 .mrhp-field input,
.mrhp-modern-v2 .mrhp-field select { border-color: #dbe8d7; }
.mrhp-modern-v2 .mrhp-booking-total { border-color: #dbe8d7; }
.mrhp-modern-v2 .mrhp-booking-total strong { color: #102a24; font-size: 20px; }
.mrhp-modern-v2 .mrhp-checkout-btn {
  min-height: 54px;
  border-radius: 14px;
  background: #102a24;
  color: #fff;
  font-size: 15px;
  letter-spacing: .02em;
}
.mrhp-modern-v2 .mrhp-checkout-btn:hover { background: #c7e35e; color: #102a24; }
.mrhp-modern-v2 .mrhp-story-section,
.mrhp-modern-v2 .mrhp-content { padding: 64px 10px 0; }
.mrhp-modern-v2 .mrhp-section-head h2 {
  color: #102a24;
  font-size: 34px;
  letter-spacing: -.06em;
}
.mrhp-modern-v2 .mrhp-section-head p { color: #71847a; }
.mrhp-modern-v2 .mrhp-route-list {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.mrhp-modern-v2 .mrhp-route-item {
  display: flex;
  min-height: 205px;
  padding: 18px;
  align-items: flex-end;
  border-radius: 19px;
  background: linear-gradient(145deg, #174d3c, #102a24);
  box-shadow: 0 12px 22px rgba(16,42,36,.12);
}
.mrhp-modern-v2 .mrhp-route-item:nth-child(2n) { background: linear-gradient(145deg, #2a654d, #174d3c); }
.mrhp-modern-v2 .mrhp-route-item::after { background: #c7e35e; opacity: .25; }
.mrhp-modern-v2 .mrhp-route-copy h3 { margin: 0; color: #fff; font-size: 16px; }
.mrhp-modern-v2 .mrhp-route-copy p { color: #c9ddd0; font-size: 12px; }
.mrhp-modern-v2 .mrhp-content-grid--two { gap: 14px; }
.mrhp-modern-v2 .mrhp-detail-card {
  border: 0;
  border-radius: 19px;
  background: #f1f7ed;
  box-shadow: none;
}
.mrhp-modern-v2 .mrhp-detail-card h3 { color: #102a24; }
.mrhp-modern-v2 .mrhp-clean-list li { color: #63766c; }
.mrhp-modern-v2 .mrhp-clean-list.is-good li::before { color: #78a82e; }
.mrhp-modern-v2 .mrhp-faq-plain { border-color: #dbe8d7; }
.mrhp-modern-v2 .mrhp-faq-plain h3 { color: #102a24; }
.mrhp-modern-v2 .mrhp-faq-plain p { color: #71847a; }
.mrhp-modern-v2 .mrhp-faq-accordion {
  display: grid;
  gap: 14px;
  padding: 24px;
  border: 1px solid #e3e7e2;
  border-radius: 22px;
  background: #f7f8f6;
}
.mrhp-modern-v2 #mrhp-faq .mrhp-section-head {
  border-left: 6px solid #f15f2a;
  padding-left: 16px;
}
.mrhp-modern-v2 #mrhp-faq .mrhp-section-head h2 {
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 500;
  letter-spacing: -.04em;
}
.mrhp-modern-v2 .mrhp-faq-item {
  overflow: hidden;
  border: 1px solid #e3e7e2;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 4px 12px rgba(16,42,36,.03);
}
.mrhp-modern-v2 .mrhp-faq-item summary {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 76px;
  padding: 18px 22px 18px 66px;
  color: #102a24;
  font-size: 17px;
  font-weight: 650;
  cursor: pointer;
  list-style: none;
}
.mrhp-modern-v2 .mrhp-faq-item summary::-webkit-details-marker { display: none; }
.mrhp-modern-v2 .mrhp-faq-item summary::before {
  content: "+";
  position: absolute;
  left: 22px;
  top: 50%;
  display: grid;
  place-items: center;
  width: 25px;
  height: 25px;
  color: #102a24;
  font-size: 25px;
  font-weight: 450;
  line-height: 1;
  transform: translateY(-50%);
}
.mrhp-modern-v2 .mrhp-faq-item[open] summary {
  color: #f15f2a;
  background: #fff1ea;
}
.mrhp-modern-v2 .mrhp-faq-item[open] summary::before {
  content: "−";
  color: #f15f2a;
}
.mrhp-modern-v2 .mrhp-faq-answer {
  padding: 0 24px 24px 66px;
  background: #fff;
}
.mrhp-modern-v2 .mrhp-faq-answer p {
  max-width: 75ch;
  margin: 0;
  color: #53685d;
  font-size: 15px;
  line-height: 1.75;
}
.mrhp-modern-v2 .mrhp-about-card { border-color: #dbe8d7; box-shadow: none; }

@media (max-width: 900px) {
  .mrhp-single.mrhp-modern-v2 { padding: 14px 0 50px; }
  .mrhp-modern-v2 .mrhp-single-hero { padding: 0 18px 32px; border-radius: 0; }
  .mrhp-modern-v2 .mrhp-gallery-showcase { grid-template-columns: 1fr; }
  .mrhp-modern-v2 .mrhp-showcase-main img { min-height: 390px; }
  .mrhp-modern-v2 .mrhp-showcase-side { grid-template-columns: repeat(3, 1fr); grid-template-rows: 1fr; }
  .mrhp-modern-v2 .mrhp-title-card { width: calc(100% - 24px); margin: -58px 12px 0; }
  .mrhp-modern-v2 .mrhp-overview-grid { grid-template-columns: 1fr; gap: 28px; padding: 38px 0 0; }
  .mrhp-modern-v2 .mrhp-booking-panel { position: static; }
  .mrhp-modern-v2 .mrhp-story-section,
  .mrhp-modern-v2 .mrhp-content { padding: 48px 0 0; }
  .mrhp-modern-v2 .mrhp-route-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 520px) {
  .mrhp-modern-v2 .mrhp-topbar { margin-bottom: 16px; }
  .mrhp-modern-v2 .mrhp-topnav { display: none; }
  .mrhp-modern-v2 .mrhp-showcase-main img { min-height: 290px; }
  .mrhp-modern-v2 .mrhp-title-card { padding: 19px; }
  .mrhp-modern-v2 .mrhp-title-card .mrhp-page-title { font-size: 35px; }
  .mrhp-modern-v2 .mrhp-route-list { grid-template-columns: 1fr 1fr; gap: 9px; }
  .mrhp-modern-v2 .mrhp-route-item { min-height: 145px; padding: 13px; }
  .mrhp-modern-v2 .mrhp-route-copy h3 { font-size: 13px; }
}

/* Tour detail v3: clean travel-theme layout */
.mrhp-single.mrhp-tour-v3 {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 28px 24px 80px;
  background: #fff;
  color: #252525;
}
.mrhp-tour-v3 .mrhp-single-hero {
  padding: 0;
  border-radius: 0;
  background: #fff;
  overflow: visible;
}
.mrhp-tour-v3 .mrhp-topbar {
  margin: 0 0 30px;
  padding: 0 0 18px;
  border: 0;
  border-bottom: 1px solid #ececec;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}
.mrhp-tour-v3 .mrhp-topbrand,
.mrhp-tour-v3 .mrhp-topnav a { color: #222; }
.mrhp-tour-v3 .mrhp-topbrand-mark { background: #8cc63f; color: #fff; }
.mrhp-tour-v3 .mrhp-topnav { gap: 25px; }
.mrhp-tour-v3 .mrhp-topnav a { font-size: 12px; opacity: .7; }
.mrhp-tour-v3 .mrhp-topnav a:hover { color: #ef6b35; opacity: 1; }
.mrhp-tour-v3 .mrhp-gallery-hero,
.mrhp-tour-v3 .mrhp-overview-grid,
.mrhp-tour-v3 .mrhp-story-section,
.mrhp-tour-v3 .mrhp-content { max-width: none; }
.mrhp-tour-v3 .mrhp-gallery-showcase {
  grid-template-columns: minmax(0, 2.15fr) minmax(230px, .85fr);
  gap: 8px;
}
.mrhp-tour-v3 .mrhp-showcase-main,
.mrhp-tour-v3 .mrhp-showcase-thumb { border-radius: 4px; }
.mrhp-tour-v3 .mrhp-showcase-main img {
  min-height: 500px;
  max-height: 590px;
  object-fit: cover;
}
.mrhp-tour-v3 .mrhp-showcase-side {
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 8px;
}
.mrhp-tour-v3 .mrhp-showcase-thumb img { min-height: 0; }
.mrhp-tour-v3 .mrhp-showcase-thumb.active,
.mrhp-tour-v3 .mrhp-showcase-thumb:hover { border-color: #ef6b35; }
.mrhp-tour-v3 .mrhp-ribbon {
  top: 18px;
  left: 18px;
  padding: 8px 14px;
  border-radius: 2px;
  background: #ef6b35;
  color: #fff;
  font-size: 11px;
}
.mrhp-tour-v3 .mrhp-title-card {
  width: 100%;
  margin: 0;
  padding: 22px 0 30px;
  border: 0;
  border-bottom: 1px solid #ececec;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}
.mrhp-tour-v3 .mrhp-title-card-meta {
  gap: 8px 18px;
  color: #777;
  font-size: 12px;
}
.mrhp-tour-v3 .mrhp-title-card-meta .is-rating { color: #e9a400; }
.mrhp-tour-v3 .mrhp-title-card .mrhp-page-title {
  margin: 10px 0 0;
  color: #222;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.08;
  letter-spacing: -.045em;
}
.mrhp-tour-v3 .mrhp-title-card p { max-width: 80ch; color: #777; }
.mrhp-tour-v3 .mrhp-overview-grid {
  grid-template-columns: minmax(0, 1fr) 350px;
  gap: 70px;
  padding: 38px 0 0;
}
.mrhp-tour-v3 .mrhp-overview-main { gap: 19px; }
.mrhp-tour-v3 .mrhp-detail-label {
  color: #ef6b35;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.mrhp-tour-v3 .mrhp-host-card { padding-bottom: 8px; border-bottom: 1px solid #ececec; }
.mrhp-tour-v3 .mrhp-host-card strong { color: #222; }
.mrhp-tour-v3 .mrhp-host-card span { color: #888; }
.mrhp-tour-v3 .mrhp-host-badge { background: #8cc63f; color: #fff; }
.mrhp-tour-v3 .mrhp-chip-row span,
.mrhp-tour-v3 .mrhp-facts-row span,
.mrhp-tour-v3 .mrhp-session-row span {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #777;
  font-size: 12px;
}
.mrhp-tour-v3 .mrhp-chip-row span::before,
.mrhp-tour-v3 .mrhp-facts-row span::before,
.mrhp-tour-v3 .mrhp-session-row span::before {
  content: "•";
  margin-right: 6px;
  color: #ef6b35;
}
.mrhp-tour-v3 .mrhp-summary-lead {
  max-width: 70ch;
  color: #555;
  font-size: 15px;
  line-height: 1.9;
}
.mrhp-tour-v3 .mrhp-booking-panel { top: 25px; }
.mrhp-tour-v3 .mrhp-booking-card {
  gap: 17px;
  padding: 24px;
  border: 1px solid #e7e7e7;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 9px 26px rgba(0,0,0,.06);
}
.mrhp-tour-v3 .mrhp-booking-heading > span { color: #222; font-size: 21px; }
.mrhp-tour-v3 .mrhp-booking-heading small { color: #888; }
.mrhp-tour-v3 .mr-current-price { color: #ef6b35; font-size: 34px; }
.mrhp-tour-v3 .mrhp-option-item {
  min-height: 54px;
  padding: 12px;
  border-color: #e5e5e5;
  border-radius: 3px;
}
.mrhp-tour-v3 .mrhp-option-item span { color: #333; }
.mrhp-tour-v3 .mrhp-option-item strong { color: #222; }
.mrhp-tour-v3 .mrhp-option-item.is-active,
.mrhp-tour-v3 .mrhp-option-item:hover {
  border-color: #ef6b35;
  background: #fff7f2;
  box-shadow: inset 3px 0 0 #ef6b35;
}
.mrhp-tour-v3 .mrhp-field label { color: #777; }
.mrhp-tour-v3 .mrhp-field input,
.mrhp-tour-v3 .mrhp-field select { border-color: #e2e2e2; border-radius: 3px; }
.mrhp-tour-v3 .mrhp-booking-total { border-color: #e5e5e5; border-radius: 0; background: #fafafa; }
.mrhp-tour-v3 .mrhp-booking-total strong { color: #222; }
.mrhp-tour-v3 .mrhp-checkout-btn {
  min-height: 50px;
  border-radius: 3px;
  background: #ef6b35;
  color: #fff;
  font-size: 14px;
}
.mrhp-tour-v3 .mrhp-checkout-btn:hover { background: #222; color: #fff; }
.mrhp-tour-v3 .mrhp-story-section,
.mrhp-tour-v3 .mrhp-content { padding: 62px 0 0; }
.mrhp-tour-v3 .mrhp-section-head { margin-bottom: 5px; }
.mrhp-tour-v3 .mrhp-section-head h2 {
  color: #222;
  font-size: 30px;
  letter-spacing: -.04em;
}
.mrhp-tour-v3 .mrhp-section-head p { color: #888; }
.mrhp-tour-v3 .mrhp-route-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 34px;
}
.mrhp-tour-v3 .mrhp-route-item {
  display: grid;
  grid-template-columns: 88px 1fr;
  min-height: 0;
  padding: 18px 0;
  border-bottom: 1px solid #ececec;
  border-radius: 0;
  background: #fff;
  overflow: visible;
}
.mrhp-tour-v3 .mrhp-route-item::after { display: none; }
.mrhp-tour-v3 .mrhp-route-thumb {
  display: block;
  width: 72px;
  height: 72px;
  border-radius: 3px;
}
.mrhp-tour-v3 .mrhp-route-thumb img { height: 72px; }
.mrhp-tour-v3 .mrhp-route-copy { z-index: auto; }
.mrhp-tour-v3 .mrhp-route-copy h3 { margin: 0 0 5px; color: #222; font-size: 15px; }
.mrhp-tour-v3 .mrhp-route-copy p { color: #777; font-size: 12px; line-height: 1.6; }
.mrhp-tour-v3 .mrhp-detail-card {
  padding: 22px 0;
  border: 0;
  border-top: 2px solid #ef6b35;
  border-radius: 0;
  background: #fff;
}
.mrhp-tour-v3 .mrhp-detail-card h3 { color: #222; font-size: 18px; }
.mrhp-tour-v3 .mrhp-clean-list li { color: #666; }
.mrhp-tour-v3 .mrhp-faq-accordion { border: 0; border-radius: 0; padding: 0; background: #f7f7f7; }
.mrhp-tour-v3 #mrhp-faq .mrhp-section-head { border-left-color: #ef6b35; }
.mrhp-tour-v3 .mrhp-faq-item { border-color: #e5e5e5; border-radius: 2px; box-shadow: none; }
.mrhp-tour-v3 .mrhp-faq-item summary { min-height: 66px; color: #333; font-size: 15px; }
.mrhp-tour-v3 .mrhp-faq-item[open] summary { color: #ef6b35; }
.mrhp-tour-v3 .mrhp-faq-answer p { color: #666; font-size: 14px; }

@media (max-width: 900px) {
  .mrhp-single.mrhp-tour-v3 { padding: 20px 18px 60px; }
  .mrhp-tour-v3 .mrhp-gallery-showcase { grid-template-columns: 1fr; }
  .mrhp-tour-v3 .mrhp-showcase-main img { min-height: 360px; }
  .mrhp-tour-v3 .mrhp-showcase-side { grid-template-columns: repeat(3, 1fr); grid-template-rows: 1fr; }
  .mrhp-tour-v3 .mrhp-overview-grid { grid-template-columns: 1fr; gap: 30px; }
  .mrhp-tour-v3 .mrhp-booking-panel { position: static; }
}
@media (max-width: 620px) {
  .mrhp-tour-v3 .mrhp-topnav { display: none; }
  .mrhp-tour-v3 .mrhp-title-card .mrhp-page-title { font-size: 34px; }
  .mrhp-tour-v3 .mrhp-route-list { grid-template-columns: 1fr; }
  .mrhp-tour-v3 .mrhp-content-grid--two { grid-template-columns: 1fr; }
}

/* Yacht Tour reference layout v4 */
.mrhp-single.mrhp-yacht-v4 {
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 0 0 80px;
  background: #fff;
  color: #333;
}
.mrhp-yacht-v4 .mrhp-single-hero { padding: 0; }
.mrhp-yacht-v4 .mrhp-utility-bar {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 14px max(24px, calc((100vw - 1100px) / 2));
  background: #0d2348;
  color: rgba(255,255,255,.75);
  font-size: 12px;
}
.mrhp-yacht-v4 .mrhp-topbar {
  position: absolute;
  z-index: 5;
  top: 45px;
  left: 0;
  right: 0;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 23px max(24px, calc((100vw - 1100px) / 2));
  border: 0;
  border-radius: 0;
  background: rgba(13,35,72,.62);
  box-shadow: none;
}
.mrhp-yacht-v4 .mrhp-topbrand,
.mrhp-yacht-v4 .mrhp-topnav a { color: #fff; }
.mrhp-yacht-v4 .mrhp-topnav a { opacity: .78; }
.mrhp-yacht-v4 .mrhp-tour-logo-mark {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #d5b36c;
  color: #0d2348;
  font-size: 16px;
  font-weight: 900;
}
.mrhp-yacht-v4 .mrhp-tour-logo-text {
  display: grid;
  gap: 1px;
  color: #fff;
  font-size: 19px;
  font-weight: 850;
  letter-spacing: .02em;
}
.mrhp-yacht-v4 .mrhp-tour-logo-text small {
  color: #d5b36c;
  font-size: 8px;
  font-weight: 500;
  letter-spacing: .25em;
}
.mrhp-yacht-v4 .mrhp-gallery-hero { max-width: none; }
.mrhp-yacht-v4 .mrhp-gallery-showcase {
  display: block;
  width: 100%;
  min-height: 660px;
  background: #0d2348;
}
.mrhp-yacht-v4 .mrhp-showcase-main,
.mrhp-yacht-v4 .mrhp-showcase-main img {
  width: 100%;
  height: 660px;
  min-height: 660px;
  max-height: none;
  border-radius: 0;
}
.mrhp-yacht-v4 .mrhp-showcase-main img {
  object-fit: cover;
  object-position: center;
  filter: none;
}
.mrhp-yacht-v4 .mrhp-showcase-main { position: relative; }
.mrhp-yacht-v4 .mrhp-gallery-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 42px !important;
  min-width: 42px !important;
  max-width: 42px !important;
  height: 42px !important;
  min-height: 42px !important;
  max-height: 42px !important;
  aspect-ratio: 1 / 1;
  box-sizing: border-box;
  border: 0;
  border-radius: 50%;
  background: rgba(7,24,54,.78);
  color: #fff;
  font-size: 30px;
  line-height: 1;
  margin: 0;
  padding: 0 !important;
  appearance: none;
  -webkit-appearance: none;
  transform: translateY(-50%);
  cursor: pointer;
}
.mrhp-yacht-v4 .mrhp-gallery-arrow--prev { left: 22px; }
.mrhp-yacht-v4 .mrhp-gallery-arrow--next { right: 22px; }
.mrhp-yacht-v4 .mrhp-gallery-arrow:hover { background: var(--mr-primary, #2563eb); }
.mrhp-yacht-v4 .mrhp-showcase-side {
  position: absolute;
  right: max(24px, calc((100vw - 1100px) / 2));
  bottom: 22px;
  z-index: 3;
  display: flex;
  width: 360px;
  height: 90px;
  gap: 8px;
  grid-template-columns: none;
  grid-template-rows: none;
}
.mrhp-yacht-v4 .mrhp-showcase-thumb {
  flex: 1;
  border: 2px solid rgba(255,255,255,.65);
  border-radius: 2px;
}
.mrhp-yacht-v4 .mrhp-showcase-thumb img { min-height: 0; }
.mrhp-yacht-v4 .mrhp-showcase-thumb.active { border-color: #d5b36c; }
.mrhp-yacht-v4 .mrhp-ribbon { top: auto; left: max(24px, calc((100vw - 1100px) / 2)); bottom: 32px; z-index: 4; background: #d5b36c; color: #0d2348; border-radius: 2px; }
.mrhp-yacht-v4 .mrhp-title-card {
  position: relative;
  z-index: 4;
  width: 690px;
  max-width: calc(100% - 48px);
  margin: -1px 0 0 max(24px, calc((100% - 1100px) / 2));
  padding: 34px 0 28px;
  border: 0;
  border-bottom: 1px solid #e8e8e8;
  background: #fff;
  box-shadow: none;
}
.mrhp-yacht-v4 .mrhp-title-card .mrhp-page-title { color: #2d2d2d; font-size: clamp(29px, 4vw, 42px); }
.mrhp-yacht-v4 .mrhp-title-card-meta { color: #8b8b8b; }
.mrhp-yacht-v4 .mrhp-title-card p { color: #8b8b8b; }
.mrhp-yacht-v4 .mrhp-tour-tabs {
  display: flex;
  justify-content: flex-start;
  gap: 42px;
  width: 690px;
  max-width: calc(100% - 48px);
  margin-left: max(24px, calc((100% - 1100px) / 2));
  min-height: 66px;
  border-bottom: 1px solid #e7e7e7;
  background: #fff;
}
.mrhp-yacht-v4 .mrhp-tour-tabs a {
  display: inline-flex;
  align-items: center;
  border-bottom: 2px solid transparent;
  color: #aaa;
  font-size: 12px;
  font-weight: 750;
  text-decoration: none;
}
.mrhp-yacht-v4 .mrhp-tour-tabs a:hover,
.mrhp-yacht-v4 .mrhp-tour-tabs a.is-active { color: #333; border-bottom-color: #d5b36c; }
.mrhp-yacht-v4 .mrhp-overview-grid {
  grid-template-columns: minmax(0, 690px) 360px;
  justify-content: center;
  gap: 50px;
  padding: 54px 24px 0;
}
.mrhp-yacht-v4 .mrhp-booking-panel { top: 24px; margin-top: -145px; z-index: 5; }
.mrhp-yacht-v4 .mrhp-booking-card {
  border: 0;
  border-radius: 0;
  padding: 25px;
  box-shadow: 0 8px 28px rgba(0,0,0,.13);
}
.mrhp-yacht-v4 .mr-current-price { color: #202020; font-size: 38px; }
.mrhp-yacht-v4 .mrhp-option-item.is-active,
.mrhp-yacht-v4 .mrhp-option-item:hover { border-color: #d5b36c; background: #fffbf2; box-shadow: inset 3px 0 0 #d5b36c; }
.mrhp-yacht-v4 .mrhp-checkout-btn { background: #0d2348; border-radius: 0; }
.mrhp-yacht-v4 .mrhp-checkout-btn:hover { background: #d5b36c; color: #0d2348; }
.mrhp-yacht-v4 .mrhp-story-section,
.mrhp-yacht-v4 .mrhp-content { max-width: 690px; margin-left: max(24px, calc((100% - 1100px) / 2)); padding: 52px 0 0; }
.mrhp-yacht-v4 .mrhp-section-head h2 { font-size: 25px; color: #333; }
.mrhp-yacht-v4 .mrhp-detail-label { color: #b6934f; }
.mrhp-yacht-v4 .mrhp-host-card { border-bottom-color: #e8e8e8; }
.mrhp-yacht-v4 .mrhp-detail-rows { margin-top: 10px; border-top: 1px solid #e5e5e5; }
.mrhp-yacht-v4 .mrhp-detail-rows { display: grid; grid-template-columns: 1fr 1fr; gap: 0 34px; border-top: 0; }
.mrhp-yacht-v4 .mrhp-detail-rows > div { display: grid; grid-template-columns: 42px 1fr; align-items: center; gap: 12px; min-height: 94px; padding: 15px 0; border-bottom: 1px solid #e5e5e5; font-size: 13px; }
.mrhp-yacht-v4 .mrhp-detail-icon { display: grid; place-items: center; width: 42px; height: 42px; color: #294c88; font-size: 29px; }
.mrhp-yacht-v4 .mrhp-detail-rows strong,
.mrhp-yacht-v4 .mrhp-detail-rows em { display: block; }
.mrhp-yacht-v4 .mrhp-detail-rows strong { color: #555; font-size: 12px; font-weight: 700; }
.mrhp-yacht-v4 .mrhp-detail-rows em { margin-top: 5px; color: #777; font-size: 16px; font-style: normal; line-height: 1.35; }
.mrhp-yacht-v4 .mrhp-overview-main > .mrhp-session-row { display: none; }
.mrhp-yacht-v4 .mrhp-summary-lead { max-width: 68ch; font-size: 14px; line-height: 1.75; }
.mrhp-yacht-v4 .mrhp-booking-card { gap: 13px; padding: 22px; }
.mrhp-yacht-v4 .mrhp-booking-heading > span { font-size: 19px; }
.mrhp-yacht-v4 .mr-current-price { font-size: 34px; }
.mrhp-yacht-v4 .mrhp-option-item { min-height: 50px; padding: 11px 12px; }
.mrhp-yacht-v4 .mrhp-option-item span,
.mrhp-yacht-v4 .mrhp-option-item strong { font-size: 13px; }
.mrhp-yacht-v4 .mrhp-route-list { grid-template-columns: 1fr; }
.mrhp-yacht-v4 .mrhp-route-item { grid-template-columns: 76px 1fr; padding: 17px 0; }
.mrhp-yacht-v4 .mrhp-route-item.is-text-only { grid-template-columns: 1fr; }
.mrhp-yacht-v4 .mrhp-route-item.is-text-only .mrhp-route-copy h3 { margin-top: 0; }
.mrhp-yacht-v4 .mrhp-route-thumb { width: 60px; height: 60px; }
.mrhp-yacht-v4 .mrhp-route-thumb img { height: 60px; }
.mrhp-yacht-v4 .mrhp-route-copy h3 { font-size: 15px; }
.mrhp-yacht-v4 .mrhp-content-grid--two { grid-template-columns: 1fr; gap: 0; }
.mrhp-yacht-v4 .mrhp-detail-card { display: grid; grid-template-columns: 150px 1fr; gap: 24px; padding: 20px 0; border-top: 1px solid #e5e5e5; }
.mrhp-yacht-v4 .mrhp-detail-card h3 { margin: 0; font-size: 14px; }
.mrhp-yacht-v4 .mrhp-clean-list { gap: 6px; }
.mrhp-yacht-v4 .mrhp-photo-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.mrhp-yacht-v4 .mrhp-photo-tile { height: 150px; padding: 0; border: 0; overflow: hidden; background: #eee; cursor: pointer; }
.mrhp-yacht-v4 .mrhp-photo-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.mrhp-yacht-v4 .mrhp-photo-tile:hover img { transform: scale(1.04); }
.mrhp-yacht-v4 .mrhp-faq-accordion { background: #f7f7f7; }

@media (max-width: 900px) {
  .mrhp-yacht-v4 .mrhp-gallery-showcase,
  .mrhp-yacht-v4 .mrhp-showcase-main,
  .mrhp-yacht-v4 .mrhp-showcase-main img { min-height: 500px; height: 500px; }
  .mrhp-yacht-v4 .mrhp-overview-grid { grid-template-columns: 1fr; max-width: 690px; margin: 0 auto; }
  .mrhp-yacht-v4 .mrhp-title-card,
  .mrhp-yacht-v4 .mrhp-tour-tabs { margin-left: auto; margin-right: auto; }
  .mrhp-yacht-v4 .mrhp-booking-panel { margin-top: 0; position: static; }
  .mrhp-yacht-v4 .mrhp-story-section,
  .mrhp-yacht-v4 .mrhp-content { margin-left: auto; margin-right: auto; }
}
@media (max-width: 620px) {
  .mrhp-yacht-v4 .mrhp-utility-bar { font-size: 10px; }
  .mrhp-yacht-v4 .mrhp-topbar { top: 39px; padding: 16px 18px; }
  .mrhp-yacht-v4 .mrhp-topnav { display: none; }
  .mrhp-yacht-v4 .mrhp-tour-tabs { gap: 18px; justify-content: flex-start; overflow-x: auto; padding: 0 18px; }
  .mrhp-yacht-v4 .mrhp-tour-tabs a { white-space: nowrap; }
  .mrhp-yacht-v4 .mrhp-showcase-side { right: 18px; width: 230px; height: 64px; }
  .mrhp-yacht-v4 .mrhp-ribbon { left: 18px; bottom: 20px; }
  .mrhp-yacht-v4 .mrhp-title-card { width: calc(100% - 36px); }
  .mrhp-yacht-v4 .mrhp-overview-grid { padding: 36px 18px 0; }
  .mrhp-yacht-v4 .mrhp-story-section,
  .mrhp-yacht-v4 .mrhp-content { padding: 42px 18px 0; }
  .mrhp-yacht-v4 .mrhp-detail-card { grid-template-columns: 1fr; gap: 9px; }
  .mrhp-yacht-v4 .mrhp-detail-rows { grid-template-columns: 1fr; }
  .mrhp-yacht-v4 .mrhp-photo-strip { grid-template-columns: 1fr 1fr; }
  .mrhp-yacht-v4 .mrhp-photo-tile { height: 120px; }
}

/* Use the same live brand colour as ModernRent / Modern Checkout. */
.mrhp-yacht-v4 .mrhp-utility-bar { background: var(--mr-primary, #2563eb); }
.mrhp-yacht-v4 .mrhp-topbar { background: color-mix(in srgb, var(--mr-primary, #2563eb) 78%, transparent); }
.mrhp-yacht-v4 .mrhp-tour-logo-mark { background: var(--mr-primary, #2563eb); color: #fff; }
.mrhp-yacht-v4 .mrhp-tour-logo-text small { color: color-mix(in srgb, var(--mr-primary, #2563eb) 62%, #fff); }
.mrhp-yacht-v4 .mrhp-showcase-main,
.mrhp-yacht-v4 .mrhp-gallery-showcase { background: var(--mr-primary, #2563eb); }
.mrhp-yacht-v4 .mrhp-showcase-thumb.active,
.mrhp-yacht-v4 .mrhp-showcase-thumb:hover { border-color: var(--mr-primary, #2563eb); }
.mrhp-yacht-v4 .mrhp-ribbon { background: var(--mr-primary, #2563eb); color: #fff; }
.mrhp-yacht-v4 .mrhp-tour-tabs a:hover,
.mrhp-yacht-v4 .mrhp-tour-tabs a.is-active { border-bottom-color: var(--mr-primary, #2563eb); }
.mrhp-yacht-v4 .mrhp-title-card-meta .is-rating { color: var(--mr-primary, #2563eb); }
.mrhp-yacht-v4 .mrhp-detail-label { color: var(--mr-primary, #2563eb); }
.mrhp-yacht-v4 .mr-current-price { color: var(--mr-primary, #2563eb); }
.mrhp-yacht-v4 .mrhp-chip-row span::before,
.mrhp-yacht-v4 .mrhp-facts-row span::before,
.mrhp-yacht-v4 .mrhp-session-row span::before { color: var(--mr-primary, #2563eb); }
.mrhp-yacht-v4 .mrhp-detail-icon { color: var(--mr-primary, #2563eb); }
.mrhp-yacht-v4 .mrhp-option-item.is-active,
.mrhp-yacht-v4 .mrhp-option-item:hover { border-color: var(--mr-primary, #2563eb); box-shadow: inset 3px 0 0 var(--mr-primary, #2563eb); }
.mrhp-yacht-v4 .mrhp-checkout-btn { background: var(--mr-primary, #2563eb); }
.mrhp-yacht-v4 .mrhp-checkout-btn:hover { background: color-mix(in srgb, var(--mr-primary, #2563eb) 82%, #000); color: #fff; }
.mrhp-yacht-v4 .mrhp-detail-card { border-top-color: var(--mr-primary, #2563eb); }
.mrhp-yacht-v4 .mrhp-faq-item[open] summary,
.mrhp-yacht-v4 #mrhp-faq .mrhp-section-head { border-left-color: var(--mr-primary, #2563eb); }
.mrhp-yacht-v4 .mrhp-faq-item[open] summary { color: var(--mr-primary, #2563eb); }

.mrhp-yacht-v4 .mrhp-facts-row { display: none; }
.mrhp-yacht-v4 #mrhp-faq .mrhp-section-head h2 {
  font-size: 25px;
  font-weight: 750;
  letter-spacing: -.04em;
}
.mrhp-yacht-v4 #mrhp-booking-form { scroll-margin-top: 24px; }
.mrhp-yacht-v4 .mrhp-mobile-booking-bar { display: none; }

@media (max-width: 620px) {
  .mrhp-yacht-v4 { padding-bottom: 92px; }
  .mrhp-yacht-v4 .mrhp-mobile-booking-bar {
    position: fixed;
    z-index: 9999;
    left: 12px;
    right: 12px;
    bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    min-height: 62px;
    padding: 10px 12px 10px 16px;
    width: calc(100% - 24px);
    border: 0;
    border-radius: 15px;
    background: var(--mr-primary, #2563eb);
    color: #fff;
    box-shadow: 0 12px 30px rgba(2, 6, 23, .25);
    text-decoration: none;
    text-align: left;
    font: inherit;
    cursor: pointer;
    animation: mrhp-mobile-booking-rise .45s ease-out both;
  }
  .mrhp-yacht-v4 .mrhp-mobile-booking-bar > span {
    display: grid;
    gap: 1px;
    font-size: 13px;
    font-weight: 800;
  }
  .mrhp-yacht-v4 .mrhp-mobile-booking-bar small {
    color: rgba(255,255,255,.75);
    font-size: 10px;
    font-weight: 500;
  }
  .mrhp-yacht-v4 .mrhp-mobile-booking-bar strong {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 12px;
    border-radius: 10px;
    background: rgba(255,255,255,.16);
    color: #fff;
    font-size: 12px;
    white-space: nowrap;
  }
  .mrhp-yacht-v4 .mrhp-mobile-booking-bar strong span { font-size: 17px; line-height: 1; }
}

@keyframes mrhp-mobile-booking-rise {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (prefers-reduced-motion: reduce) {
  .mrhp-yacht-v4 .mrhp-mobile-booking-bar { animation: none; }
}

/* Typography follows the active WordPress theme. */
.mrhp-yacht-v4,
.mrhp-yacht-v4 button,
.mrhp-yacht-v4 input,
.mrhp-yacht-v4 select,
.mrhp-yacht-v4 textarea {
  font-family: inherit;
}
.mrhp-yacht-v4 { font-size: 14px; line-height: 1.55; }
.mrhp-yacht-v4 .mrhp-title-card .mrhp-page-title { font-size: clamp(30px, 3.6vw, 42px); font-weight: 800; }
.mrhp-yacht-v4 .mrhp-title-card-meta { font-size: 12px; }
.mrhp-yacht-v4 .mrhp-title-card p { font-size: 14px; line-height: 1.6; }
.mrhp-yacht-v4 .mrhp-section-head h2 { font-size: 25px; font-weight: 750; }
.mrhp-yacht-v4 .mrhp-summary-lead { font-size: 14px; }
.mrhp-yacht-v4 .mrhp-detail-rows strong { font-size: 11px; }
.mrhp-yacht-v4 .mrhp-detail-rows em { font-size: 15px; }
.mrhp-yacht-v4 .mrhp-route-copy h3 { font-size: 14px; }
.mrhp-yacht-v4 .mrhp-route-copy p { font-size: 12px; }
.mrhp-yacht-v4 .mrhp-booking-heading > span { font-size: 20px; }
.mrhp-yacht-v4 .mr-current-price { font-size: 34px; }
.mrhp-yacht-v4 .mrhp-option-item span,
.mrhp-yacht-v4 .mrhp-option-item strong { font-size: 13px; }
.mrhp-yacht-v4 .mrhp-field label { font-size: 11px; }
.mrhp-yacht-v4 .mrhp-field input,
.mrhp-yacht-v4 .mrhp-field select { font-size: 14px; }
.mrhp-yacht-v4 .mrhp-checkout-btn { font-size: 15px; }
.mrhp-yacht-v4 .mrhp-faq-item summary { font-size: 15px; }
.mrhp-yacht-v4 .mrhp-faq-answer p { font-size: 14px; }

/* Elementor + mobile containment: keep the single package inside its host
 * column and prevent form controls from expanding the viewport. */
.mrhp-yacht-v4,
.mrhp-yacht-v4 *,
.mrhp-yacht-v4 *::before,
.mrhp-yacht-v4 *::after {
  box-sizing: border-box;
}
.mrhp-yacht-v4 {
  max-width: 100vw;
  overflow-x: clip;
  --mrhp-secondary: var(--mc-primary, var(--mr-primary, #2563eb));
  --mrhp-navy: #071836;
  --mrhp-muted: #64748b;
  --mrhp-line: #dfe5ec;
  --mrhp-soft: #f7f9fc;
}
.mrhp-yacht-v4 img,
.mrhp-yacht-v4 svg,
.mrhp-yacht-v4 iframe { max-width: 100%; }
.mrhp-yacht-v4 .mrhp-overview-main,
.mrhp-yacht-v4 .mrhp-booking-panel,
.mrhp-yacht-v4 .mrhp-booking-card,
.mrhp-yacht-v4 .mrhp-checkout,
.mrhp-yacht-v4 .mrhp-field,
.mrhp-yacht-v4 .mrhp-option-item { min-width: 0; }
.mrhp-yacht-v4 .mrhp-field input,
.mrhp-yacht-v4 .mrhp-field select,
.mrhp-yacht-v4 .mrhp-field textarea { max-width: 100%; }
.mrhp-yacht-v4 .mrhp-option-item span,
.mrhp-yacht-v4 .mrhp-option-item strong { min-width: 0; overflow-wrap: anywhere; }

@media (max-width: 900px) {
  .mrhp-yacht-v4 {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .mrhp-yacht-v4 .mrhp-overview-grid,
  .mrhp-yacht-v4 .mrhp-story-section,
  .mrhp-yacht-v4 .mrhp-content { width: 100%; min-width: 0; }
}

@media (max-width: 620px) {
  .mrhp-yacht-v4 .mrhp-utility-bar { flex-wrap: wrap; }
  .mrhp-yacht-v4 .mrhp-booking-card { width: 100%; padding: 18px 14px; }
  .mrhp-yacht-v4 .mrhp-checkout-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
  .mrhp-yacht-v4 .mrhp-option-item { gap: 8px; padding-left: 10px; padding-right: 10px; }
  .mrhp-yacht-v4 .mrhp-option-item span,
  .mrhp-yacht-v4 .mrhp-option-item strong { font-size: 12px; }
}

/* Final mobile containment for themes that keep the ModernRent .mr-layout
 * desktop width/padding. This keeps every single-page section inside the
 * device viewport, not only the booking card. */
@media (max-width: 768px) {
  body.single-mr_holiday_package { overflow-x: hidden; }
  body.single-mr_holiday_package .mr-layout {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .mrhp-yacht-v4,
  .mrhp-yacht-v4 .mrhp-single-hero,
  .mrhp-yacht-v4 .mrhp-gallery-hero,
  .mrhp-yacht-v4 .mrhp-gallery-showcase,
  .mrhp-yacht-v4 .mrhp-overview-grid,
  .mrhp-yacht-v4 .mrhp-story-section,
  .mrhp-yacht-v4 .mrhp-content {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .mrhp-yacht-v4 .mrhp-gallery-hero,
  .mrhp-yacht-v4 .mrhp-single-hero { overflow: hidden; }
  .mrhp-yacht-v4 .mrhp-utility-bar { padding-left: 18px; padding-right: 18px; }
  .mrhp-yacht-v4 .mrhp-topbar { padding-left: 18px; padding-right: 18px; }
  .mrhp-yacht-v4 .mrhp-title-card {
    width: calc(100% - 36px);
    max-width: calc(100% - 36px);
    margin-left: 18px;
    margin-right: 18px;
  }
  .mrhp-yacht-v4 .mrhp-tour-tabs {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .mrhp-yacht-v4 .mrhp-overview-grid { padding-left: 18px; padding-right: 18px; }
  .mrhp-yacht-v4 .mrhp-story-section,
  .mrhp-yacht-v4 .mrhp-content { padding-left: 18px; padding-right: 18px; }
  .mrhp-yacht-v4 .mrhp-detail-rows > div,
  .mrhp-yacht-v4 .mrhp-route-item,
  .mrhp-yacht-v4 .mrhp-detail-card { min-width: 0; }
  .mrhp-yacht-v4 .mrhp-detail-rows em,
  .mrhp-yacht-v4 .mrhp-route-copy,
  .mrhp-yacht-v4 .mrhp-route-copy p { overflow-wrap: anywhere; }
}

@media (max-width: 480px) {
  .mrhp-yacht-v4 .mrhp-checkout-grid { grid-template-columns: 1fr; }
  .mrhp-yacht-v4 .mrhp-time-field { grid-column: auto; }
  .mrhp-yacht-v4 .mrhp-showcase-side { right: 12px; width: min(230px, calc(100% - 24px)); }
  .mrhp-yacht-v4 .mrhp-title-card .mrhp-page-title { font-size: 29px; line-height: 1.08; }
  .mrhp-yacht-v4 .mrhp-detail-rows > div { grid-template-columns: 36px minmax(0, 1fr); gap: 9px; }
  .mrhp-yacht-v4 .mrhp-detail-icon { width: 36px; font-size: 25px; }
  .mrhp-yacht-v4 .mrhp-gallery-arrow {
    width: 34px !important;
    min-width: 34px !important;
    max-width: 34px !important;
    height: 34px !important;
    min-height: 34px !important;
    max-height: 34px !important;
    font-size: 24px;
  }
  .mrhp-yacht-v4 .mrhp-gallery-arrow--prev { left: 12px; }
  .mrhp-yacht-v4 .mrhp-gallery-arrow--next { right: 12px; }
}

/* ModernTransfer uses its secondary teal token from the same ModernCheckout
 * primary colour. Holiday Package follows the same rule so both plugins stay
 * visually consistent when the brand colour is changed in settings. */
.mrhp-yacht-v4 .mrhp-tour-logo-mark,
.mrhp-yacht-v4 .mrhp-showcase-thumb.active,
.mrhp-yacht-v4 .mrhp-ribbon,
.mrhp-yacht-v4 .mrhp-tour-tabs a.is-active,
.mrhp-yacht-v4 .mrhp-tour-tabs a:hover,
.mrhp-yacht-v4 .mrhp-detail-label,
.mrhp-yacht-v4 .mr-current-price,
.mrhp-yacht-v4 .mrhp-detail-icon,
.mrhp-yacht-v4 .mrhp-faq-item[open] summary,
.mrhp-yacht-v4 .mrhp-checkout-btn,
.mrhp-yacht-v4 .mrhp-mobile-booking-bar {
  --mrhp-secondary: var(--mr-primary, #2563eb);
}
.mrhp-yacht-v4 .mrhp-tour-logo-mark,
.mrhp-yacht-v4 .mrhp-ribbon,
.mrhp-yacht-v4 .mrhp-checkout-btn,
.mrhp-yacht-v4 .mrhp-mobile-booking-bar { background: var(--mrhp-secondary); }
.mrhp-yacht-v4 .mrhp-showcase-thumb.active,
.mrhp-yacht-v4 .mrhp-tour-tabs a.is-active,
.mrhp-yacht-v4 .mrhp-tour-tabs a:hover { border-color: var(--mrhp-secondary); }
.mrhp-yacht-v4 .mrhp-detail-label,
.mrhp-yacht-v4 .mr-current-price,
.mrhp-yacht-v4 .mrhp-detail-icon,
.mrhp-yacht-v4 .mrhp-faq-item[open] summary { color: var(--mrhp-secondary); }
.mrhp-yacht-v4 .mrhp-option-item.is-active,
.mrhp-yacht-v4 .mrhp-option-item:hover {
  border-color: var(--mrhp-secondary);
  box-shadow: inset 3px 0 0 var(--mrhp-secondary);
}
.mrhp-yacht-v4 .mrhp-detail-card { border-top-color: var(--mrhp-secondary); }

/* Match ModernTransfer's balanced navy / muted / soft-surface palette. */
.mrhp-yacht-v4 .mrhp-route-item,
.mrhp-yacht-v4 .mrhp-route-item:nth-child(2n) {
  background: #fff;
  color: var(--mrhp-navy);
  border-bottom: 1px solid var(--mrhp-line);
  box-shadow: none;
}
.mrhp-yacht-v4 .mrhp-route-item:nth-child(2n) .mrhp-route-copy h3,
.mrhp-yacht-v4 .mrhp-route-item:nth-child(2n) .mrhp-route-copy p {
  color: inherit;
}
.mrhp-yacht-v4 .mrhp-route-copy h3 { color: var(--mrhp-navy); }
.mrhp-yacht-v4 .mrhp-route-copy p { color: var(--mrhp-muted); }
.mrhp-yacht-v4 .mrhp-faq-accordion { background: var(--mrhp-soft); }
.mrhp-yacht-v4 .mrhp-faq-item[open] summary { background: var(--mrhp-soft); }
.mrhp-yacht-v4 .mrhp-option-item:hover { background: var(--mrhp-soft); }
.mrhp-yacht-v4 .mrhp-option-item.is-active { background: #E6F6F2; }
.mrhp-yacht-v4 .mrhp-booking-total { background: var(--mrhp-soft); border-color: var(--mrhp-line); }
.mrhp-yacht-v4 .mrhp-field input,
.mrhp-yacht-v4 .mrhp-field select { border-color: var(--mrhp-line); }

/* Use Modern Checkout's live brand token first. ModernRent remains the
 * fallback for pages where the checkout stylesheet is not loaded globally. */
.mrhp-yacht-v4 {
  --mrhp-secondary: var(--mc-primary, var(--mr-primary, #2563eb));
  --mrhp-secondary-soft: color-mix(in srgb, var(--mrhp-secondary) 10%, #ffffff);
  --mrhp-secondary-soft-2: color-mix(in srgb, var(--mrhp-secondary) 7%, #ffffff);
}
.mrhp-yacht-v4 .mrhp-utility-bar,
.mrhp-yacht-v4 .mrhp-checkout-btn,
.mrhp-yacht-v4 .mrhp-mobile-booking-bar { background: var(--mrhp-secondary); }
.mrhp-yacht-v4 .mrhp-topbar { background: color-mix(in srgb, var(--mrhp-secondary) 78%, transparent); }
.mrhp-yacht-v4 .mrhp-tour-logo-mark,
.mrhp-yacht-v4 .mrhp-ribbon { background: var(--mrhp-secondary); }
.mrhp-yacht-v4 .mrhp-tour-logo-text small { color: color-mix(in srgb, var(--mrhp-secondary) 62%, #fff); }
.mrhp-yacht-v4 .mrhp-showcase-thumb.active,
.mrhp-yacht-v4 .mrhp-showcase-thumb:hover,
.mrhp-yacht-v4 .mrhp-tour-tabs a.is-active,
.mrhp-yacht-v4 .mrhp-tour-tabs a:hover { border-color: var(--mrhp-secondary); }
.mrhp-yacht-v4 .mrhp-title-card-meta .is-rating,
.mrhp-yacht-v4 .mrhp-detail-label,
.mrhp-yacht-v4 .mr-current-price,
.mrhp-yacht-v4 .mrhp-session-row span::before,
.mrhp-yacht-v4 .mrhp-detail-icon,
.mrhp-yacht-v4 .mrhp-faq-item[open] summary { color: var(--mrhp-secondary); }
.mrhp-yacht-v4 .mrhp-detail-card { border-top-color: var(--mrhp-secondary); }
.mrhp-yacht-v4 #mrhp-faq .mrhp-section-head { border-left-color: var(--mrhp-secondary); }
.mrhp-yacht-v4 .mrhp-option-item.is-active,
.mrhp-yacht-v4 .mrhp-option-item:hover {
  border-color: var(--mrhp-secondary);
  box-shadow: inset 3px 0 0 var(--mrhp-secondary);
}
.mrhp-yacht-v4 .mrhp-option-item.is-active { background: var(--mrhp-secondary-soft); }
.mrhp-yacht-v4 .mrhp-option-item:hover { background: var(--mrhp-secondary-soft-2); }
.mrhp-yacht-v4 .mrhp-gallery-arrow:hover { background: var(--mrhp-secondary); }

.mrhp-checkout .mrhp-field small {
  display: block;
  margin-top: 6px;
  color: #64748b;
  font-size: 11px;
}

/* Sticky desktop booking card and a compact mobile booking drawer. */
.mrhp-yacht-v4 .mrhp-booking-panel {
  position: sticky;
  top: 24px;
  align-self: start;
}
.mrhp-yacht-v4 .mrhp-mobile-booking-close,
.mrhp-yacht-v4 .mrhp-mobile-booking-backdrop {
  display: none;
}

@media (max-width: 620px) {
  .mrhp-yacht-v4 .mrhp-booking-panel {
    position: static;
  }
  .mrhp-yacht-v4 .mrhp-mobile-booking-backdrop {
    position: fixed;
    inset: 0;
    z-index: 10000;
    background: rgba(7, 24, 54, .48);
    opacity: 0;
    pointer-events: none;
    transition: opacity .24s ease;
  }
  .mrhp-yacht-v4 .mrhp-booking-card {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 10001;
    width: auto;
    max-height: min(86vh, 720px);
    overflow-y: auto;
    overscroll-behavior: contain;
    opacity: 0;
    transform: translateY(calc(100% + 24px));
    pointer-events: none;
    transition: opacity .28s ease, transform .28s ease;
  }
  .mrhp-yacht-v4 .mrhp-mobile-booking-close {
    display: inline-flex;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: var(--mrhp-soft, #f7f9fc);
    color: var(--mrhp-navy, #071836);
    font-size: 23px;
    line-height: 1;
    cursor: pointer;
  }
  .mrhp-yacht-v4.mrhp-booking-is-open .mrhp-mobile-booking-backdrop {
    opacity: 1;
    pointer-events: auto;
  }
  .mrhp-yacht-v4.mrhp-booking-is-open .mrhp-booking-card {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
}

/* Accessible full-screen gallery lightbox. */
body.mrhp-lightbox-open { overflow: hidden; }
.mrhp-lightbox {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 28px;
}
.mrhp-lightbox.is-open { display: flex; }
.mrhp-lightbox-backdrop { position: absolute; inset: 0; background: rgba(3, 12, 28, .92); }
.mrhp-lightbox-dialog {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(1100px, 100%);
  height: min(86vh, 820px);
}
.mrhp-lightbox-image {
  display: block;
  width: auto !important;
  max-width: calc(100% - 116px) !important;
  height: auto !important;
  max-height: 100% !important;
  margin: 0 auto !important;
  object-fit: contain;
  object-position: center;
  border-radius: 10px;
  box-shadow: 0 18px 60px rgba(0, 0, 0, .35);
}
.mrhp-lightbox-close,
.mrhp-lightbox-nav {
  position: absolute;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 44px !important;
  min-width: 44px !important;
  max-width: 44px !important;
  height: 44px !important;
  min-height: 44px !important;
  max-height: 44px !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box;
  aspect-ratio: 1 / 1;
  flex: 0 0 44px;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 50%;
  background: rgba(255,255,255,.12);
  color: #fff;
  cursor: pointer;
}
.mrhp-lightbox-close { top: 0; right: 0; font-size: 30px; line-height: 1; }
.mrhp-lightbox-nav { top: 50%; font-size: 32px; line-height: 1; transform: translateY(-50%); }
.mrhp-lightbox-prev { left: 0; }
.mrhp-lightbox-next { right: 0; }
.mrhp-lightbox-close:hover,
.mrhp-lightbox-nav:hover { background: var(--mrhp-secondary, #00a889); }
.mrhp-lightbox-count { position: absolute; bottom: 0; left: 50%; color: #fff; font-size: 13px; transform: translateX(-50%); }
.mrhp-gallery-current,
.mrhp-photo-tile img { cursor: zoom-in; }

@media (max-width: 640px) {
  .mrhp-lightbox { padding: 14px; }
  .mrhp-lightbox-dialog { width: 100%; height: 82vh; }
  .mrhp-lightbox-image { max-width: calc(100% - 76px) !important; max-height: calc(100% - 70px) !important; border-radius: 6px; }
  .mrhp-lightbox-close { top: -4px; right: 0; }
  .mrhp-lightbox-nav { width: 38px !important; min-width: 38px !important; max-width: 38px !important; height: 38px !important; min-height: 38px !important; max-height: 38px !important; flex-basis: 38px; font-size: 27px; }
  .mrhp-lightbox-prev { left: 4px; }
  .mrhp-lightbox-next { right: 4px; }
  .mrhp-lightbox-count { bottom: -2px; }
}

/* Keep adult and child rates readable without repeating the same combined price. */
.mrhp-yacht-v4 .mrhp-adult-child-prices {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 16px;
  padding: 10px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #f8fafc;
}

.mrhp-yacht-v4 .mrhp-adult-child-price {
  display: grid;
  gap: 4px;
  min-width: 0;
  padding: 9px 11px;
  border-left: 3px solid var(--mr-primary, #2563eb);
}

.mrhp-yacht-v4 .mrhp-adult-child-price + .mrhp-adult-child-price {
  border-left-color: #cbd5e1;
}

.mrhp-yacht-v4 .mrhp-adult-child-price span {
  color: #64748b;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .06em;
  line-height: 1.25;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.mrhp-yacht-v4 .mrhp-adult-child-price strong {
  color: #0f172a;
  font-size: 18px;
  line-height: 1.15;
  overflow-wrap: anywhere;
}

@media (max-width: 620px) {
  .mrhp-yacht-v4 .mrhp-adult-child-prices { grid-template-columns: 1fr; }
}

/* Optional package content: keep the detail flow editorial and scannable. */
.mrhp-yacht-v4 .mrhp-route-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}

.mrhp-yacht-v4 .mrhp-route-item {
  position: relative;
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 18px;
  min-height: 92px;
  padding: 0 0 25px;
  border: 0;
  background: transparent;
}

.mrhp-yacht-v4 .mrhp-route-item:not(:last-child)::before {
  position: absolute;
  top: 36px;
  bottom: 0;
  left: 17px;
  width: 1px;
  background: var(--mrhp-line);
  content: "";
}

.mrhp-yacht-v4 .mrhp-route-step {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid var(--mrhp-secondary);
  border-radius: 50%;
  background: #fff;
  color: var(--mrhp-secondary);
  font-size: 11px;
  font-weight: 800;
}

.mrhp-yacht-v4 .mrhp-route-body {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  min-width: 0;
}

.mrhp-yacht-v4 .mrhp-route-item.is-text-only .mrhp-route-body {
  grid-template-columns: minmax(0, 1fr);
}

.mrhp-yacht-v4 .mrhp-route-thumb {
  width: 76px;
  height: 62px;
  border-radius: 8px;
  overflow: hidden;
}

.mrhp-yacht-v4 .mrhp-route-thumb img {
  width: 100%;
  height: 62px;
  object-fit: cover;
}

.mrhp-yacht-v4 .mrhp-route-copy h3 {
  margin: 0 0 5px;
  color: var(--mrhp-navy);
  font-size: 15px;
  line-height: 1.35;
}

.mrhp-yacht-v4 .mrhp-route-copy p {
  margin: 0;
  color: var(--mrhp-muted);
  font-size: 13px;
  line-height: 1.55;
}

.mrhp-yacht-v4 .mrhp-menu-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.mrhp-yacht-v4 .mrhp-menu-card {
  min-width: 0;
  padding: 20px;
  border: 1px solid var(--mrhp-line);
  border-radius: 12px;
  background: #fff;
}

.mrhp-yacht-v4 .mrhp-menu-card h3 {
  margin: 0 0 13px;
  color: var(--mrhp-navy);
  font-size: 16px;
}

.mrhp-yacht-v4 .mrhp-menu-list,
.mrhp-yacht-v4 .mrhp-important-notes-list {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mrhp-yacht-v4 .mrhp-menu-list li {
  position: relative;
  padding-left: 16px;
  color: var(--mrhp-muted);
  font-size: 14px;
  line-height: 1.5;
}

.mrhp-yacht-v4 .mrhp-menu-list li::before {
  position: absolute;
  top: .65em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--mrhp-secondary);
  content: "";
}

.mrhp-yacht-v4 .mrhp-important-notes-section {
  padding-top: 35px;
}

.mrhp-yacht-v4 .mrhp-important-notes-panel {
  padding: 22px 24px 24px;
  border: 1px solid color-mix(in srgb, var(--mrhp-secondary) 22%, #dfe5ec);
  border-left: 4px solid var(--mrhp-secondary);
  border-radius: 12px;
  background: var(--mrhp-secondary-soft-2);
}

.mrhp-yacht-v4 .mrhp-important-notes-panel .mrhp-section-head {
  margin-bottom: 14px;
}

.mrhp-yacht-v4 .mrhp-important-notes-panel .mrhp-section-head h2 {
  margin: 0;
  color: var(--mrhp-navy);
  font-size: 20px;
}

.mrhp-yacht-v4 .mrhp-important-notes-list li {
  position: relative;
  padding-left: 25px;
  color: var(--mrhp-navy);
  font-size: 14px;
  line-height: 1.55;
}

.mrhp-yacht-v4 .mrhp-important-notes-list li::before {
  position: absolute;
  top: .2em;
  left: 0;
  display: grid;
  place-items: center;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: var(--mrhp-secondary);
  color: #fff;
  content: "!";
  font-size: 11px;
  font-weight: 800;
}

@media (max-width: 620px) {
  .mrhp-yacht-v4 .mrhp-route-body,
  .mrhp-yacht-v4 .mrhp-route-item.is-text-only .mrhp-route-body {
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 12px;
  }
  .mrhp-yacht-v4 .mrhp-route-item.is-text-only .mrhp-route-body { grid-template-columns: minmax(0, 1fr); }
  .mrhp-yacht-v4 .mrhp-route-thumb,
  .mrhp-yacht-v4 .mrhp-route-thumb img { width: 62px; height: 54px; }
  .mrhp-yacht-v4 .mrhp-menu-grid { grid-template-columns: 1fr; }
  .mrhp-yacht-v4 .mrhp-important-notes-panel { padding: 19px 18px 20px; }
}

/* Final timeline alignment: override the older card-layout rules for items
 * without thumbnails so every step keeps the same marker column. */
.mrhp-yacht-v4 .mrhp-route-item,
.mrhp-yacht-v4 .mrhp-route-item.is-text-only {
  grid-template-columns: 36px minmax(0, 1fr) !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 0 18px !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
}

.mrhp-yacht-v4 .mrhp-route-list {
  grid-auto-rows: auto;
  row-gap: 0 !important;
  column-gap: 0 !important;
  align-content: start;
}

.mrhp-yacht-v4 .mrhp-route-item:not(:last-child)::before {
  bottom: 0;
}

.mrhp-yacht-v4 .mrhp-route-item::after {
  display: none !important;
}

@media (max-width: 620px) {
  .mrhp-yacht-v4 .mrhp-route-item,
  .mrhp-yacht-v4 .mrhp-route-item.is-text-only {
    grid-template-columns: 36px minmax(0, 1fr) !important;
  }
}

/* Adult + Child options use a compact price table inside each choice. */
.mrhp-yacht-v4 .mrhp-option-item--adult-child {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  align-items: stretch;
  text-align: left;
}

.mrhp-yacht-v4 .mrhp-option-copy {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.mrhp-yacht-v4 .mrhp-option-title {
  color: var(--mrhp-navy);
  font-size: 14px;
  line-height: 1.35;
}

.mrhp-yacht-v4 .mrhp-option-detail {
  color: var(--mrhp-muted);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
}

.mrhp-yacht-v4 .mrhp-option-rates {
  display: grid;
  grid-template-columns: repeat(2, minmax(64px, 1fr));
  gap: 12px;
  width: 100%;
  min-width: 0;
  padding-top: 11px;
  border-top: 1px solid rgba(16, 42, 36, .12);
}

.mrhp-yacht-v4 .mrhp-option-rate {
  display: grid;
  gap: 3px;
  min-width: 0;
  text-align: left;
}

.mrhp-yacht-v4 .mrhp-option-rate small {
  color: var(--mrhp-muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .05em;
  line-height: 1.2;
  text-transform: uppercase;
}

.mrhp-yacht-v4 .mrhp-option-rate strong {
  color: var(--mrhp-secondary);
  font-size: 14px;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

@media (max-width: 620px) {
  .mrhp-yacht-v4 .mrhp-option-rates { width: 100%; }
  .mrhp-yacht-v4 .mrhp-option-rate { text-align: left; }
}
