.mn-news-hero {
  position: relative;
  overflow: hidden;
  color: var(--mn-white);
  background:
    linear-gradient(90deg, rgba(3, 20, 38, .96) 0%, rgba(3, 20, 38, .80) 52%, rgba(3, 20, 38, .40) 100%),
    linear-gradient(135deg, #071d35 0%, #0b2745 56%, #412f1f 100%);
}

.mn-news-hero__backdrop, .mn-news-hero__backdrop img, .mn-news-hero__backdrop::after { position: absolute; inset: 0; display: block; width: 100%; height: 100%; }
.mn-news-hero__backdrop { z-index: 0; }
.mn-news-hero__backdrop img { object-fit: cover; object-position: center center; }
.mn-news-hero__backdrop::after { background: linear-gradient(90deg, rgba(3, 20, 38, .96) 0%, rgba(3, 20, 38, .78) 52%, rgba(3, 20, 38, .30) 100%); content: ''; }
.mn-news-hero .mn-container { position: relative; z-index: 1; box-sizing: border-box; width: min(calc(100% - 160px), 864px); min-height: 193px; padding-top: 51px; padding-bottom: 38px; }
.mn-news-hero .mn-eyebrow { display: none; }
.mn-news-hero h1 { margin: 0; color: var(--mn-gold); font-family: var(--mn-font-serif); font-size: clamp(42px, 5vw, 56px); font-weight: 500; line-height: 1; }
.mn-news-hero p:not(.mn-eyebrow) { width: min(405px, 100%); margin: 12px 0 0; font-size: 16px; line-height: 1.55; }

/* Elementor owns the archive hero copy; the renderer owns all dynamic blocks below it. */
.mn-news-editor-hero { position: relative; box-sizing: border-box; min-height: 181px !important; overflow: hidden; color: var(--mn-white); background: linear-gradient(90deg, rgba(3, 20, 38, .96) 0%, rgba(3, 20, 38, .80) 52%, rgba(3, 20, 38, .40) 100%), linear-gradient(135deg, #071d35 0%, #0b2745 56%, #412f1f 100%); }
.mn-news-editor-hero > .e-con-inner { position: relative; z-index: 0; box-sizing: border-box; width: min(calc(100% - 160px), 864px) !important; min-height: 181px !important; margin-inline: auto !important; padding: 50px 0 25px !important; gap: 0 !important; }
.mn-news-editor-hero .elementor-widget-mn-editorial-hero-backdrop { position: absolute; top: 0; bottom: 0; left: 50%; z-index: 0; width: 100vw; height: 100%; transform: translateX(-50%); }
.mn-news-editor-hero > .e-con-inner > .elementor-element:not(.elementor-widget-mn-editorial-hero-backdrop) { position: relative; z-index: 1; }
.mn-news-editor-hero .mn-news-editor-hero__eyebrow { display: none; }
.mn-news-editor-hero .mn-news-editor-hero__title .elementor-heading-title { margin: 0; color: var(--mn-gold); font-family: var(--mn-font-serif); font-size: clamp(42px, 5vw, 56px); font-weight: 500; line-height: 1; }
.mn-news-editor-hero .mn-news-editor-hero__copy, .mn-news-editor-hero .mn-news-editor-hero__copy p { width: min(380px, 100%); margin: 5px 0 0; color: var(--mn-white); font-size: 16px; line-height: 1.55; }

.mn-news-archive { padding: 12px 0 0; background: #fff; }
.mn-news-archive .mn-container { display: grid; width: min(calc(100% - 88px), 940px); max-width: 940px; grid-template-columns: minmax(0, 1fr) 246px; column-gap: 14px; }
.mn-news-breadcrumb { display: flex; gap: 8px; margin: 0 0 12px; color: #6b7280; font-size: 12px; line-height: 1.4; overflow: hidden; }
.mn-news-archive .mn-news-breadcrumb { grid-column: 1; grid-row: 1; margin: 10px 0 12px; }
.mn-news-breadcrumb a { color: inherit; text-decoration: none; }
.mn-news-breadcrumb a:hover { color: var(--mn-gold-dark); }
.mn-news-breadcrumb [aria-current] { overflow: hidden; color: var(--mn-navy); text-overflow: ellipsis; white-space: nowrap; }

.mn-news-archive__toolbar { display: contents; }
.mn-news-categories { display: flex; grid-column: 1; grid-row: 2; flex: 1; flex-wrap: wrap; gap: 6px; }
.mn-news-categories a { min-height: 30px; padding: 7px 9px; border: 1px solid #dfe3e8; border-radius: 6px; color: var(--mn-navy); font-size: 10px; line-height: 1.25; text-decoration: none; }
.mn-news-categories a.is-selected { border-color: var(--mn-gold-dark); background: var(--mn-gold-dark); color: #fff; }
.mn-news-search { display: flex; grid-column: 2; grid-row: 1; width: 246px; min-width: 220px; height: 31px; border: 1px solid #dfe3e8; border-radius: 6px; background: #fff; overflow: hidden; }
.mn-news-search input { width: 100%; min-width: 0; border: 0; padding: 0 10px; color: var(--mn-navy); font: inherit; font-size: 11px; outline-offset: -2px; }
.mn-news-search button { border: 0; padding: 0 10px; background: transparent; color: var(--mn-navy); cursor: pointer; font-size: 11px; }
.mn-news-search button:hover { color: var(--mn-gold-dark); }

.mn-news-archive__layout { display: grid; grid-column: 1 / -1; grid-row: 3; grid-template-columns: minmax(0, 1fr) 246px; gap: 14px; align-items: start; margin-top: 12px; }
.mn-news-archive > .mn-container > .mn-news-newsletter { grid-column: 1 / -1; grid-row: 4; }
.mn-news-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 11px; }
.mn-news-card { min-width: 0; overflow: hidden; border: 1px solid #e4e5e7; border-radius: 6px; background: #fff; box-shadow: 0 2px 8px rgba(3, 20, 38, .04); }
.mn-news-card__media { position: relative; display: block; aspect-ratio: 1.94; overflow: hidden; background: #dae0e6; }
.mn-news-card__image, .mn-news-card__image-fallback { position: absolute; inset: 0; display: block; width: 100%; height: 100% !important; object-fit: cover; }
.mn-news-card__image-fallback { display: block; background: linear-gradient(135deg, #38536a, #c9973b); }
.mn-news-card__category, .mn-news-article__category { display: inline-flex; align-items: center; min-height: 19px; padding: 3px 7px; border-radius: 4px; background: #2475ce; color: #fff; font-size: 9px; font-weight: 700; line-height: 1; text-transform: uppercase; }
.mn-news-card__category { position: absolute; top: 9px; left: 9px; }
.mn-news-card__body { display: flex; box-sizing: border-box; min-height: 165px; flex-direction: column; padding: 8px 10px 10px; }
.mn-news-card time { display: block; color: #566476; font-size: 10px; }
.mn-news-card h2 { margin: 5px 0 4px; color: var(--mn-navy); font-family: var(--mn-font-serif); font-size: 15px; line-height: 1.22; }
.mn-news-card h2 a { color: inherit; text-decoration: none; }
.mn-news-card h2 a:hover { color: var(--mn-gold-dark); }
.mn-news-card p { display: -webkit-box; margin: 0; overflow: hidden; color: #5a6573; font-size: 10px; line-height: 1.45; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.mn-news-card__more { display: inline-flex; gap: 5px; margin-top: auto; padding-top: 8px; color: var(--mn-gold-dark); font-size: 10px; font-weight: 700; text-decoration: none; }
.mn-news-empty { margin: 0; padding: 24px; border: 1px dashed var(--mn-border); color: var(--mn-muted); text-align: center; }

.mn-news-sidebar { display: grid; gap: 14px; }
.mn-news-archive .mn-news-sidebar { gap: 8px; margin-top: -30px; }
.mn-news-sidebar__section { padding: 14px 13px; border: 1px solid #e2e4e8; border-radius: 7px; background: #fff; }
.mn-news-sidebar__section h2 { margin: 0 0 10px; padding-bottom: 8px; border-bottom: 1px solid #e8e8e8; color: var(--mn-navy); font-family: var(--mn-font-serif); font-size: 17px; }
.mn-news-sidebar__categories ul, .mn-news-sidebar__latest ul { display: grid; gap: 4px; margin: 0; padding: 0; list-style: none; }
.mn-news-sidebar__categories a { display: flex; justify-content: space-between; gap: 8px; padding: 7px 8px; border-radius: 4px; color: var(--mn-navy); font-size: 11px; text-decoration: none; }
.mn-news-sidebar__categories a:hover, .mn-news-sidebar__categories a.is-selected { background: #fff4e2; color: var(--mn-gold-dark); }
.mn-news-sidebar__categories small { color: #6b7280; font-size: inherit; }
.mn-news-sidebar__featured .mn-news-card { border: 0; border-radius: 4px; box-shadow: none; }
.mn-news-archive .mn-news-sidebar__featured { margin-top: 14px; }
.mn-news-sidebar__featured .mn-news-card__body { padding-inline: 0; }
.mn-news-sidebar__featured .mn-news-card h2 { font-size: 16px; }
.mn-news-sidebar__quote { display: flex; box-sizing: border-box; min-height: 204px; flex-direction: column; align-items: center; justify-content: center; padding: 22px; border: 1px solid #efdec4; border-radius: 7px; background: #fffbf4; color: var(--mn-navy); text-align: center; }
.mn-news-sidebar__quote-mark { color: var(--mn-gold-dark); font-family: var(--mn-font-serif); font-size: 44px; line-height: .5; }
.mn-news-sidebar__quote p { margin: 15px 0 12px; font-family: var(--mn-font-serif); font-size: 15px; line-height: 1.35; }
.mn-news-sidebar__quote small { color: var(--mn-gold-dark); font-family: var(--mn-font-serif); font-size: 12px; }
.mn-news-sidebar__quote small::after { display: block; width: 54px; height: 1px; margin: 15px auto 0; background: var(--mn-gold-dark); content: ''; }
.mn-news-sidebar__latest li { position: relative; min-height: 46px; padding: 3px 0 3px 58px; }
.mn-news-sidebar__latest li::before { position: absolute; inset: 3px auto auto 0; width: 47px; height: 40px; border-radius: 3px; background: linear-gradient(135deg, #627487, #c9973b); content: ''; }
.mn-news-sidebar__latest-media { position: absolute; inset: 3px auto auto 0; z-index: 1; width: 47px; height: 40px; overflow: hidden; border-radius: 3px; }
.mn-news-sidebar__latest-image { display: block; width: 100%; height: 100%; object-fit: cover; }
.mn-news-sidebar__latest a { display: block; color: var(--mn-navy); font-family: var(--mn-font-serif); font-size: 11px; line-height: 1.2; text-decoration: none; }
.mn-news-sidebar__latest small, .mn-news-sidebar__latest em { display: block; color: #64748b; font-size: 9px; font-style: normal; }

.mn-news-pagination { display: flex; justify-content: center; gap: 5px; margin: 11px 0 0; }
.mn-news-pagination .page-numbers { display: grid; width: 26px; height: 26px; place-items: center; border: 1px solid #dde1e5; border-radius: 5px; color: var(--mn-navy); font-size: 11px; text-decoration: none; }
.mn-news-pagination .current { border-color: var(--mn-gold-dark); background: var(--mn-gold-dark); color: #fff; }
.mn-news-newsletter { display: flex; align-items: center; justify-content: space-between; gap: 26px; margin-top: 10px; padding: 21px 29px; border-radius: 6px; color: #fff; background: linear-gradient(105deg, #071d35, #0b2745); }
.mn-news-archive .mn-news-newsletter { margin-inline: -5px; padding-top: 29px; padding-bottom: 29px; }
.mn-news-newsletter h2 { margin: 0; color: #fff; font-family: var(--mn-font-serif); font-size: 18px; }
.mn-news-newsletter p { margin: 5px 0 0; font-size: 10px; }
.mn-news-newsletter form { display: flex; width: 280px; min-width: 250px; height: 34px; }
.mn-news-newsletter input { min-width: 0; flex: 1; border: 0; padding: 0 10px; border-radius: 4px 0 0 4px; font-size: 10px; }
.mn-news-newsletter button { min-width: 83px; border: 0; border-radius: 0 4px 4px 0; background: var(--mn-gold-dark); color: #fff; cursor: pointer; font-size: 11px; font-weight: 700; text-transform: uppercase; }
body:has(.mn-news-archive) footer.mn-footer { box-sizing: border-box; min-height: 198px; }

/* The approved News frames use the compact shared shell. Scope this only to
   News so the established header geometry on the six original routes remains
   untouched. The archive uses a real two-row CSS grid: breadcrumb/search,
   then category chips. This replaces the former translated search control. */
@media (min-width: 768px) {
  body:has(.mn-news-archive), body:has(.mn-news-detail) { --mn-header-height: 53px; }
  body:has(.mn-news-archive) .mn-header__inner,
  body:has(.mn-news-detail) .mn-header__inner { min-height: 51px; }
  body:has(.mn-news-archive) .mn-header .mn-header__inner > .e-con-inner,
  body:has(.mn-news-detail) .mn-header .mn-header__inner > .e-con-inner { min-height: 51px; }
  body:has(.mn-news-archive) .mn-header__utility,
  body:has(.mn-news-detail) .mn-header__utility { min-height: 32px; }
  body:has(.mn-news-archive) .mn-header__book,
  body:has(.mn-news-archive) .mn-header__booking-link,
  body:has(.mn-news-detail) .mn-header__book,
  body:has(.mn-news-detail) .mn-header__booking-link { min-height: 38px; }
  .mn-news-editor-hero { min-height: 193px !important; }
  .mn-news-editor-hero > .e-con-inner { min-height: 193px !important; padding-top: 59px !important; }
}

@media (max-width: 767px) {
  .mn-news-archive { padding-top: 22px; }
  .mn-news-archive .mn-container { display: block; }
  .mn-news-archive .mn-news-breadcrumb { margin: 0 0 12px; }
  .mn-news-archive__toolbar { display: flex; }
  .mn-news-categories, .mn-news-search, .mn-news-archive__layout { display: flex; }
  .mn-news-hero .mn-container { width: calc(100% - 40px); min-height: 176px; padding-top: 42px; }
  .mn-news-editor-hero { min-height: 176px !important; }
  .mn-news-editor-hero > .e-con-inner { width: calc(100% - 40px) !important; min-height: 176px !important; padding: 42px 0 26px !important; }
  .mn-news-archive__toolbar, .mn-news-newsletter { align-items: stretch; flex-direction: column; }
  .mn-news-categories { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 3px; }
  .mn-news-categories a { flex: 0 0 auto; min-height: 44px; padding: 13px; }
  .mn-news-search, .mn-news-newsletter form { width: 100%; min-width: 0; min-height: 44px; }
  .mn-news-archive .mn-container { width: calc(100% - 40px); }
  .mn-news-archive .mn-news-sidebar { gap: 14px; margin-top: 0; }
  .mn-news-archive .mn-news-sidebar__featured { margin-top: 0; }
  .mn-news-archive__layout { display: grid; grid-template-columns: 1fr; margin-top: 0; }
  .mn-news-grid { grid-template-columns: 1fr; gap: 16px; }
  .mn-news-card h2 { font-size: 19px; }
  .mn-news-card p { font-size: 13px; -webkit-line-clamp: unset; }
  .mn-news-sidebar { grid-template-columns: 1fr; }
  .mn-news-newsletter, .mn-news-archive .mn-news-newsletter { margin-inline: 0; padding: 20px; }
}

@media (min-width: 768px) and (max-width: 900px) {
  .mn-news-archive__layout { grid-template-columns: minmax(0, 1fr) 220px; }
  .mn-news-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
