/* Offers — approved desktop composition: 1536 × 1024. */
body.page:has(.mn-offers-hero) { background: #fbfaf8; }

/* Hero: y=67, h=152. */
body.page .mn-offers-hero {
  height: 154px;
  min-height: 154px;
  overflow: hidden;
  padding: 0 !important;
  color: var(--mn-white);
  position: relative;
  isolation: isolate;
  background: var(--mn-navy);
}
body.page .mn-offers-hero::before,
body.page .mn-offers-hero::after { display: none; }
body.page .mn-offers-hero > .e-con-inner {
  width: 1034px !important;
  max-width: calc(100% - 48px) !important;
  height: 152px;
  min-height: 152px;
  justify-content: flex-start;
  gap: 8px !important;
  padding: 43px 0 24px !important;
  box-sizing: border-box;
}
body.page .mn-offers-hero .elementor-widget { margin: 0; }
body.page .mn-offers-hero h1 {
  margin: 0;
  color: var(--mn-gold);
  font-family: var(--mn-font-serif);
  font-size: 36px;
  font-weight: 500;
  line-height: 1.15;
}
body.page .mn-offers-hero .elementor-widget-text-editor,
body.page .mn-offers-hero .elementor-widget-text-editor p {
  margin: 0;
  color: var(--mn-white);
  font-size: 15px;
  line-height: 1.35;
}

/* Filter: y=219, h=85. The form is 1034 px and the date CTA is independent. */
body.page .mn-offers-filter-bar {
  height: 85px;
  min-height: 85px;
  padding: 0 !important;
  background: #fbfaf8;
}
body.page .mn-offers-filter-bar > .e-con-inner {
  width: 1386px !important;
  max-width: calc(100% - 48px) !important;
  height: 85px;
  min-height: 85px;
  padding: 13px 0 16px !important;
  box-sizing: border-box;
  position: relative;
  left: -5px;
}
body.page .mn-offers-filter-bar .elementor-widget,
body.page .mn-offers-filter-bar .elementor-widget-container,
body.page .mn-offers-filter-bar .mn-widget-component { height: 56px; }
body.page .mn-offers-filter-shell {
  display: flex;
  width: 100%;
  height: 56px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
body.page .mn-offer-filter {
  display: grid;
  width: 1034px;
  max-width: calc(100% - 217px);
  height: 56px;
  grid-template-columns: 234px 260px 259px minmax(220px, 281px);
  gap: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--mn-border);
  border-radius: 8px;
  background: var(--mn-white);
  box-shadow: 0 1px 4px rgba(2,16,32,.03);
}
body.page .mn-offer-filter label {
  display: grid;
  min-width: 0;
  grid-template-rows: 14px 20px;
  gap: 1px;
  padding: 8px 24px 7px 33px;
  border-right: 1px solid var(--mn-border);
  box-sizing: border-box;
}
body.page .mn-offer-filter label:last-of-type { border-right: 0; }
body.page .mn-offer-filter label span {
  color: var(--mn-muted);
  font-size: 10px;
  line-height: 14px;
}
body.page .mn-offer-filter select {
  width: 100%;
  min-width: 0;
  height: 20px;
  padding: 0 22px 0 0;
  border: 0;
  background-color: transparent;
  color: var(--mn-text);
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
}
body.page .mn-offers-date-cta {
  display: inline-flex;
  width: 193px;
  min-width: 193px;
  height: 42px;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 16px;
  border: 1px solid #d9c4a2;
  border-radius: 7px;
  background: var(--mn-white);
  color: var(--mn-text);
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
}
body.page .mn-offers-date-cta span { font-size: 15px; }

/* Main content: x=70, results=1002, gap=44, rail=340. */
body.page .mn-offers-layout {
  min-height: 647px;
  padding: 0 !important;
  background: #fbfaf8;
}
body.page .mn-offers-layout > .e-con-inner {
  display: grid;
  width: 1386px !important;
  max-width: calc(100% - 48px) !important;
  min-height: 647px;
  grid-template-columns: 1002px 340px;
  gap: 44px;
  align-items: start;
  justify-content: start;
  padding: 9px 0 0 !important;
  box-sizing: border-box;
  position: relative;
  left: -5px;
}
body.page .mn-offers-results,
body.page .mn-offers-rail { min-width: 0; padding: 0 !important; }
body.page .mn-offers-results { min-height: 626px; }
body.page .mn-offers-results > .e-con-inner,
body.page .mn-offers-rail > .e-con-inner { padding: 0 !important; }
body.page .mn-offers-results .mn-widget-component,
body.page .mn-offers-results .elementor-widget-container { min-width: 0; }

body.page .mn-offers-toolbar {
  display: block;
  height: 63px;
  min-height: 63px;
  margin: 0 0 14px;
}
body.page .mn-offers-toolbar h2 {
  height: 24px;
  margin: 0 0 8px;
  color: var(--mn-text);
  font-family: var(--mn-font-sans);
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}
body.page .mn-offers-toolbar__row {
  display: flex;
  height: 31px;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}
body.page .mn-offer-type-chips {
  display: flex;
  min-width: 0;
  flex-wrap: nowrap;
  gap: 8px;
  overflow: hidden;
}
body.page .mn-offer-type-chips a {
  display: inline-flex;
  height: 30px;
  min-height: 30px;
  align-items: center;
  padding: 0 14px;
  border: 1px solid var(--mn-border);
  border-radius: 99px;
  color: var(--mn-text);
  font-size: 10px;
  text-decoration: none;
  white-space: nowrap;
}
body.page .mn-offer-type-chips a.is-selected {
  border-color: #e7bd79;
  background: #fbf3e6;
  color: #a8640c;
}
body.page .mn-offers-sort {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 9px;
  color: var(--mn-text);
  font-size: 10px;
}
body.page .mn-offers-sort select {
  width: 89px;
  height: 31px;
  padding: 0 18px 0 9px;
  border: 1px solid var(--mn-border);
  border-radius: 6px;
  background-color: var(--mn-white);
  color: var(--mn-text);
  font: inherit;
  font-size: 9px;
}

body.page .mn-offers-results .mn-offer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  column-gap: 14px !important;
  row-gap: 14px !important;
}
body.page .mn-offers-results .mn-offer-card--offers {
  position: relative;
  height: 265px;
  min-height: 265px;
  overflow: hidden;
  border: 1px solid var(--mn-border);
  border-radius: 9px;
  background: var(--mn-white);
  box-shadow: none;
}
body.page .mn-offers-results .mn-offer-card--offers .mn-card__image {
  display: block;
  width: 100%;
  height: 118px;
  object-fit: cover;
}
body.page .mn-offers-results .mn-offer-card--offers .mn-card__body {
  position: relative;
  display: flex;
  height: 147px;
  min-height: 147px;
  flex-direction: column;
  padding: 10px 12px 8px;
  box-sizing: border-box;
}
body.page .mn-offers-results .mn-offer-card--offers .mn-eyebrow {
  align-self: flex-start;
  max-width: 100%;
  padding: 2px 5px;
  margin: 0 0 4px;
  overflow: hidden;
  border: 1px solid #76a9eb;
  border-radius: 4px;
  color: #145aa5;
  font-size: 8px;
  font-weight: 700;
  line-height: 13px;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}
body.page .mn-offers-results .mn-offer-card--offers h3 {
  overflow: hidden;
  margin: 0 0 4px;
  color: var(--mn-text);
  font-family: var(--mn-font-sans);
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body.page .mn-offers-results .mn-offer-card--offers .mn-card__body > p:not(.mn-eyebrow):not(.mn-offer-card__discount) {
  display: -webkit-box;
  max-height: 27px;
  margin: 0 0 5px;
  overflow: hidden;
  color: var(--mn-muted);
  font-size: 9px;
  line-height: 13px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
body.page .mn-offers-results .mn-offer-card--offers .mn-offer-card__hotel,
body.page .mn-offers-results .mn-offer-card--offers .mn-offer-card__date {
  display: none !important;
}
body.page .mn-offers-results .mn-offer-card--offers .mn-offer-card__discount {
  position: absolute;
  top: -108px;
  left: 10px;
  z-index: 1;
  padding: 4px 8px;
  margin: 0;
  border-radius: 99px;
  background: #d51937;
  color: var(--mn-white);
  font-size: 10px;
  font-weight: 700;
}
body.page .mn-offers-results .mn-offer-card--offers .mn-button {
  display: inline-flex;
  min-height: 22px;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  margin-top: auto;
  padding: 0;
  border: 0;
  background: transparent;
  color: #b96f10;
  font-size: 9px;
  font-weight: 700;
  text-align: right;
  text-transform: uppercase;
}

/* Right rail: 236 + 12 + 169 + 12 + 196 = 625. */
body.page .mn-offers-rail > .e-con-inner {
  display: flex;
  flex-direction: column;
  gap: 12px !important;
}
body.page .mn-offers-rail .elementor-widget { margin: 0; }
body.page .mn-offers-rail .mn-featured-offer {
  height: 236px;
  padding: 12px 10px 10px;
  overflow: hidden;
  border: 1px solid #ebddc7;
  border-radius: 9px;
  background: linear-gradient(180deg, #fffaf1 0%, #fbf4e8 100%);
  box-sizing: border-box;
}
body.page .mn-offers-rail .mn-featured-offer > h2 {
  height: 23px;
  margin: 0 0 10px;
  color: var(--mn-text);
  font-family: var(--mn-font-sans);
  font-size: 15px;
  font-weight: 700;
  line-height: 23px;
}
body.page .mn-offers-rail .mn-featured-offer > h2 > span {
  display: inline-block;
  margin-right: 9px;
  color: var(--mn-gold-hover);
  font-size: 18px;
}
body.page .mn-offers-rail .mn-featured-offer .mn-offer-card--featured {
  display: grid;
  height: 178px;
  grid-template-columns: 137px minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid var(--mn-border);
  border-radius: 6px;
  background: var(--mn-white);
  box-shadow: none;
}
body.page .mn-offers-rail .mn-featured-offer .mn-card__image {
  width: 137px;
  height: 116px;
  margin: 10px 0 0 9px;
  border-radius: 5px;
  object-fit: cover;
}
body.page .mn-offers-rail .mn-featured-offer .mn-card__body {
  display: flex;
  min-width: 0;
  height: 178px;
  flex-direction: column;
  padding: 10px 10px 9px 17px;
  box-sizing: border-box;
}
body.page .mn-offers-rail .mn-featured-offer .mn-eyebrow {
  align-self: flex-start;
  padding: 2px 5px;
  margin: 0 0 5px;
  border: 1px solid #8eb8ea;
  border-radius: 4px;
  color: #145aa5;
  font-size: 8px;
  line-height: 12px;
  text-transform: uppercase;
}
body.page .mn-offers-rail .mn-featured-offer h3 {
  margin: 0 0 5px;
  font-family: var(--mn-font-sans);
  font-size: 12px;
  line-height: 16px;
}
body.page .mn-offers-rail .mn-featured-offer .mn-card__body > p:not(.mn-eyebrow) {
  display: -webkit-box;
  max-height: 28px;
  margin: 0 0 5px;
  overflow: hidden;
  color: var(--mn-muted);
  font-size: 9px;
  line-height: 13px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
body.page .mn-offers-rail .mn-featured-offer .mn-offer-card__date,
body.page .mn-offers-rail .mn-featured-offer .mn-offer-card__hotel,
body.page .mn-offers-rail .mn-featured-offer .mn-offer-card__discount { display: none; }
body.page .mn-offers-rail .mn-featured-offer .mn-button {
  display: inline-flex;
  width: 145px;
  min-height: 27px;
  align-items: center;
  justify-content: center;
  align-self: flex-end;
  margin-top: auto;
  padding: 0 8px;
  border-radius: 4px;
  font-size: 9px;
  text-transform: uppercase;
}
body.page .mn-offers-rail .mn-featured-offer .mn-empty-state {
  height: 178px;
  padding: 20px;
  box-sizing: border-box;
}

body.page .mn-offers-rail .mn-support-panel {
  position: relative;
  height: 169px;
  min-height: 169px;
  padding: 15px 18px 11px 71px;
  overflow: hidden;
  border: 0;
  border-radius: 9px;
  background: var(--mn-navy);
  color: var(--mn-white);
  box-sizing: border-box;
}
body.page .mn-offers-rail .mn-support-panel::before {
  content: '♧';
  position: absolute;
  top: 17px;
  left: 25px;
  color: var(--mn-gold);
  font-size: 31px;
}
body.page .mn-offers-rail .mn-support-panel h2 {
  margin: 0 0 6px;
  color: var(--mn-white);
  font-family: var(--mn-font-sans);
  font-size: 15px;
  line-height: 20px;
}
body.page .mn-offers-rail .mn-support-panel__copy {
  margin: 0 0 9px;
  color: rgba(255,255,255,.88);
  font-size: 10px;
  line-height: 15px;
}
body.page .mn-offers-rail .mn-support-panel__phone,
body.page .mn-offers-rail .mn-support-panel__chat {
  display: flex;
  width: 192px;
  height: 30px;
  min-height: 30px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 10px;
  border: 1px solid var(--mn-gold-hover);
  border-radius: 5px;
  background: transparent;
  color: var(--mn-white);
  box-sizing: border-box;
  font-size: 11px;
  text-decoration: none;
}
body.page .mn-offers-rail .mn-support-panel__phone { margin: 0 0 8px; }
body.page .mn-offers-rail .mn-support-panel__phone span { color: var(--mn-gold); }
body.page .mn-offers-rail .mn-support-panel__email { display: none; }
body.page .mn-offers-rail .mn-support-panel__chat { text-transform: uppercase; }
body.page .mn-offers-rail .mn-support-panel .mn-support-panel__chat { color: var(--mn-white) !important; }
body.page .mn-offers-rail .mn-support-panel__chat span { display: none; }

body.page .mn-offers-rail .mn-hotel-offer-list {
  height: 196px;
  padding: 10px 11px 8px;
  overflow: hidden;
  border: 1px solid var(--mn-border);
  border-radius: 9px;
  background: var(--mn-white);
  box-sizing: border-box;
}
body.page .mn-offers-rail .mn-hotel-offer-list > header {
  display: flex;
  height: 25px;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
body.page .mn-offers-rail .mn-hotel-offer-list h2 {
  margin: 0;
  font-family: var(--mn-font-sans);
  font-size: 14px;
  line-height: 20px;
}
body.page .mn-offers-rail .mn-hotel-offer-list header > a {
  padding: 0;
  color: #b96f10;
  font-size: 9px;
  white-space: nowrap;
}
body.page .mn-offers-rail .mn-hotel-offer-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
body.page .mn-offers-rail .mn-hotel-offer-list li {
  height: 30px;
  border-top: 1px solid var(--mn-border);
}
body.page .mn-offers-rail .mn-hotel-offer-list li > a {
  display: grid;
  height: 30px;
  grid-template-columns: 40px minmax(0, 1fr) auto 8px;
  gap: 7px;
  align-items: center;
  padding: 0;
  color: var(--mn-text);
  font-size: 9px;
  text-decoration: none;
}
body.page .mn-hotel-offer-list__image,
body.page .mn-hotel-offer-list__image img {
  display: block;
  width: 40px;
  height: 19px;
  overflow: hidden;
  border-radius: 3px;
  object-fit: cover;
}
body.page .mn-hotel-offer-list__title {
  overflow: hidden;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body.page .mn-offers-rail .mn-hotel-offer-list small {
  color: var(--mn-muted);
  font-size: 8px;
  white-space: nowrap;
}

/* Trust strip: y=951, h=65; aligned to the results column only. */
body.page .mn-offers-trust {
  height: 73px;
  min-height: 73px;
  padding: 0 !important;
  background: #fbfaf8;
}
body.page .mn-offers-trust > .e-con-inner {
  width: 1386px !important;
  max-width: calc(100% - 48px) !important;
  min-height: 73px;
  align-items: flex-start;
  padding: 0 !important;
  position: relative;
  left: -5px;
}
body.page .mn-offers-trust .elementor-widget,
body.page .mn-offers-trust .elementor-widget-container,
body.page .mn-offers-trust .mn-widget-component { width: 1002px; }
body.page .mn-offers-trust .mn-trust-strip {
  display: grid;
  width: 1002px;
  height: 65px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  padding: 0 15px;
  margin: 0;
  overflow: hidden;
  border: 1px solid #e4cda7;
  border-radius: 17px;
  background: var(--mn-white);
  box-sizing: border-box;
}
body.page .mn-offers-trust .mn-trust-strip > div {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 10px;
  padding: 0 14px;
  border-right: 1px solid var(--mn-border);
}
body.page .mn-offers-trust .mn-trust-strip > div:last-child { border-right: 0; }
body.page .mn-offers-trust .mn-trust-strip > div > span {
  display: grid;
  width: 34px;
  min-width: 34px;
  height: 34px;
  place-items: center;
  color: var(--mn-gold-hover);
  font-size: 24px;
}
body.page .mn-offers-trust .mn-trust-strip > div > span svg,
body.page .mn-offers-trust .mn-trust-strip > div > span i { width: 25px; color: inherit; fill: currentColor; }
body.page .mn-offers-trust .mn-trust-strip p { min-width: 0; margin: 0; }
body.page .mn-offers-trust .mn-trust-strip strong,
body.page .mn-offers-trust .mn-trust-strip small { display: block; }
body.page .mn-offers-trust .mn-trust-strip strong {
  margin-bottom: 3px;
  color: var(--mn-text);
  font-size: 11px;
  line-height: 14px;
}
body.page .mn-offers-trust .mn-trust-strip small {
  overflow: hidden;
  color: var(--mn-muted);
  font-size: 8px;
  line-height: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 1499px) {
  body.page .mn-offer-filter {
    width: calc(100% - 217px);
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  body.page .mn-offers-layout > .e-con-inner {
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 28px;
  }
  body.page .mn-offers-trust .elementor-widget,
  body.page .mn-offers-trust .elementor-widget-container,
  body.page .mn-offers-trust .mn-widget-component,
  body.page .mn-offers-trust .mn-trust-strip { width: calc(100% - 348px); }
}

@media (max-width: 1024px) {
  body.page .mn-offers-hero > .e-con-inner,
  body.page .mn-offers-filter-bar > .e-con-inner,
  body.page .mn-offers-layout > .e-con-inner,
  body.page .mn-offers-trust > .e-con-inner { max-width: calc(100% - 32px) !important; }
  body.page .mn-offers-filter-bar > .e-con-inner,
  body.page .mn-offers-layout > .e-con-inner,
  body.page .mn-offers-trust > .e-con-inner { left: 0; }
  body.page .mn-offers-filter-bar,
  body.page .mn-offers-filter-bar > .e-con-inner,
  body.page .mn-offers-filter-bar .elementor-widget,
  body.page .mn-offers-filter-bar .elementor-widget-container,
  body.page .mn-offers-filter-bar .mn-widget-component { height: auto; min-height: 85px; }
  body.page .mn-offers-filter-shell { height: auto; }
  body.page .mn-offer-filter { width: calc(100% - 177px); max-width: none; grid-template-columns: repeat(2, minmax(0, 1fr)); height: auto; }
  body.page .mn-offer-filter label:nth-child(2) { border-right: 0; }
  body.page .mn-offer-filter label:nth-child(-n+2) { border-bottom: 1px solid var(--mn-border); }
  body.page .mn-offers-date-cta { width: 153px; min-width: 153px; }
  body.page .mn-offers-layout > .e-con-inner { grid-template-columns: minmax(0, 1fr) 270px; gap: 20px; }
  body.page .mn-offers-results .mn-offer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  body.page .mn-offer-type-chips { overflow-x: auto; }
  body.page .mn-offers-rail .mn-support-panel { padding-left: 55px; }
  body.page .mn-offers-rail .mn-support-panel::before { left: 16px; }
  body.page .mn-offers-rail .mn-support-panel__phone,
  body.page .mn-offers-rail .mn-support-panel__chat { width: 100%; }
  body.page .mn-offers-rail .mn-featured-offer .mn-offer-card--featured { grid-template-columns: 105px minmax(0, 1fr); }
  body.page .mn-offers-rail .mn-featured-offer .mn-card__image { width: 105px; }
  body.page .mn-offers-trust { height: auto; min-height: 73px; }
  body.page .mn-offers-trust .elementor-widget,
  body.page .mn-offers-trust .elementor-widget-container,
  body.page .mn-offers-trust .mn-widget-component,
  body.page .mn-offers-trust .mn-trust-strip { width: 100%; }
  body.page .mn-offers-trust .mn-trust-strip { height: auto; min-height: 65px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  body.page .mn-offers-trust .mn-trust-strip > div { min-height: 52px; border-right: 0; }
}

@media (max-width: 767px) {
  body.page .mn-offers-hero { height: 164px; min-height: 164px; }
  body.page .mn-offers-hero > .e-con-inner {
    height: 164px;
    min-height: 164px;
    max-width: calc(100% - 32px) !important;
    padding: 38px 0 22px !important;
  }
  body.page .mn-offers-hero h1 { font-size: 30px; }
  body.page .mn-offers-filter-bar > .e-con-inner { padding: 12px 0 !important; }
  body.page .mn-offers-filter-shell { display: grid; gap: 10px; }
  body.page .mn-offer-filter { width: 100%; grid-template-columns: 1fr; }
  body.page .mn-offer-filter label,
  body.page .mn-offer-filter label:nth-child(2) { border-right: 0; border-bottom: 1px solid var(--mn-border); }
  body.page .mn-offer-filter label:last-of-type { border-bottom: 0; }
  body.page .mn-offers-date-cta { width: 100%; }
  body.page .mn-offers-layout > .e-con-inner { display: block; padding-top: 14px !important; }
  body.page .mn-offers-results { min-height: 0; }
  body.page .mn-offers-toolbar { height: auto; min-height: 73px; }
  body.page .mn-offers-toolbar__row { height: auto; align-items: flex-end; }
  body.page .mn-offer-type-chips { padding-bottom: 3px; }
  body.page .mn-offers-results .mn-offer-grid { grid-template-columns: 1fr !important; }
  body.page .mn-offers-results .mn-offer-card--offers { height: auto; min-height: 285px; }
  body.page .mn-offers-results .mn-offer-card--offers .mn-card__image { height: 150px; }
  body.page .mn-offers-rail { margin-top: 18px; }
  body.page .mn-offers-rail .mn-featured-offer,
  body.page .mn-offers-rail .mn-support-panel,
  body.page .mn-offers-rail .mn-hotel-offer-list { height: auto; min-height: 196px; }
  body.page .mn-offers-trust { padding: 14px 0 !important; }
  body.page .mn-offers-trust .mn-trust-strip { grid-template-columns: 1fr; }
  body.page .mn-offers-trust .mn-trust-strip > div { padding: 7px 12px; }
}
