/* ==========================================================
   VACATION RENTAL DEMO HERO
   Isolated facelift for property-detail-vacation-rental_2.cfm
========================================================== */
   
.mrh-vr-showcase {
  --vr-sky: #38bdf8;
  --vr-sky-dark: #0284c7;
  --vr-ink: #172033;
  --vr-muted: #64748b;
  --vr-line: #dce7f0;
  position: relative;
  margin-bottom: 28px;
  overflow: hidden;
  border: 1px solid var(--vr-line);
  border-radius: 26px;
  background: #ffffff;
  box-shadow: 0 24px 60px rgba(15, 23, 42, .10);
}

.mrh-vr-showcase-visual {
  position: relative;
  isolation: isolate;
  min-height: clamp(460px, 58vh, 620px);
  overflow: hidden;
  background: #172033;
}

.mrh-vr-showcase-image {
  position: absolute;
  inset: 0;
  z-index: -4;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: brightness(.76) saturate(1.02) contrast(1.03);
  transform: scale(1.012);
}

.mrh-vr-showcase-overlay {
  position: absolute;
  inset: 0;
  z-index: -3;
  background:
    linear-gradient(
      90deg,
      rgba(5, 8, 15, .84) 0%,
      rgba(5, 8, 15, .55) 42%,
      rgba(5, 8, 15, .12) 72%,
      rgba(5, 8, 15, .38) 100%
    ),
    linear-gradient(
      180deg,
      rgba(5, 8, 15, .10) 0%,
      rgba(5, 8, 15, .12) 52%,
      rgba(5, 8, 15, .90) 100%
    );
}

.mrh-vr-showcase-top {
  position: absolute;
  top: 24px;
  right: 26px;
  left: 26px;
  z-index: 5;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.mrh-vr-showcase-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, .26);
  border-radius: 999px;
  color: rgba(255, 255, 255, .92);
  background: rgba(15, 23, 42, .42);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .09em;
  text-transform: uppercase;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.mrh-vr-showcase-badge-dot {
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-radius: 50%;
  background: #4ade80;
  box-shadow: 0 0 0 5px rgba(74, 222, 128, .14);
}

.mrh-vr-showcase-tools {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-left: auto;
}

.mrh-vr-showcase-tool {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .64);
  border-radius: 13px;
  color: #172033;
  background: rgba(255, 255, 255, .90);
  font-size: 15px;
  text-decoration: none;
  box-shadow: none;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: border-color .16s ease, background .16s ease, color .16s ease;
}

.mrh-vr-showcase-tool:hover {
  border-color: #ffffff;
  color: var(--vr-sky-dark);
  background: #ffffff;
  text-decoration: none;
}

.mrh-vr-showcase-tool.danger:hover {
  color: #dc2626;
}

.mrh-vr-showcase-content {
  position: absolute;
  right: clamp(320px, 30vw, 430px);
  bottom: 92px;
  left: clamp(28px, 5vw, 74px);
  z-index: 3;
  max-width: 900px;
  color: #ffffff;
}

.mrh-vr-showcase-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 5px;
  color: rgba(255, 255, 255, .72);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.mrh-vr-showcase-kicker i {
  color: var(--vr-sky);
}

.mrh-vr-showcase-title {
  max-width: 930px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(28px, 3.2vw, 48px);
  font-weight: 950;
  letter-spacing: -.035em;
  line-height: 1.05;
  text-wrap: balance;
  text-shadow: 0 12px 38px rgba(0, 0, 0, .28);
}

.mrh-vr-showcase-location {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 5px;
  color: rgba(255, 255, 255, .82);
  font-size: 16px;
  font-weight: 700;
}

.mrh-vr-showcase-location i {
  color: var(--vr-sky);
}

.mrh-vr-showcase-tagline {
  max-width: 720px;
  margin: 10px 0 0;
  color: rgba(255, 255, 255, .74);
  font-size: clamp(16px, 1.4vw, 21px);
  font-weight: 450;
  line-height: 1.5;
}

.mrh-vr-weather {
  position: absolute;
  top: 50%;
  right: clamp(26px, 4vw, 64px);
  z-index: 5;
  width: 278px;
  padding: 19px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 19px;
  color: #ffffff;
  background: linear-gradient(145deg, rgba(15, 23, 42, .78), rgba(15, 23, 42, .50));
  box-shadow: 0 24px 60px rgba(0, 0, 0, .26), inset 0 1px 0 rgba(255, 255, 255, .13);
  backdrop-filter: blur(18px) saturate(1.18);
  -webkit-backdrop-filter: blur(18px) saturate(1.18);
  transform: translateY(-46%);
}

.mrh-vr-weather::before {
  position: absolute;
  top: -74px;
  right: -62px;
  width: 165px;
  height: 165px;
  border-radius: 50%;
  background: rgba(56, 189, 248, .45);
  content: "";
  filter: blur(13px);
  opacity: .72;
  pointer-events: none;
}

.mrh-vr-weather-accent {
  position: absolute;
  top: 0;
  right: 20px;
  left: 20px;
  height: 2px;
  border-radius: 0 0 999px 999px;
  background: linear-gradient(90deg, transparent, var(--vr-sky), transparent);
}

.mrh-vr-weather-top,
.mrh-vr-weather-current,
.mrh-vr-weather-updated {
  position: relative;
}

.mrh-vr-weather-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.mrh-vr-weather-label,
.mrh-vr-weather-location,
.mrh-vr-weather-condition strong,
.mrh-vr-weather-condition span {
  display: block;
}

.mrh-vr-weather-label {
  margin-bottom: 4px;
  color: var(--vr-sky);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.mrh-vr-weather-location {
  max-width: 178px;
  overflow: hidden;
  color: rgba(255, 255, 255, .84);
  font-size: 11px;
  font-weight: 750;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mrh-vr-weather-icon {
  width: 40px;
  height: 40px;
  display: grid;
  flex: 0 0 40px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .20);
  border-radius: 12px;
  color: var(--vr-sky);
  background: rgba(255, 255, 255, .10);
  font-size: 18px;
}

.mrh-vr-weather-current {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 18px;
}

.mrh-vr-weather-temperature {
  color: #ffffff;
  font-size: 47px;
  font-weight: 900;
  letter-spacing: -.075em;
  line-height: .9;
}

.mrh-vr-weather-temperature span {
  position: relative;
  top: -12px;
  margin-left: 2px;
  color: var(--vr-sky);
  font-size: 19px;
  letter-spacing: 0;
}

.mrh-vr-weather-condition strong {
  max-width: 118px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.3;
}

.mrh-vr-weather-condition span {
  margin-top: 4px;
  color: rgba(255, 255, 255, .57);
  font-size: 11px;
  font-weight: 650;
}

.mrh-vr-weather-details {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 17px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 11px;
  background: rgba(255, 255, 255, .07);
}

.mrh-vr-weather-details > div {
  display: grid;
  place-items: center;
  gap: 3px;
  padding: 9px 4px;
  text-align: center;
}

.mrh-vr-weather-details > div + div {
  border-left: 1px solid rgba(255, 255, 255, .12);
}

.mrh-vr-weather-details i {
  color: var(--vr-sky);
  font-size: 11px;
}

.mrh-vr-weather-details span {
  color: rgba(255, 255, 255, .48);
  font-size: 8px;
  font-weight: 850;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.mrh-vr-weather-details strong {
  color: rgba(255, 255, 255, .92);
  font-size: 12px;
  font-weight: 900;
}

.mrh-vr-weather-updated {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 11px;
  color: rgba(255, 255, 255, .48);
  font-size: 7px;
  font-weight: 750;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.mrh-vr-weather-live-dot {
  width: 6px;
  height: 6px;
  flex: 0 0 6px;
  border-radius: 50%;
  background: #4ade80;
  box-shadow: 0 0 0 4px rgba(74, 222, 128, .12);
}

.mrh-vr-weather.is-loading .mrh-vr-weather-current,
.mrh-vr-weather.is-loading .mrh-vr-weather-details,
.mrh-vr-weather.is-loading .mrh-vr-weather-location {
  animation: mrhVrWeatherLoading 1.35s ease-in-out infinite;
}

.mrh-vr-weather.is-unavailable .mrh-vr-weather-live-dot {
  background: #94a3b8;
  box-shadow: 0 0 0 4px rgba(148, 163, 184, .12);
}

@keyframes mrhVrWeatherLoading {
  0%, 100% { opacity: .42; }
  50% { opacity: 1; }
}

.mrh-vr-spec-rail {
  position: relative;
  z-index: 7;
  width: calc(100% - 56px);
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: -56px auto 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .92);
  border-radius: 18px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 18px 44px rgba(15, 23, 42, .15);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.mrh-vr-spec-card {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 17px 18px;
}

.mrh-vr-spec-card + .mrh-vr-spec-card {
  border-left: 1px solid #e7eef4;
}

.mrh-vr-spec-icon {
  width: 41px;
  height: 41px;
  display: grid;
  flex: 0 0 41px;
  place-items: center;
  border-radius: 13px;
  color: var(--vr-sky-dark);
  background: #e8f7ff;
  font-size: 15px;
}

.mrh-vr-spec-value,
.mrh-vr-spec-label {
  display: block;
}

.mrh-vr-spec-value {
  color: var(--vr-ink);
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -.035em;
}

.mrh-vr-spec-label {
  margin-top: 2px;
  color: var(--vr-muted);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.mrh-vr-command {
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
  align-items: center;
  gap: 24px;
  padding: 27px 28px 25px;
  background: linear-gradient(135deg, #ffffff, #f7fcff);
}

.mrh-vr-command-price-line {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 8px;
}

.mrh-vr-command-price {
  color: var(--vr-ink);
  font-size: 42px;
  font-weight: 800;
  letter-spacing: -.055em;
}

.mrh-vr-command-period {
  color: var(--vr-muted);
  font-size: 12px;
  font-weight: 750;
}

.mrh-vr-command-status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 6px 9px;
  border-radius: 999px;
  color: #15803d;
  background: #ecfdf3;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.mrh-vr-command-status i {
  font-size: 7px;
}

.mrh-vr-command-status.is-closed {
  color: #b91c1c;
  background: #fff1f2;
}

.mrh-vr-command-name {
  margin: 9px 0 0;
  color: #334155;
  font-size: 15px;
  font-weight: 850;
  letter-spacing: -.02em;
}

.mrh-vr-command-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 9px;
}

.mrh-vr-command-link {
  min-height: 39px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 9px 12px;
  border: 1px solid #dce7f0;
  border-radius: 11px;
  color: #334155;
  background: #ffffff;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: none;
  transition: border-color .16s ease, background .16s ease, color .16s ease;
}

.mrh-vr-command-link i {
  color: var(--vr-sky-dark);
}

.mrh-vr-command-link:hover {
  border-color: var(--vr-sky);
  color: #075f8a;
  background: #eef9ff;
  text-decoration: none;
}

.mrh-vr-command-link.primary {
  border-color: var(--vr-sky-dark);
  color: #ffffff;
  background: linear-gradient(135deg, var(--vr-sky), var(--vr-sky-dark));
}

.mrh-vr-command-link.primary i {
  color: #ffffff;
}

.mrh-booking-cost-body {
  font-size: 12px;
  line-height: 1.35;
}

.mrh-booking-cost-body td {
  padding-top: 8px;
  padding-bottom: 8px;
}

.mrh-booking-cost-body tr:last-child td {
  border-top: 1px solid #dce7f0;
  color: #172033;
  font-weight: 700 !important;
}

/* ==========================================================
   VACATION RENTAL BOOKING COMMAND CARD
========================================================== */

.mrh-vr-booking-card {
  overflow: hidden;
  border: 1px solid #d7e5ef;
  border-radius: 22px;
  background: #ffffff;
}

.mrh-vr-booking-head {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 21px 21px 18px;
  border-bottom: 1px solid rgba(2, 132, 199, .16);
  background:
    radial-gradient(circle at 106% -28%, rgba(56, 189, 248, .55), transparent 43%),
    radial-gradient(circle at -10% 128%, rgba(14, 165, 233, .16), transparent 46%),
    linear-gradient(135deg, #f9fdff 0%, #edf9ff 52%, #def3ff 100%);
}

.mrh-vr-booking-head::after {
  position: absolute;
  top: -68px;
  right: -60px;
  z-index: -1;
  width: 170px;
  height: 170px;
  border: 30px solid rgba(255, 255, 255, .30);
  border-radius: 50%;
  content: "";
}

.mrh-vr-booking-kicker-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 11px;
}

.mrh-vr-booking-kicker {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #036b9f;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .10em;
  text-transform: uppercase;
}

.mrh-vr-booking-status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #15803d;
  font-size: 11px;
  font-weight: 900;
}

.mrh-vr-booking-status i {
  color: #22c55e;
  font-size: 7px;
}

.mrh-vr-booking-status.is-closed,
.mrh-vr-booking-status.is-closed i {
  color: #b45309;
}

.mrh-vr-booking-price-line {
  display: flex;
  align-items: baseline;
  gap: 8px;
  min-width: 0;
}

.mrh-vr-booking-price {
  color: #172033;
  font-size: clamp(31px, 3vw, 43px);
  font-weight: 950;
  letter-spacing: -.06em;
  line-height: 1;
}

.mrh-vr-booking-period {
  color: #526174;
  font-size: 13px;
  font-weight: 700;
}

.mrh-vr-booking-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.mrh-vr-booking-fact {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 10px;
  border: 1px solid rgba(2, 132, 199, .13);
  border-radius: 10px;
  color: #475569;
  background: rgba(255, 255, 255, .72);
  font-size: 11px;
  font-weight: 700;
}

.mrh-vr-booking-fact i {
  color: #0284c7;
}

.mrh-vr-booking-fact strong {
  color: #172033;
  font-weight: 900;
}

.mrh-vr-booking-body {
  padding: 19px;
}

.mrh-vr-booking-section-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 8px;
}

.mrh-vr-booking-section-label strong {
  color: #273449;
  font-size: 12px;
  font-weight: 900;
}

.mrh-vr-booking-section-label span {
  color: #7b8797;
  font-size: 10px;
  font-weight: 700;
}

.mrh-vr-booking-date-control {
  position: relative;
  margin-bottom: 17px;
}

.mrh-vr-booking-date-control .form-control {
  width: 100%;
  height: 54px;
  padding: 12px 46px 12px 43px;
  border: 1px solid #cfdde8;
  border-radius: 14px;
  color: #172033;
  background: #ffffff;
  font-size: 13px;
  font-weight: 750;
  cursor: pointer;
}

.mrh-vr-booking-date-control .form-control:focus {
  border-color: #38bdf8;
  box-shadow: 0 0 0 4px rgba(56, 189, 248, .13);
}

.mrh-vr-booking-date-icon,
.mrh-vr-booking-date-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  color: #0284c7;
  transform: translateY(-50%);
  pointer-events: none;
}

.mrh-vr-booking-date-icon {
  left: 15px;
  font-size: 15px;
}

.mrh-vr-booking-date-arrow {
  right: 16px;
  color: #64748b;
  font-size: 11px;
}

.mrh-vr-booking-guests {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 17px;
}

.mrh-vr-booking-guest {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #d8e4ed;
  border-radius: 13px;
  background: #fbfdff;
}

.mrh-vr-booking-guest label {
  display: block;
  margin: 0;
  padding: 9px 10px 0;
  color: #334155;
  font-size: 10px;
  font-weight: 900;
  line-height: 1.25;
}

.mrh-vr-booking-guest label small {
  display: block;
  margin-top: 2px;
  color: #8a96a7;
  font-size: 8px;
  font-weight: 700;
}

.mrh-vr-booking-guest .form-control {
  width: 100%;
  height: 39px;
  padding: 4px 10px 8px;
  border: 0;
  border-radius: 0;
  color: #172033;
  background: transparent;
  font-size: 15px;
  font-weight: 900;
  box-shadow: none;
}

.mrh-vr-booking-cost-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 2px 0 7px;
  padding-top: 15px;
  border-top: 1px solid #e5edf3;
}

.mrh-vr-booking-cost-head strong {
  display: block;
  color: #172033;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: -.02em;
}

.mrh-vr-booking-cost-head span {
  display: block;
  margin-top: 2px;
  color: #7b8797;
  font-size: 10px;
  font-weight: 650;
}

.mrh-vr-booking-cost-head i {
  width: 34px;
  height: 34px;
  display: grid;
  flex: 0 0 34px;
  place-items: center;
  border-radius: 11px;
  color: #0284c7;
  background: #eaf8ff;
  font-size: 13px;
}

@media (max-width: 1180px) and (min-width: 992px) {
  .mrh-vr-booking-guests {
    grid-template-columns: 1fr;
  }

  .mrh-vr-booking-guest {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 72px;
    align-items: center;
  }

  .mrh-vr-booking-guest label {
    padding: 9px 10px;
  }
}

@media (max-width: 480px) {
  .mrh-vr-booking-guests {
    grid-template-columns: 1fr;
  }

  .mrh-vr-booking-guest {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 72px;
    align-items: center;
  }

  .mrh-vr-booking-guest label {
    padding: 9px 10px;
  }
}

/* ==========================================================
   VACATION RENTAL PROPERTY CONTACT + INQUIRY
========================================================== */

.mrh-vr-inquiry-shell > .card {
  overflow: hidden;
  border: 1px solid #d7e5ef;
  border-radius: 22px;
  background: #ffffff;
}

.mrh-vr-inquiry-shell > .card > .card-body:first-child {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 20px !important;
  border-bottom: 1px solid rgba(2, 132, 199, .14);
  background:
    radial-gradient(circle at 104% -30%, rgba(56, 189, 248, .46), transparent 42%),
    linear-gradient(135deg, #ffffff, #eaf8ff);
}

.mrh-vr-inquiry-shell > .card > .card-body:first-child::before {
  display: block;
  margin-bottom: 13px;
  color: #036b9f;
  content: "YOUR PROPERTY CONTACT";
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .10em;
}

.mrh-vr-inquiry-shell > .card > .card-body:first-child > div:first-of-type {
  align-items: center !important;
  gap: 13px !important;
}

.mrh-vr-inquiry-shell > .card > .card-body:first-child > div:first-of-type > div:first-child {
  width: 70px !important;
  height: 70px !important;
  flex: 0 0 70px !important;
  border: 3px solid #ffffff !important;
  border-radius: 18px !important;
  background: #ffffff !important;
  box-shadow: 0 0 0 1px rgba(2, 132, 199, .16);
}

.mrh-vr-inquiry-shell > .card > .card-body:first-child .mrh-section-title {
  margin: 0 0 3px !important;
  color: #172033;
  font-size: 20px !important;
  font-weight: 900;
  letter-spacing: -.035em;
}

.mrh-vr-inquiry-shell > .card > .card-body:first-child .mrh-subtitle {
  color: #64748b;
  font-size: 12px;
  font-weight: 700;
}

.mrh-vr-inquiry-shell > .card > .card-body:first-child .mrh-subtitle::before {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 6px;
  border-radius: 50%;
  background: #22c55e;
  content: "";
  vertical-align: 1px;
}

.mrh-vr-inquiry-shell .mrh-pillrow {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 15px !important;
}

.mrh-vr-inquiry-shell .mrh-pill {
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  min-width: 0;
  padding: 9px 11px;
  overflow: hidden;
  border: 1px solid rgba(2, 132, 199, .14);
  border-radius: 11px;
  color: #334155;
  background: rgba(255, 255, 255, .76);
  font-size: 14px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mrh-vr-inquiry-shell .mrh-pill i {
  color: #0284c7;
}

.mrh-vr-inquiry-shell .mrh-pill[href] {
  grid-column: 1 / -1;
  justify-content: space-between;
  color: #036b9f;
  background: #f3faff;
}

.mrh-vr-inquiry-shell .mrh-pill[href]::after {
  color: #0284c7;
  content: "\2192";
  font-size: 16px;
  font-weight: 900;
}

.mrh-vr-inquiry-shell > .card > .card-body.border-top {
  padding: 20px;
  border-top: 0 !important;
}

.mrh-vr-inquiry-shell > .card > .card-body.border-top > .mrh-section-title {
  margin: 0 0 7px;
  color: #172033;
  font-size: 20px !important;
  font-weight: 900;
  letter-spacing: -.035em;
}

.mrh-vr-inquiry-shell > .card > .card-body.border-top > .mrh-section-title::after {
  display: block;
  width: 42px;
  height: 3px;
  margin-top: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, #38bdf8, #0284c7);
  content: "";
}

.mrh-vr-inquiry-shell > .card > .card-body.border-top > div[style*="color:rgb(16,185,129)"] {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 10px 0 !important;
  padding: 7px 10px;
  border: 1px solid rgba(22, 163, 74, .14);
  border-radius: 999px;
  color: #15803d !important;
  background: #f0fdf4;
  font-size: 10px;
  font-weight: 900 !important;
}

.mrh-vr-inquiry-shell > .card > .card-body.border-top > div[style*="color:rgb(16,185,129)"]::before {
  color: #16a34a;
  content: "\2713";
  font-size: 11px;
}

.mrh-vr-inquiry-shell > .card > .card-body.border-top > .mrh-subtitle {
  margin: 0;
  padding-bottom: 0 !important;
  color: #64748b;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.55;
}

.mrh-vr-inquiry-shell .mrh-thread-lock {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  margin-top: 15px;
  padding: 17px;
  border: 1px solid rgba(2, 132, 199, .18);
  border-radius: 16px;
  background:
    radial-gradient(circle at 108% -28%, rgba(56, 189, 248, .33), transparent 43%),
    linear-gradient(135deg, #f8fdff, #edf9ff);
  box-shadow: none;
}

.mrh-vr-inquiry-shell .mrh-thread-lock::after {
  position: absolute;
  top: -44px;
  right: -45px;
  z-index: -1;
  width: 120px;
  height: 120px;
  border: 22px solid rgba(255, 255, 255, .42);
  border-radius: 50%;
  content: "";
}

.mrh-vr-inquiry-shell .mrh-thread-lock-head {
  align-items: flex-start;
  gap: 12px;
}

.mrh-vr-inquiry-shell .mrh-thread-lock-icon {
  width: 44px;
  height: 44px;
  min-width: 44px;
  border: 1px solid rgba(2, 132, 199, .14);
  border-radius: 13px;
  color: #0284c7;
  background: #ffffff;
  font-size: 17px;
  box-shadow: none;
}

.mrh-vr-inquiry-shell .mrh-thread-lock h5 {
  margin: 0 0 6px;
  color: #172033;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: -.02em;
}

.mrh-vr-inquiry-shell .mrh-thread-lock p {
  margin: 0;
  color: #526174;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.55;
}

.mrh-vr-inquiry-shell .mrh-thread-lock-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin-top: 14px;
}

.mrh-vr-inquiry-shell .mrh-thread-lock-btn {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 9px 11px;
  border: 1px solid #0284c7;
  border-radius: 11px;
  color: #ffffff;
  background: linear-gradient(135deg, #38bdf8, #0284c7);
  font-size: 14px;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  box-shadow: none;
}

.mrh-vr-inquiry-shell .mrh-thread-lock-btn:hover {
  text-decoration: none;
  box-shadow: none;
  transform: none;
}

.mrh-vr-inquiry-shell .form-control {
  min-height: 45px;
  border: 1px solid #d3e0e9;
  border-radius: 11px;
  color: #172033;
  font-size: 13px;
  font-weight: 650;
}

.mrh-vr-inquiry-shell textarea.form-control {
  min-height: 125px;
  line-height: 1.55;
  resize: vertical;
}

.mrh-vr-inquiry-shell .form-control:focus {
  border-color: #38bdf8;
  box-shadow: 0 0 0 4px rgba(56, 189, 248, .13);
}

.mrh-vr-inquiry-shell #mrhSubmitBtn {
  min-height: 44px;
  padding: 10px 16px;
  border: 0;
  border-radius: 11px;
  background: linear-gradient(135deg, #38bdf8, #0284c7);
  font-size: 12px;
  font-weight: 900;
  box-shadow: none;
}

@media (max-width: 480px) {
  .mrh-vr-inquiry-shell .mrh-pillrow,
  .mrh-vr-inquiry-shell .mrh-thread-lock-actions {
    grid-template-columns: 1fr;
  }

  .mrh-vr-inquiry-shell .mrh-pill[href] {
    grid-column: auto;
  }

  .mrh-vr-inquiry-shell .mrh-thread-lock-head {
    flex-direction: column;
  }
}

/* ==========================================================
   VACATION RENTAL BEDROOMS
========================================================== */

.mrh-vr-bedroom-section {
  overflow: hidden;
  margin-bottom: 18px;
  border: 1px solid #dce7f0;
  border-radius: 22px;
  background: #ffffff;
}

.mrh-vr-bedroom-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 24px;
  border-bottom: 1px solid #e5edf4;
  background:
    radial-gradient(circle at 90% -80%, rgba(56, 189, 248, .26), transparent 48%),
    linear-gradient(135deg, #ffffff, #f1faff);
}

.mrh-vr-bedroom-heading {
  display: flex;
  align-items: center;
  gap: 14px;
}

.mrh-vr-bedroom-heading-icon {
  width: 46px;
  height: 46px;
  display: grid;
  flex: 0 0 46px;
  place-items: center;
  border: 1px solid rgba(2, 132, 199, .14);
  border-radius: 14px;
  color: #0284c7;
  background: #ffffff;
  font-size: 18px;
}

.mrh-vr-bedroom-title {
  margin: 0;
  color: #172033;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: -.035em;
}

.mrh-vr-bedroom-copy {
  display: block;
  margin-top: 4px;
  color: #64748b;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
}

.mrh-vr-bedroom-count {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 10px;
  border: 1px solid rgba(2, 132, 199, .14);
  border-radius: 999px;
  color: #036b9f;
  background: rgba(255, 255, 255, .78);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
  white-space: nowrap;
}

.mrh-vr-bedroom-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 14px;
  padding: 18px;
}

.mrh-vr-bedroom-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #dce7f0;
  border-radius: 17px;
  background: #ffffff;
}

.mrh-vr-bedroom-card.is-unavailable {
  background: #f8fafc;
}

.mrh-vr-bedroom-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 15px;
  border-bottom: 1px solid #e5edf4;
  background: linear-gradient(135deg, #f8fcff, #e9f8ff);
}

.mrh-vr-bedroom-card-name {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.mrh-vr-bedroom-number {
  width: 34px;
  height: 34px;
  display: grid;
  flex: 0 0 34px;
  place-items: center;
  border-radius: 50%;
  color: #ffffff;
  background: #38bdf8;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.mrh-vr-bedroom-card-name strong {
  display: block;
  overflow: hidden;
  color: #172033;
  font-size: 16px;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mrh-vr-bedroom-card-name > div > span {
  display: block;
  margin-top: 2px;
  color: #64748b;
  font-size: 13px;
  font-weight: 700;
}

.mrh-vr-bedroom-ready {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #15803d;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .05em;
  text-transform: uppercase;
  white-space: nowrap;
}

.mrh-vr-bedroom-ready i {
  font-size: 6px;
}

.mrh-vr-bedroom-ready.is-unavailable {
  color: #94a3b8;
}

.mrh-vr-bedroom-card-body {
  padding: 17px;
}

.mrh-vr-bedroom-label {
  display: block;
  margin-bottom: 7px;
  color: #64748b;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.mrh-vr-bedroom-setup {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.mrh-vr-bedroom-bed-type {
  overflow: hidden;
  color: #172033;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -.04em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mrh-vr-bedroom-bed-count {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 6px;
  padding: 7px 9px;
  border-radius: 10px;
  color: #036b9f;
  background: #e8f7ff;
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.mrh-vr-bedroom-bed-count i {
  color: #0284c7;
}

.mrh-vr-bedroom-details {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 15px;
  padding-top: 13px;
  border-top: 1px solid #e8eef4;
}

.mrh-vr-bedroom-detail {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 9px;
  border: 1px solid #e1e9f0;
  border-radius: 999px;
  color: #526174;
  background: #f8fafc;
  font-size: 12px;
  font-weight: 750;
}

.mrh-vr-bedroom-detail i {
  color: #0284c7;
}

.mrh-vr-bedroom-unavailable-copy {
  margin: 0;
  color: #64748b;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.55;
}

@media (max-width: 640px) {
  .mrh-vr-bedroom-head {
    align-items: flex-start;
    padding: 18px;
  }

  .mrh-vr-bedroom-count {
    display: none;
  }

  .mrh-vr-bedroom-grid {
    grid-template-columns: 1fr;
    padding: 13px;
  }
}

/* ==========================================================
   MYRENTHOUSE PROPERTY PHOTO VIEWER — PHOTOSWIPE 5
========================================================== */

.mrh-pswp {
  --pswp-bg: #050b16;
  --pswp-placeholder-bg: #111c2e;
  --pswp-root-z-index: 1000000;
  --pswp-icon-color: #ffffff;
  --pswp-icon-color-secondary: #172033;
  --pswp-icon-stroke-color: rgba(15, 23, 42, .72);
  --pswp-icon-stroke-width: 1.5px;
  font-family: inherit;
}

.mrh-pswp .pswp__bg {
  background:
    radial-gradient(circle at 14% 10%, rgba(14, 165, 233, .18), transparent 32%),
    radial-gradient(circle at 88% 86%, rgba(2, 132, 199, .13), transparent 34%),
    linear-gradient(145deg, #030711, #07111f 58%, #061624);
}

.mrh-pswp .pswp__top-bar {
  height: 78px;
  align-items: center;
  border-bottom: 1px solid rgba(125, 211, 252, .13);
  background: linear-gradient(180deg, rgba(3, 7, 18, .94), rgba(3, 7, 18, .70));
  box-shadow: 0 14px 40px rgba(0, 0, 0, .18);
  backdrop-filter: blur(18px) saturate(1.15);
  -webkit-backdrop-filter: blur(18px) saturate(1.15);
}

.mrh-pswp .pswp__mrh-property {
  min-width: 0;
  max-width: min(56vw, 720px);
  height: 78px;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: center;
  padding: 10px 16px 10px 26px;
  overflow: hidden;
}

.mrh-pswp .pswp__mrh-property strong,
.mrh-pswp .pswp__mrh-property span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mrh-pswp .pswp__mrh-property strong {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: -.025em;
}

.mrh-pswp .pswp__mrh-property span {
  margin-top: 3px;
  color: rgba(224, 242, 254, .65);
  font-size: 11px;
  font-weight: 700;
}

.mrh-pswp .pswp__counter {
  position: static;
  min-width: 66px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px 0 auto;
  padding: 0 12px;
  border: 1px solid rgba(125, 211, 252, .18);
  border-radius: 999px;
  color: #e0f2fe;
  background: rgba(14, 165, 233, .10);
  font-size: 12px;
  font-weight: 900;
  opacity: 1;
}

.mrh-pswp .pswp__button--zoom,
.mrh-pswp .pswp__button--close {
  width: 46px;
  height: 46px;
  margin: 0 7px 0 0;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 15px;
  background: rgba(255, 255, 255, .08);
  opacity: 1;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: background .18s ease, border-color .18s ease, transform .18s ease;
}

/* Zoom remains available from the image, wheel, double-click, and pinch. */
.mrh-pswp .pswp__button--zoom {
  display: none !important;
}

/* PhotoSwipe's stock icons are offset for its original 60px controls. */
.mrh-pswp .pswp__button--zoom .pswp__icn,
.mrh-pswp .pswp__button--close .pswp__icn {
  top: 50%;
  left: 50%;
  margin: 0;
  transform: translate(-50%, -50%);
}

.mrh-pswp .pswp__button--zoom:hover,
.mrh-pswp .pswp__button--close:hover {
  border-color: rgba(125, 211, 252, .46);
  background: rgba(14, 165, 233, .20);
  transform: translateY(-1px);
}

.mrh-pswp .pswp__button--arrow {
  width: 62px;
  height: 62px;
  margin-top: -31px;
  border: 1px solid rgba(255, 255, 255, .20);
  border-radius: 20px;
  background: rgba(3, 7, 18, .64);
  box-shadow: 0 18px 42px rgba(0, 0, 0, .30);
  opacity: .82;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition: opacity .18s ease, background .18s ease, transform .18s ease;
}

.mrh-pswp .pswp__button--arrow:hover {
  border-color: rgba(125, 211, 252, .48);
  background: rgba(2, 132, 199, .32);
  opacity: 1;
}

.mrh-pswp .pswp__button--arrow--prev {
  left: 18px;
}

.mrh-pswp .pswp__button--arrow--next {
  right: 18px;
}

.mrh-pswp .pswp__img {
  border-radius: 8px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, .48);
}

.mrh-pswp .pswp__mrh-caption {
  position: absolute;
  right: 22px;
  bottom: 108px;
  left: 22px;
  z-index: 16;
  max-width: 860px;
  margin: 0 auto;
  padding: 10px 17px;
  overflow: hidden;
  border: 1px solid rgba(125, 211, 252, .15);
  border-radius: 999px;
  color: rgba(240, 249, 255, .92);
  background: rgba(3, 7, 18, .66);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.35;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-shadow: 0 14px 35px rgba(0, 0, 0, .22);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
}

.mrh-pswp .pswp__mrh-thumbs {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  height: 98px;
  display: flex;
  align-items: center;
  padding: 10px 18px 14px;
  border-top: 1px solid rgba(125, 211, 252, .12);
  background: linear-gradient(180deg, rgba(3, 7, 18, .48), rgba(3, 7, 18, .94));
  box-shadow: 0 -18px 44px rgba(0, 0, 0, .18);
  pointer-events: auto;
  backdrop-filter: blur(18px) saturate(1.12);
  -webkit-backdrop-filter: blur(18px) saturate(1.12);
}

.mrh-pswp .pswp__mrh-thumbs-rail {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 9px;
  padding: 3px calc(50% - 52px);
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-inline: contain;
  scrollbar-width: thin;
  scrollbar-color: rgba(56, 189, 248, .54) transparent;
}

.mrh-pswp .pswp__mrh-thumbs-rail::-webkit-scrollbar {
  height: 4px;
}

.mrh-pswp .pswp__mrh-thumbs-rail::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(56, 189, 248, .54);
}

.mrh-pswp .pswp__mrh-thumb {
  position: relative;
  width: 92px;
  height: 62px;
  display: block;
  flex: 0 0 92px;
  padding: 0;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, .15);
  border-radius: 12px;
  background: #111c2e;
  cursor: pointer;
  opacity: .56;
  box-shadow: none;
  transform: scale(.94);
  transition: opacity .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.mrh-pswp .pswp__mrh-thumb:hover,
.mrh-pswp .pswp__mrh-thumb.is-active {
  border-color: #38bdf8;
  opacity: 1;
  transform: scale(1);
}

.mrh-pswp .pswp__mrh-thumb.is-active {
  box-shadow: 0 0 0 3px rgba(56, 189, 248, .22), 0 10px 25px rgba(0, 0, 0, .34);
}

.mrh-pswp .pswp__mrh-thumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.mrh-pswp .pswp__preloader {
  margin-right: 8px;
}

@media (max-width: 700px) {
  .mrh-pswp .pswp__top-bar {
    height: 64px;
  }

  .mrh-pswp .pswp__mrh-property {
    max-width: calc(100vw - 176px);
    height: 64px;
    padding-left: 14px;
  }

  .mrh-pswp .pswp__mrh-property strong {
    font-size: 14px;
  }

  .mrh-pswp .pswp__mrh-property span {
    display: none;
  }

  .mrh-pswp .pswp__counter {
    min-width: 56px;
    height: 34px;
    padding: 0 9px;
  }

  .mrh-pswp .pswp__button--zoom {
    display: none;
  }

  .mrh-pswp .pswp__button--close {
    width: 42px;
    height: 42px;
    margin-right: 5px;
  }

  .mrh-pswp .pswp__button--arrow {
    width: 46px;
    height: 46px;
    margin-top: -23px;
    border-radius: 15px;
  }

  .mrh-pswp .pswp__button--arrow--prev {
    left: 7px;
  }

  .mrh-pswp .pswp__button--arrow--next {
    right: 7px;
  }

  .mrh-pswp .pswp__mrh-caption {
    right: 12px;
    bottom: 86px;
    left: 12px;
    padding: 8px 12px;
    font-size: 11px;
  }

  .mrh-pswp .pswp__mrh-thumbs {
    height: 78px;
    padding: 7px 8px 10px;
  }

  .mrh-pswp .pswp__mrh-thumbs-rail {
    gap: 7px;
    padding-right: calc(50% - 40px);
    padding-left: calc(50% - 40px);
  }

  .mrh-pswp .pswp__mrh-thumb {
    width: 72px;
    height: 50px;
    flex-basis: 72px;
    border-radius: 10px;
  }
}

/* ==========================================================
   VACATION RENTAL PROPERTY STORY
========================================================== */

.mrh-vr-about {
  overflow: hidden;
  margin-bottom: 18px;
  border: 1px solid #dce7f0;
  border-radius: 22px;
  background: #ffffff;
}

.mrh-vr-about-head {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  overflow: hidden;
  padding: 25px 26px;
  border-bottom: 1px solid #dce7f0;
  background:
    radial-gradient(circle at 92% -52%, rgba(56, 189, 248, .32), transparent 43%),
    linear-gradient(135deg, #f9fdff 0%, #eef9ff 58%, #e5f6ff 100%);
}

.mrh-vr-about-head::after {
  position: absolute;
  top: -72px;
  right: 46px;
  z-index: -1;
  width: 190px;
  height: 190px;
  border: 28px solid rgba(255, 255, 255, .36);
  border-radius: 50%;
  content: "";
}

.mrh-vr-about-heading {
  display: flex;
  align-items: center;
  gap: 15px;
  min-width: 0;
}

.mrh-vr-about-icon {
  width: 50px;
  height: 50px;
  display: grid;
  flex: 0 0 50px;
  place-items: center;
  border: 1px solid rgba(2, 132, 199, .14);
  border-radius: 15px;
  color: #0284c7;
  background: rgba(255, 255, 255, .90);
  font-size: 20px;
}

.mrh-vr-about-eyebrow {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 4px;
  color: #0284c7;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .10em;
  text-transform: uppercase;
}

.mrh-vr-about-title {
  margin: 0;
  color: #172033;
  font-size: 26px;
  font-weight: 900;
  letter-spacing: -.04em;
}

.mrh-vr-about-location {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 6px;
  color: #526174;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.45;
}

.mrh-vr-about-location i {
  color: #0284c7;
}

.mrh-vr-about-published {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 8px;
  padding: 8px 11px;
  border: 1px solid rgba(2, 132, 199, .14);
  border-radius: 999px;
  color: #036b9f;
  background: rgba(255, 255, 255, .82);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .05em;
  text-transform: uppercase;
  white-space: nowrap;
}

.mrh-vr-about-body {
  position: relative;
  padding: 25px 27px 27px;
}

.mrh-vr-about-story-mark {
  position: absolute;
  top: 23px;
  left: 27px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  color: #0284c7;
  background: #e8f7ff;
  font-size: 17px;
}

.mrh-vr-about-copy {
  padding-left: 59px;
}

.mrh-vr-about-paragraph {
  margin: 0;
  color: #3f4c5f;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.78;
  white-space: pre-line;
}

.mrh-vr-about-paragraph.lead {
  color: #263449;
  font-size: 16px;
  font-weight: 650;
}

.mrh-vr-about-paragraph + .mrh-vr-about-paragraph {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid #e8eef4;
}

.mrh-vr-about-foot {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 21px;
  padding-top: 16px;
  border-top: 1px solid #e8eef4;
  color: #64748b;
  font-size: 12px;
  font-weight: 700;
}

.mrh-vr-about-foot i {
  color: #16a34a;
}

@media (max-width: 640px) {
  .mrh-vr-about-head {
    align-items: flex-start;
    padding: 19px;
  }

  .mrh-vr-about-published {
    display: none;
  }

  .mrh-vr-about-title {
    font-size: 23px;
  }

  .mrh-vr-about-location {
    align-items: flex-start;
    font-size: 13px;
  }

  .mrh-vr-about-body {
    padding: 20px;
  }

  .mrh-vr-about-story-mark {
    position: static;
    margin-bottom: 15px;
  }

  .mrh-vr-about-copy {
    padding-left: 0;
  }
}

/* ==========================================================
   VACATION RENTAL CUSTOM FEATURES
========================================================== */

.mrh-vr-feature-section {
  overflow: hidden;
  margin-bottom: 18px;
  border: 1px solid #dce7f0;
  border-radius: 22px;
  background: #ffffff;
}

.mrh-vr-feature-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 23px 24px;
  border-bottom: 1px solid #dce7f0;
  background:
    radial-gradient(circle at 88% -65%, rgba(56, 189, 248, .29), transparent 45%),
    linear-gradient(135deg, #ffffff, #edf9ff);
}

.mrh-vr-feature-heading {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.mrh-vr-feature-heading-icon {
  width: 48px;
  height: 48px;
  display: grid;
  flex: 0 0 48px;
  place-items: center;
  border: 1px solid rgba(2, 132, 199, .14);
  border-radius: 15px;
  color: #0284c7;
  background: #ffffff;
  font-size: 19px;
}

.mrh-vr-feature-eyebrow {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 4px;
  color: #0284c7;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .10em;
  text-transform: uppercase;
}

.mrh-vr-feature-title {
  margin: 0;
  color: #172033;
  font-size: 25px;
  font-weight: 900;
  letter-spacing: -.04em;
}

.mrh-vr-feature-copy {
  display: block;
  margin-top: 4px;
  color: #64748b;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
}

.mrh-vr-feature-count {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 7px;
  padding: 8px 11px;
  border: 1px solid rgba(2, 132, 199, .14);
  border-radius: 999px;
  color: #036b9f;
  background: rgba(255, 255, 255, .82);
  font-size: 11px;
  font-weight: 900;
  white-space: nowrap;
}

.mrh-vr-feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 10px;
  padding: 18px;
}

.mrh-vr-feature-item {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 11px;
  min-height: 58px;
  padding: 12px 13px;
  border: 1px solid #e0e9f1;
  border-radius: 14px;
  color: #334155;
  background: linear-gradient(135deg, #ffffff, #f9fcff);
}

.mrh-vr-feature-check {
  width: 32px;
  height: 32px;
  display: grid;
  flex: 0 0 32px;
  place-items: center;
  border-radius: 10px;
  color: #0284c7;
  background: #e8f7ff;
  font-size: 13px;
}

.mrh-vr-feature-name {
  min-width: 0;
  color: #334155;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.4;
}

.mrh-vr-feature-foot {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px 20px;
  border-top: 1px solid #e8eef4;
  color: #64748b;
  background: #fbfdff;
  font-size: 12px;
  font-weight: 700;
}

.mrh-vr-feature-foot i {
  color: #0284c7;
}

@media (max-width: 640px) {
  .mrh-vr-feature-head {
    align-items: flex-start;
    padding: 19px;
  }

  .mrh-vr-feature-count {
    display: none;
  }

  .mrh-vr-feature-grid {
    grid-template-columns: 1fr;
    padding: 13px;
  }
}

/* ==========================================================
   VACATION RENTAL CUSTOM AMENITIES
========================================================== */

.mrh-vr-amenity-section {
  overflow: hidden;
  margin-bottom: 18px;
  border: 1px solid #d7e6f0;
  border-radius: 22px;
  background: #ffffff;
}

.mrh-vr-amenity-head {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  overflow: hidden;
  padding: 23px 24px;
  border-bottom: 1px solid #d7e6f0;
  background:
    radial-gradient(circle at 94% -40%, rgba(56, 189, 248, .34), transparent 42%),
    linear-gradient(135deg, #f8fdff 0%, #eaf8ff 62%, #def3ff 100%);
}

.mrh-vr-amenity-head::after {
  position: absolute;
  top: -80px;
  right: 40px;
  z-index: -1;
  width: 180px;
  height: 180px;
  border: 26px solid rgba(255, 255, 255, .34);
  border-radius: 50%;
  content: "";
}

.mrh-vr-amenity-heading {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.mrh-vr-amenity-heading-icon {
  width: 48px;
  height: 48px;
  display: grid;
  flex: 0 0 48px;
  place-items: center;
  border: 1px solid rgba(2, 132, 199, .14);
  border-radius: 15px;
  color: #ffffff;
  background: #0284c7;
  font-size: 19px;
}

.mrh-vr-amenity-eyebrow {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 4px;
  color: #0284c7;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .10em;
  text-transform: uppercase;
}

.mrh-vr-amenity-title {
  margin: 0;
  color: #172033;
  font-size: 25px;
  font-weight: 900;
  letter-spacing: -.04em;
}

.mrh-vr-amenity-copy {
  display: block;
  margin-top: 4px;
  color: #526174;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
}

.mrh-vr-amenity-count {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 7px;
  padding: 8px 11px;
  border: 1px solid rgba(2, 132, 199, .14);
  border-radius: 999px;
  color: #036b9f;
  background: rgba(255, 255, 255, .84);
  font-size: 11px;
  font-weight: 900;
  white-space: nowrap;
}

.mrh-vr-amenity-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(205px, 1fr));
  gap: 11px;
  padding: 18px;
}

.mrh-vr-amenity-item {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 62px;
  padding: 13px 14px;
  border: 1px solid #dce7f0;
  border-radius: 15px;
  color: #334155;
  background:
    radial-gradient(circle at 100% 0%, rgba(56, 189, 248, .10), transparent 44%),
    #ffffff;
}

.mrh-vr-amenity-icon {
  width: 34px;
  height: 34px;
  display: grid;
  flex: 0 0 34px;
  place-items: center;
  border: 1px solid rgba(2, 132, 199, .12);
  border-radius: 11px;
  color: #0284c7;
  background: #e8f7ff;
  font-size: 13px;
}

.mrh-vr-amenity-name {
  min-width: 0;
  color: #334155;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.4;
}

.mrh-vr-amenity-foot {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px 20px;
  border-top: 1px solid #e8eef4;
  color: #64748b;
  background: #f8fcff;
  font-size: 12px;
  font-weight: 700;
}

.mrh-vr-amenity-foot i {
  color: #0284c7;
}

@media (max-width: 640px) {
  .mrh-vr-amenity-head {
    align-items: flex-start;
    padding: 19px;
  }

  .mrh-vr-amenity-count {
    display: none;
  }

  .mrh-vr-amenity-grid {
    grid-template-columns: 1fr;
    padding: 13px;
  }
}

/* ==========================================================
   VACATION RENTAL FEES AND DEPOSITS
========================================================== */

.mrh-vr-fees {
  overflow: hidden;
  margin-bottom: 18px;
  border: 1px solid #dce7f0;
  border-radius: 22px;
  background: #ffffff;
}

.mrh-vr-fees-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 24px;
  border-bottom: 1px solid #dce7f0;
  background:
    radial-gradient(circle at 90% -70%, rgba(56, 189, 248, .28), transparent 44%),
    linear-gradient(135deg, #ffffff, #eef9ff);
}

.mrh-vr-fees-heading {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.mrh-vr-fees-heading-icon {
  width: 47px;
  height: 47px;
  display: grid;
  flex: 0 0 47px;
  place-items: center;
  border: 1px solid rgba(2, 132, 199, .14);
  border-radius: 15px;
  color: #0284c7;
  background: #ffffff;
  font-size: 18px;
}

.mrh-vr-fees-eyebrow {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 4px;
  color: #0284c7;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .10em;
  text-transform: uppercase;
}

.mrh-vr-fees-title {
  margin: 0;
  color: #172033;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: -.04em;
}

.mrh-vr-fees-copy {
  display: block;
  margin-top: 4px;
  color: #64748b;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
}

.mrh-vr-fees-published {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 7px;
  padding: 7px 10px;
  border: 1px solid rgba(2, 132, 199, .14);
  border-radius: 999px;
  color: #036b9f;
  background: rgba(255, 255, 255, .82);
  font-size: 10px;
  font-weight: 900;
  white-space: nowrap;
}

.mrh-vr-fees-body {
  padding: 18px;
}

.mrh-vr-fees-pet {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
  padding: 14px 15px;
  border: 1px solid #dce7f0;
  border-radius: 15px;
  background: linear-gradient(135deg, #f8fcff, #eef9ff);
}

.mrh-vr-fees-pet-main {
  display: flex;
  align-items: center;
  gap: 11px;
}

.mrh-vr-fees-pet-icon {
  width: 36px;
  height: 36px;
  display: grid;
  flex: 0 0 36px;
  place-items: center;
  border-radius: 11px;
  color: #0284c7;
  background: #ffffff;
  font-size: 14px;
}

.mrh-vr-fees-pet-label,
.mrh-vr-fee-label {
  display: block;
  color: #64748b;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.mrh-vr-fees-pet strong {
  display: block;
  margin-top: 3px;
  color: #263449;
  font-size: 14px;
  font-weight: 800;
}

.mrh-vr-fees-pet-deposit {
  color: #036b9f;
  font-size: 12px;
  font-weight: 800;
  text-align: right;
  white-space: nowrap;
}

.mrh-vr-fee-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.mrh-vr-fee-item {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 11px;
  min-height: 72px;
  padding: 12px 13px;
  border: 1px solid #e0e9f1;
  border-radius: 14px;
  background: #ffffff;
}

.mrh-vr-fee-icon {
  width: 33px;
  height: 33px;
  display: grid;
  flex: 0 0 33px;
  place-items: center;
  border-radius: 10px;
  color: #0284c7;
  background: #e8f7ff;
  font-size: 13px;
}

.mrh-vr-fee-value {
  display: block;
  max-width: 100%;
  margin-top: 3px;
  overflow: hidden;
  color: #263449;
  font-size: 15px;
  font-weight: 850;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mrh-vr-fee-value.not-published {
  color: #94a3b8;
  font-size: 12px;
  font-weight: 700;
}

.mrh-vr-fees-note {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 12px;
  padding: 13px 14px;
  border: 1px solid rgba(2, 132, 199, .15);
  border-radius: 13px;
  color: #526174;
  background: #f3faff;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.55;
}

.mrh-vr-fees-note i {
  margin-top: 3px;
  color: #0284c7;
}

.mrh-vr-fees-foot {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 13px 20px;
  border-top: 1px solid #e8eef4;
  color: #64748b;
  background: #fbfdff;
  font-size: 11px;
  font-weight: 700;
}

.mrh-vr-fees-foot i {
  color: #16a34a;
}

@media (max-width: 1100px) {
  .mrh-vr-fee-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .mrh-vr-fees-head {
    align-items: flex-start;
    padding: 19px;
  }

  .mrh-vr-fees-published {
    display: none;
  }

  .mrh-vr-fees-body {
    padding: 13px;
  }

  .mrh-vr-fees-pet {
    align-items: flex-start;
    flex-direction: column;
  }

  .mrh-vr-fees-pet-deposit {
    text-align: left;
  }

  .mrh-vr-fee-grid {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================
   VACATION RENTAL PHOTO GALLERY
========================================================== */

.mrh-vr-gallery {
  overflow: hidden;
  margin-bottom: 18px;
  border: 1px solid #dce7f0;
  border-radius: 22px;
  background: #ffffff;
}

.mrh-vr-gallery-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 24px;
  border-bottom: 1px solid #dce7f0;
  background:
    radial-gradient(circle at 92% -62%, rgba(56, 189, 248, .29), transparent 44%),
    linear-gradient(135deg, #ffffff, #eef9ff);
}

.mrh-vr-gallery-heading {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.mrh-vr-gallery-heading-icon {
  width: 48px;
  height: 48px;
  display: grid;
  flex: 0 0 48px;
  place-items: center;
  border: 1px solid rgba(2, 132, 199, .14);
  border-radius: 15px;
  color: #0284c7;
  background: #ffffff;
  font-size: 19px;
}

.mrh-vr-gallery-eyebrow {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 4px;
  color: #0284c7;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .10em;
  text-transform: uppercase;
}

.mrh-vr-gallery-title {
  margin: 0;
  color: #172033;
  font-size: 25px;
  font-weight: 900;
  letter-spacing: -.04em;
}

.mrh-vr-gallery-copy {
  display: block;
  margin-top: 4px;
  color: #64748b;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
}

.mrh-vr-gallery-count {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 7px;
  padding: 8px 11px;
  border: 1px solid rgba(2, 132, 199, .14);
  border-radius: 999px;
  color: #036b9f;
  background: rgba(255, 255, 255, .82);
  font-size: 11px;
  font-weight: 900;
  white-space: nowrap;
}

.mrh-vr-gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-rows: 190px;
  gap: 10px;
  padding: 12px;
}

.mrh-vr-gallery-item {
  position: relative;
  isolation: isolate;
  min-width: 0;
  grid-column: span 4;
  overflow: hidden;
  border-radius: 15px;
  color: #ffffff;
  background: #172033;
  text-decoration: none;
}

.mrh-vr-gallery-item.is-featured {
  grid-column: span 8;
  grid-row: span 2;
}

.mrh-vr-gallery-item-image {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .28s ease, filter .28s ease;
}

.mrh-vr-gallery-item::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background: linear-gradient(180deg, transparent 38%, rgba(5, 10, 20, .82) 100%);
}

.mrh-vr-gallery-item:hover {
  color: #ffffff;
  text-decoration: none;
}

.mrh-vr-gallery-item:hover .mrh-vr-gallery-item-image {
  filter: saturate(1.08) brightness(.88);
  transform: scale(1.035);
}

.mrh-vr-gallery-number {
  position: absolute;
  top: 12px;
  left: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  height: 27px;
  padding: 0 8px;
  border: 1px solid rgba(255, 255, 255, .34);
  border-radius: 999px;
  color: #ffffff;
  background: rgba(15, 23, 42, .52);
  font-size: 10px;
  font-weight: 900;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.mrh-vr-gallery-content {
  position: absolute;
  right: 13px;
  bottom: 13px;
  left: 13px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
}

.mrh-vr-gallery-caption {
  display: block;
  overflow: hidden;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mrh-vr-gallery-item.is-featured .mrh-vr-gallery-caption {
  font-size: 17px;
}

.mrh-vr-gallery-view {
  width: 34px;
  height: 34px;
  display: grid;
  flex: 0 0 34px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .34);
  border-radius: 11px;
  color: #ffffff;
  background: rgba(255, 255, 255, .14);
  font-size: 12px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.mrh-vr-gallery-empty {
  min-height: 300px;
  grid-column: 1 / -1;
}

.mrh-vr-gallery-foot {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 13px 20px;
  border-top: 1px solid #e8eef4;
  color: #64748b;
  background: #fbfdff;
  font-size: 12px;
  font-weight: 700;
}

.mrh-vr-gallery-foot i {
  color: #0284c7;
}

@media (max-width: 1180px) {
  .mrh-vr-gallery-grid {
    grid-auto-rows: 175px;
  }
}

@media (max-width: 720px) {
  .mrh-vr-gallery-head {
    align-items: flex-start;
    padding: 19px;
  }

  .mrh-vr-gallery-count {
    display: none;
  }

  .mrh-vr-gallery-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }

  .mrh-vr-gallery-item,
  .mrh-vr-gallery-item.is-featured {
    min-height: 230px;
    grid-column: auto;
    grid-row: auto;
  }

  .mrh-vr-gallery-item.is-featured {
    min-height: 300px;
  }
}

/* ==========================================================
   VACATION RENTAL LOCATION MAP
========================================================== */

.mrh-vr-location {
  overflow: hidden;
  margin-bottom: 18px;
  border: 1px solid #dce7f0;
  border-radius: 22px;
  background: #ffffff;
}

.mrh-vr-location-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 24px;
  border-bottom: 1px solid #dce7f0;
  background:
    radial-gradient(circle at 92% -62%, rgba(56, 189, 248, .29), transparent 44%),
    linear-gradient(135deg, #ffffff, #eef9ff);
}

.mrh-vr-location-heading {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.mrh-vr-location-heading-icon {
  width: 48px;
  height: 48px;
  display: grid;
  flex: 0 0 48px;
  place-items: center;
  border: 1px solid rgba(2, 132, 199, .14);
  border-radius: 15px;
  color: #0284c7;
  background: #ffffff;
  font-size: 19px;
}

.mrh-vr-location-eyebrow {
  display: block;
  margin-bottom: 4px;
  color: #0284c7;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .10em;
  text-transform: uppercase;
}

.mrh-vr-location-title {
  margin: 0;
  color: #172033;
  font-size: 25px;
  font-weight: 900;
  letter-spacing: -.04em;
}

.mrh-vr-location-copy {
  display: block;
  margin-top: 4px;
  color: #64748b;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
}

.mrh-vr-location-badge {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 7px;
  padding: 8px 11px;
  border: 1px solid rgba(2, 132, 199, .14);
  border-radius: 999px;
  color: #036b9f;
  background: rgba(255, 255, 255, .82);
  font-size: 11px;
  font-weight: 900;
  white-space: nowrap;
}

.mrh-vr-location-map-shell {
  position: relative;
  isolation: isolate;
  padding: 12px;
  background: #f8fbfd;
}

.mrh-vr-location-map-shell #map {
  width: 100%;
  height: clamp(390px, 48vw, 560px);
  overflow: hidden;
  border: 1px solid #d7e4ed;
  border-radius: 17px;
  background: #eaf5fb;
}

.mrh-vr-location-panel {
  position: absolute;
  top: 32px;
  left: 32px;
  z-index: 5;
  width: min(330px, calc(100% - 64px));
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .88);
  border-radius: 17px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 16px 42px rgba(15, 23, 42, .14);
  backdrop-filter: blur(16px) saturate(1.08);
  -webkit-backdrop-filter: blur(16px) saturate(1.08);
}

.mrh-vr-location-panel-main {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px;
}

.mrh-vr-location-pin {
  width: 42px;
  height: 42px;
  display: grid;
  flex: 0 0 42px;
  place-items: center;
  border-radius: 13px;
  color: #ffffff;
  background: linear-gradient(135deg, #38bdf8, #0284c7);
  font-size: 17px;
}

.mrh-vr-location-address {
  min-width: 0;
}

.mrh-vr-location-address strong {
  display: block;
  color: #172033;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.35;
}

.mrh-vr-location-address span {
  display: block;
  margin-top: 4px;
  color: #64748b;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.45;
}

.mrh-vr-location-directions {
  min-height: 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 11px 16px;
  border-top: 1px solid #e5edf3;
  color: #036b9f;
  background: #f2faff;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.mrh-vr-location-directions:hover {
  color: #075985;
  background: #e7f7ff;
  text-decoration: none;
}

.mrh-vr-location-foot {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 13px 20px;
  border-top: 1px solid #e8eef4;
  color: #64748b;
  background: #fbfdff;
  font-size: 12px;
  font-weight: 700;
}

.mrh-vr-location-foot i {
  color: #16a34a;
}

@media (max-width: 720px) {
  .mrh-vr-location-head {
    align-items: flex-start;
    padding: 19px;
  }

  .mrh-vr-location-badge {
    display: none;
  }

  .mrh-vr-location-map-shell #map {
    height: 430px;
  }

  .mrh-vr-location-panel {
    top: 22px;
    left: 22px;
    width: calc(100% - 44px);
  }
}

/* ==========================================================
   VACATION RENTAL STICKY SECTION NAVIGATION
========================================================== */

.mrh-vr-section-dock {
  --mrh-vr-dock-top: 68px;
  position: fixed;
  top: var(--mrh-vr-dock-top);
  right: 0;
  left: 0;
  z-index: 44;
  opacity: 0;
  visibility: hidden;
  border-top: 1px solid rgba(56, 189, 248, .18);
  border-bottom: 1px solid rgba(2, 132, 199, .18);
  background: rgba(235, 248, 255, .94);
  backdrop-filter: blur(18px) saturate(1.12);
  -webkit-backdrop-filter: blur(18px) saturate(1.12);
  pointer-events: none;
  transform: translateY(-10px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}

.mrh-vr-section-dock.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.mrh-vr-section-dock-inner {
  min-height: 62px;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 8px 24px;
}

.mrh-vr-section-dock-summary {
  min-width: 220px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.mrh-vr-section-dock-price {
  color: #172033;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -.035em;
  white-space: nowrap;
}

.mrh-vr-section-dock-period {
  color: #64748b;
  font-size: 10px;
  font-weight: 750;
  white-space: nowrap;
}

.mrh-vr-section-dock-status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 8px;
  border-radius: 999px;
  color: #15803d;
  background: #ffffff;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
  white-space: nowrap;
}

.mrh-vr-section-dock-status i {
  font-size: 6px;
}

.mrh-vr-section-dock-status.is-closed {
  color: #b91c1c;
}

.mrh-vr-section-dock-name {
  max-width: 210px;
  overflow: hidden;
  color: #475569;
  font-size: 10px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mrh-vr-section-dock-links {
  min-width: 0;
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  gap: 7px;
  overflow-x: auto;
  padding: 2px 2px 4px;
  scrollbar-width: thin;
  scrollbar-color: rgba(2, 132, 199, .34) transparent;
}

.mrh-vr-section-dock-link,
.mrh-vr-section-dock-top {
  min-height: 38px;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 8px 11px;
  border: 1px solid rgba(2, 132, 199, .16);
  border-radius: 10px;
  color: #334155;
  background: rgba(255, 255, 255, .82);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: none;
  transition: border-color .16s ease, background .16s ease, color .16s ease;
}

.mrh-vr-section-dock-link i,
.mrh-vr-section-dock-top i {
  color: #0284c7;
}

.mrh-vr-section-dock-link:hover,
.mrh-vr-section-dock-top:hover {
  border-color: #38bdf8;
  color: #075f8a;
  background: #ffffff;
  text-decoration: none;
}

.mrh-vr-section-dock-link.primary {
  border-color: #0284c7;
  color: #ffffff;
  background: #0284c7;
}

.mrh-vr-section-dock-link.primary i {
  color: #ffffff;
}

.mrh-vr-section-dock-top {
  width: 38px;
  flex-basis: 38px;
  padding: 0;
  border-radius: 50%;
  background: #ffffff;
}

#bookingBlock,
#calendarBlock,
#ratesBlock,
#guestPoliciesBlock,
#feesBlock,
#imagesBlock,
#videosBlock,
#mapBlock {
  scroll-margin-top: 148px;
}

@media (max-width: 1180px) {
  .mrh-vr-section-dock-name {
    display: none;
  }

  .mrh-vr-section-dock-summary {
    min-width: auto;
  }
}

@media (max-width: 860px) {
  .mrh-vr-section-dock-inner {
    gap: 9px;
    padding-right: 12px;
    padding-left: 12px;
  }

  .mrh-vr-section-dock-summary {
    display: none;
  }

  .mrh-vr-section-dock-links {
    order: 1;
  }

  .mrh-vr-section-dock-top {
    order: 2;
  }
}

@media (max-width: 1180px) {
  .mrh-vr-showcase-content {
    right: 300px;
  }

  .mrh-vr-weather {
    right: 24px;
    width: 248px;
  }

  .mrh-vr-spec-rail {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .mrh-vr-spec-card + .mrh-vr-spec-card {
    border-left: 0;
  }

  .mrh-vr-spec-card:nth-child(n + 4) {
    border-top: 1px solid #e7eef4;
  }

  .mrh-vr-command {
    grid-template-columns: 1fr;
  }

  .mrh-vr-command-links {
    justify-content: flex-start;
  }
}

@media (max-width: 880px) {
  .mrh-vr-showcase-visual {
    min-height: 650px;
  }

  .mrh-vr-showcase-content {
    right: 28px;
    bottom: 80px;
  }

  .mrh-vr-weather {
    display: none;
  }

  .mrh-vr-showcase-title {
    font-size: clamp(43px, 10vw, 70px);
  }
}

@media (max-width: 640px) {
  .mrh-vr-showcase {
    border-radius: 20px;
  }

  .mrh-vr-showcase-visual {
    min-height: 590px;
  }

  .mrh-vr-showcase-top {
    top: 15px;
    right: 15px;
    left: 15px;
  }

  .mrh-vr-showcase-badge {
    max-width: 150px;
    font-size: 9px;
  }

  .mrh-vr-showcase-tool {
    width: 37px;
    height: 37px;
    border-radius: 11px;
  }

  .mrh-vr-showcase-content {
    right: 19px;
    bottom: 72px;
    left: 19px;
  }

  .mrh-vr-showcase-title {
    font-size: clamp(40px, 13vw, 58px);
  }

  .mrh-vr-showcase-location {
    align-items: flex-start;
    font-size: 13px;
    line-height: 1.45;
  }

  .mrh-vr-showcase-tagline {
    font-size: 15px;
  }

  .mrh-vr-spec-rail {
    width: calc(100% - 24px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: -45px;
    border-radius: 15px;
  }

  .mrh-vr-spec-card {
    padding: 13px;
  }

  .mrh-vr-spec-card:nth-child(n + 3) {
    border-top: 1px solid #e7eef4;
  }

  .mrh-vr-spec-icon {
    width: 35px;
    height: 35px;
    flex-basis: 35px;
    border-radius: 11px;
  }

  .mrh-vr-spec-value {
    font-size: 17px;
  }

  .mrh-vr-command {
    padding: 22px 16px 18px;
  }

  .mrh-vr-command-link {
    flex: 1 1 calc(50% - 9px);
  }
}

/* ==========================================================
   HOME SALE SECTIONS USING THE APPROVED PROPERTY SHELL
========================================================== */

#saleInquiryBlock,
#openHouseBlock {
  scroll-margin-top: 148px;
}

/*
   The sales snapshot now lives in the right rail beneath the inquiry card.
   Keep its approved appearance while releasing it from the hero overlay.
*/
.mrh-detail-home-sale .mrh-sale-property-snapshot {
  position: relative;
  top: auto;
  right: auto;
  z-index: 8;
  display: block;
  width: 100%;
  margin: 18px 0 0;
  transform: none;
}

/* Let the inquiry scroll normally so the snapshot can never cover it. */
.mrh-detail-home-sale .mrh-sticky {
  position: static;
  top: auto;
}

/* Engage only when the two fixed navigation bars are active. */
.mrh-detail-home-sale .mrh-sale-property-snapshot.is-navigation-active {
  position: sticky;
  top: var(--mrh-sale-snapshot-top, 148px);
}

.mrh-detail-home-sale .mrh-sale-property-snapshot .mrh-vr-weather-location,
.mrh-detail-home-sale .mrh-sale-property-snapshot .mrh-vr-weather-condition strong {
  max-width: none;
}

/* The hero copy can use the space previously reserved for the snapshot. */
.mrh-detail-home-sale .mrh-vr-showcase-content {
  right: clamp(28px, 5vw, 74px);
}

@media (max-width: 640px) {
  .mrh-detail-home-sale .mrh-vr-showcase-content {
    right: 19px;
  }
}

@media (max-width: 991px) {
  .mrh-detail-home-sale .mrh-sale-property-snapshot,
  .mrh-detail-home-sale .mrh-sale-property-snapshot.is-navigation-active {
    position: relative;
    top: auto;
  }
}

/*
   The older sales demo stylesheet still contains a high-specificity rule that
   changes .popup-gallery to display:block. This exact-shell selector keeps the
   modern gallery grid in control without changing the lightbox hook.
*/
.mrh-detail-home-sale #imagesBlock .mrh-vr-gallery-grid.mrh-pswp-gallery {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-rows: 190px;
  gap: 10px;
  margin: 0;
  padding: 12px;
}

.mrh-vr-open-house-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 12px;
  padding: 18px;
}

.mrh-vr-open-house-card {
  min-width: 0;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 16px;
  border: 1px solid #dce7f0;
  border-radius: 16px;
  background:
    radial-gradient(circle at 100% 0%, rgba(56, 189, 248, .12), transparent 42%),
    #ffffff;
}

.mrh-vr-open-house-date {
  width: 58px;
  min-height: 66px;
  display: grid;
  flex: 0 0 58px;
  place-items: center;
  align-content: center;
  overflow: hidden;
  border-radius: 14px;
  color: #ffffff;
  background: linear-gradient(145deg, #38bdf8, #0284c7);
  text-align: center;
}

.mrh-vr-open-house-date span,
.mrh-vr-open-house-date strong {
  display: block;
}

.mrh-vr-open-house-date span {
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .10em;
  text-transform: uppercase;
}

.mrh-vr-open-house-date strong {
  margin-top: 2px;
  font-size: 25px;
  font-weight: 950;
  line-height: 1;
}

.mrh-vr-open-house-copy {
  min-width: 0;
}

.mrh-vr-open-house-copy > strong {
  display: block;
  color: #172033;
  font-size: 16px;
  font-weight: 900;
}

.mrh-vr-open-house-copy > span {
  display: block;
  margin-top: 3px;
  color: #526174;
  font-size: 13px;
  font-weight: 700;
}

.mrh-vr-open-house-time {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 10px;
  color: #036b9f;
  font-size: 12px;
  font-weight: 850;
}

.mrh-vr-open-house-time i {
  color: #0284c7;
}

.mrh-vr-open-house-copy p {
  margin: 10px 0 0;
  color: #64748b;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.55;
}

.mrh-vr-video-body {
  padding: 18px;
}

.mrh-vr-video-body .mrh-video-grid {
  margin: 0;
}

.mrh-vr-gallery-foot {
  flex-wrap: wrap;
}

.mrh-vr-gallery-foot a {
  color: #036b9f;
  font-weight: 850;
  text-decoration: none;
}

.mrh-vr-gallery-foot a:hover {
  text-decoration: underline;
}

@media (max-width: 640px) {
  .mrh-detail-home-sale #imagesBlock .mrh-vr-gallery-grid.mrh-pswp-gallery {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }

  .mrh-vr-open-house-grid {
    grid-template-columns: 1fr;
    padding: 13px;
  }
}
