.article-page {
  background: #fff;
}

/* Anzeigen und Login-Elemente aus dem bestehenden Nachrichten.fr-Core. */
.nfr-account-session {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.nfr-admin-device-preview {
  color: inherit;
}

.nfr-ad-slot {
  position: relative;
  overflow: hidden;
  margin: 28px 0;
  padding: 20px 22px;
  border: 1px solid #d6d0c6;
  border-top: 4px solid #171717;
  background: #fbfaf7;
  color: #25221e;
}

.nfr-ad-slot .nfr-ad-label,
.nfr-google-ad-with-fallback .nfr-bottom-ad-label {
  display: inline-flex;
  margin: 0 9px 9px 0;
  padding: 3px 7px;
  background: #171717;
  color: #fff;
  font-size: .68rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.nfr-ad-slot .nfr-ad-kicker {
  display: block;
  margin-bottom: 5px;
  color: #7e1f2d;
  font-size: .75rem;
  font-weight: 900;
  text-transform: uppercase;
}

.nfr-ad-slot strong {
  display: block;
  max-width: 620px;
  margin: 0 0 7px;
  font: 700 1.18rem/1.16 Georgia, "Times New Roman", serif;
}

.nfr-ad-slot p {
  max-width: 650px;
  margin: 0 0 14px;
  color: #4d4842;
  font-size: .91rem;
  line-height: 1.5;
}

.nfr-ad-slot a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 13px;
  border: 1px solid #102b4a;
  background: #102b4a;
  color: #fff !important;
  text-decoration: none;
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.nfr-ad-slot-tone-navy { border-top-color: #102b4a; background: linear-gradient(135deg, #f8fbff, #fff 58%, #f4efe6); }
.nfr-ad-slot-tone-burgundy { border-top-color: #7e1f2d; background: linear-gradient(135deg, #fff8f0, #fff 62%, #f6edf0); }
.nfr-ad-slot-tone-gold { border-top-color: #c4a24b; background: linear-gradient(135deg, #fffaf0, #fff 58%, #eef4f7); }
.nfr-ad-slot-tone-blue { border-top-color: #1e5f9d; background: linear-gradient(135deg, #f3f9ff, #fff 60%, #fff7ed); }
.nfr-ad-slot-article-inline-top,
.nfr-ad-slot-article-inline-mid,
.nfr-ad-slot-article-inline-bottom { margin: 34px 0; }

.nfr-google-in-article-unit {
  clear: both;
  margin: 32px 0;
  padding: 15px 0;
  border-top: 1px solid #d6d0c6;
  border-bottom: 1px solid #d6d0c6;
  background: #fff;
}

.nfr-google-in-article-unit .adsbygoogle,
.nfr-google-multiplex-unit .adsbygoogle { width: 100%; }
.nfr-google-multiplex-unit { margin: 30px 0 0; padding-top: 18px; border-top: 1px solid #d6d0c6; }
.nfr-google-ad-fallback { display: none; }
.nfr-google-ad-with-fallback.is-unfilled .nfr-google-ad-primary { display: none; }
.nfr-google-ad-with-fallback.is-unfilled .nfr-google-ad-fallback { display: block; }
.nfr-google-in-article-unit.is-unfilled { padding: 0; border: 0; background: transparent; }

.premium-only {
  display: none !important;
}

body.is-premium-access .premium-only {
  display: block !important;
}

.article-access-teaser {
  margin-bottom: 24px;
  color: var(--ink);
}

.article-access-teaser p {
  margin: 0;
}

.article-access-paywall {
  margin: 34px 0 18px;
  border: 1px solid #ccd4da;
  border-top: 5px solid var(--navy);
  background: #f7f5ef;
  box-shadow: 0 18px 44px rgba(7, 27, 51, 0.1);
}

.article-access-paywall > header {
  padding: 30px 32px 24px;
  border-bottom: 1px solid #d9dcdd;
}

.article-access-paywall > header span,
.article-access-choices small {
  display: block;
  margin-bottom: 7px;
  color: var(--red-dark);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.article-access-paywall h2,
.article-access-paywall h3 {
  margin-bottom: 10px;
  color: var(--navy);
}

.article-access-paywall h2 {
  font-size: clamp(1.55rem, 3vw, 2.25rem);
}

.article-access-paywall h3 {
  font-size: 1.3rem;
}

.article-access-paywall p {
  margin-bottom: 0;
  color: #4d5962;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.98rem;
  line-height: 1.6;
}

.article-access-choices {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.article-access-choices > section {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  padding: 28px 32px 30px;
}

.article-access-choices > section + section {
  border-left: 1px solid #d9dcdd;
  background: #fff;
}

.article-access-choices p {
  flex: 1;
  margin-bottom: 22px;
}

.article-access-primary,
.article-access-secondary {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 10px 17px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.83rem;
  font-weight: 800;
}

.article-access-primary {
  color: #fff;
  background: var(--red-dark);
}

.article-access-secondary {
  min-height: 36px;
  margin-top: 8px;
  padding-inline: 0;
  color: var(--navy);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.article-access-foot {
  padding: 15px 32px;
  border-top: 1px solid #d9dcdd;
  background: #ede9df;
  font-size: 0.79rem !important;
}

@media (max-width: 700px) {
  .article-access-paywall > header,
  .article-access-choices > section {
    padding: 24px 20px;
  }

  .article-access-choices {
    grid-template-columns: 1fr;
  }

  .article-access-choices > section + section {
    border-top: 1px solid #d9dcdd;
    border-left: 0;
  }

  .article-access-foot {
    padding: 14px 20px;
  }
}

.article-progress {
  position: sticky;
  z-index: 40;
  top: 0;
  height: 4px;
  overflow: hidden;
  background: #e6e8ea;
}

.article-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--red);
  transform: scaleX(0);
  transform-origin: left center;
}

.article-top-ad {
  display: block;
  margin-top: 28px;
  padding: 0;
  overflow: hidden;
  color: #fff;
  border: 1px solid #29485d;
  background: var(--navy);
  box-shadow: 0 12px 30px rgba(7, 27, 51, 0.12);
}

.article-ad > span,
.article-house-ad span,
.article-rail-ad > span,
.article-multiplex > span {
  color: var(--red);
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.article-top-ad > a {
  display: grid;
  grid-template-columns: auto minmax(200px, 1fr) minmax(280px, 1.25fr) auto;
  align-items: center;
  gap: 22px;
  min-height: 112px;
  padding: 18px 22px;
  color: #fff;
  background: linear-gradient(110deg, #102c40 0%, #193f58 62%, #102c40 100%);
}

.article-top-ad-label {
  color: var(--gold);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  line-height: 1.35;
  text-transform: uppercase;
}

.article-top-ad-copy,
.article-top-ad-details {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.article-top-ad-copy strong {
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.3rem;
  line-height: 1.08;
}

.article-top-ad-copy small {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.73rem;
  line-height: 1.4;
}

.article-top-ad-details {
  padding: 9px 12px;
  border-left: 4px solid var(--gold);
  background: rgba(255, 255, 255, 0.08);
}

.article-top-ad-details > b {
  color: #fff;
  font-size: 0.72rem;
  line-height: 1.35;
}

.article-top-ad-details small {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.65rem;
  line-height: 1.35;
}

.article-top-ad-details small strong {
  color: var(--gold);
  text-transform: uppercase;
}

.article-top-ad-cta {
  padding: 10px 14px;
  color: var(--navy);
  background: var(--gold);
  font-size: 0.67rem;
  font-weight: 900;
  white-space: nowrap;
  text-transform: uppercase;
}

.article-top-ad > a:hover .article-top-ad-cta,
.article-top-ad > a:focus-visible .article-top-ad-cta {
  color: #fff;
  background: var(--red-dark);
}

.article-top-ad > a:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: -3px;
}

.article-top-ad a {
  text-decoration: none;
}

.article-shell {
  max-width: 1180px;
  padding-top: clamp(44px, 7vw, 86px);
}

.article-header {
  max-width: 1010px;
}

.article-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 30px;
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.article-breadcrumb a {
  color: var(--blue);
}

.article-kicker {
  margin: 0 0 14px;
  color: var(--red);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.article-header h1,
.article-error h1 {
  min-width: 0;
  max-width: 25ch;
  margin: 0;
  color: var(--navy);
  font-size: clamp(2.15rem, 4.4vw, 4.15rem);
  line-height: 1.01;
  hyphens: auto;
  overflow-wrap: anywhere;
  word-break: normal;
}

.article-deck {
  max-width: 820px;
  margin: 28px 0 0;
  color: #3f4852;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  line-height: 1.48;
}

.article-byline {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 20px;
  margin-top: 28px;
  padding-top: 16px;
  color: var(--muted);
  border-top: 1px solid var(--line);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.article-byline span:first-child {
  color: var(--navy);
}

.article-hero {
  max-width: 1120px;
  margin: 46px 0 0;
}

.article-hero img {
  width: 100%;
  max-height: 720px;
  object-fit: contain;
  object-position: left center;
  background: var(--paper);
}

.article-hero figcaption {
  max-width: 900px;
  padding-top: 9px;
  color: var(--muted);
  font-size: 0.68rem;
}

.nfr-ai-image-disclosure,
.fp-ai-image-disclosure {
  color: var(--muted);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 760px) minmax(240px, 300px);
  align-items: start;
  gap: clamp(42px, 7vw, 96px);
  margin-top: 46px;
}

.article-main-column {
  min-width: 0;
}

.course-ad-slot {
  margin: 0 0 36px;
}

.article-inline-course {
  margin: 38px 0;
  font-family: Arial, Helvetica, sans-serif;
}

.article-inline-course .course-ad-compact,
.article-inline-course .course-ad-overlay {
  min-height: 350px;
}

.course-ad {
  position: relative;
  display: block;
  min-height: 380px;
  overflow: hidden;
  color: #fff;
  background: var(--navy);
  box-shadow: 0 18px 46px rgba(7, 27, 51, 0.16);
}

.course-ad::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(7, 27, 51, 0.97) 0%, rgba(7, 27, 51, 0.91) 43%, rgba(7, 27, 51, 0.48) 65%, rgba(7, 27, 51, 0.02) 100%);
  content: "";
}

.course-ad img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 420ms ease;
}

.course-ad:hover img,
.course-ad:focus-visible img {
  transform: scale(1.025);
}

.course-ad-overlay {
  position: relative;
  z-index: 2;
  display: grid;
  align-content: center;
  gap: 10px;
  min-height: 380px;
  max-width: 68%;
  padding: clamp(28px, 5vw, 48px);
}

.course-ad-label {
  color: #f4c55a;
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.course-ad strong {
  max-width: 20ch;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.55rem, 3vw, 2.4rem);
  line-height: 1.04;
}

.course-ad-copy {
  max-width: 39ch;
  color: rgba(255, 255, 255, 0.88);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.93rem;
  line-height: 1.45;
}

.course-ad-facts,
.course-ad-bonus {
  justify-self: start;
  max-width: 48ch;
  padding: 8px 11px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.35;
}

.course-ad-facts {
  color: #fff;
  border: 1px solid rgba(244, 197, 90, 0.7);
  background: rgba(7, 27, 51, 0.72);
  font-size: 0.76rem;
  font-weight: 850;
}

.course-ad-bonus {
  color: rgba(255, 255, 255, 0.94);
  border-left: 4px solid var(--gold);
  background: rgba(255, 255, 255, 0.1);
  font-size: 0.73rem;
}

.course-ad-bonus b {
  color: var(--gold);
  text-transform: uppercase;
}

.course-ad-cta {
  justify-self: start;
  margin-top: 5px;
  padding: 11px 14px;
  color: var(--navy);
  background: var(--gold);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.article-content {
  color: #242b32;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.08rem, 1.5vw, 1.24rem);
  line-height: 1.78;
}

.article-content > div {
  display: contents;
}

.article-content p {
  margin: 0 0 1.35em;
}

.article-content h2,
.article-content h3,
.article-content h4 {
  min-width: 0;
  max-width: 24ch;
  margin: 2.1em 0 0.65em;
  color: var(--navy);
  line-height: 1.08;
  hyphens: auto;
  overflow-wrap: anywhere;
  word-break: normal;
}

.article-content h2 {
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
}

.article-content h3 {
  font-size: clamp(1.4rem, 2.5vw, 2rem);
}

.article-content a {
  color: var(--blue);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.article-content a.article-access-primary,
.article-content a.article-access-primary:visited,
.article-content a.article-access-primary:hover,
.article-content a.article-access-primary:focus-visible {
  color: #fff;
  text-decoration: none;
}

.article-content a.article-access-primary:hover,
.article-content a.article-access-primary:focus-visible {
  background: #63363c;
}

.article-content ul,
.article-content ol {
  margin: 0 0 1.5em;
  padding-left: 1.25em;
}

.article-content li {
  margin-bottom: 0.5em;
}

.article-content blockquote {
  margin: 2em 0;
  padding: 4px 0 4px 26px;
  color: var(--navy);
  border-left: 4px solid var(--red);
  font-size: 1.3em;
  font-style: italic;
  line-height: 1.45;
}

.article-content figure {
  margin: 2.2em 0;
}

.article-content img {
  width: auto;
  max-height: 650px;
  margin-inline: auto;
}

.article-content figcaption {
  margin-top: 8px;
  color: var(--muted);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.68rem;
}

.article-content .nfr-ai-generated-note,
.article-content .fp-ai-generated-note {
  clear: both;
  margin: 22px 0 0;
  color: var(--muted);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.45;
}

.article-content .nfr-ai-generated-note small,
.article-content .fp-ai-generated-note small {
  font-size: inherit;
}

.nfr-fire-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 22px !important;
  padding: 0 !important;
  list-style: none;
  font-family: Arial, Helvetica, sans-serif;
}

.nfr-fire-facts li {
  margin: 0;
  padding: 16px 17px;
  color: #4b5560;
  border: 1px solid var(--line);
  border-top: 4px solid var(--red-dark);
  background: #f7f5ef;
  font-size: 0.76rem;
  line-height: 1.45;
}

.nfr-fire-facts strong {
  display: block;
  color: var(--navy);
  font-size: 0.7rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.nfr-fire-panel {
  margin: 0;
  border: 1px solid #d2d8dd;
  background: #f3f5f6;
  box-shadow: 0 18px 50px rgba(7, 27, 51, 0.1);
  font-family: Arial, Helvetica, sans-serif;
}

.nfr-fire-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
  padding: 14px 16px;
  border-bottom: 1px solid #d2d8dd;
  background: #fff;
}

.nfr-fire-periods,
.nfr-fire-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.nfr-fire-toolbar button {
  min-height: 42px;
  padding: 0 13px;
  color: var(--navy);
  border: 1px solid #c5cdd3;
  background: #fff;
  font: 900 0.73rem/1 Arial, Helvetica, sans-serif;
  cursor: pointer;
}

.nfr-fire-toolbar button:hover,
.nfr-fire-toolbar button:focus-visible {
  border-color: var(--navy);
  outline: 2px solid transparent;
  background: #edf1f4;
}

.nfr-fire-toolbar button[aria-pressed="true"] {
  color: #fff;
  border-color: var(--navy);
  background: var(--navy);
}

.nfr-fire-map-wrap {
  position: relative;
  overflow: hidden;
  background: #dfe9ee;
}

#nfr-effis-map {
  position: relative;
  width: 100%;
  height: min(68vh, 680px);
  min-height: 510px;
  overflow: hidden;
  isolation: isolate;
  background: #dfe9ee;
}

.nfr-fire-status {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  min-height: 44px;
  margin: 0 !important;
  padding: 11px 16px;
  color: #4b5560;
  border-top: 1px solid #d2d8dd;
  background: #fff;
  font-size: 0.76rem;
  line-height: 1.45;
}

.nfr-fire-status::before {
  flex: 0 0 auto;
  width: 10px;
  height: 10px;
  margin-top: 4px;
  border-radius: 50%;
  background: #c99727;
  box-shadow: 0 0 0 4px rgba(201, 151, 39, 0.16);
  content: "";
}

.nfr-fire-status.is-ready::before {
  background: #26814a;
  box-shadow: 0 0 0 4px rgba(38, 129, 74, 0.15);
}

.nfr-fire-status.is-error {
  color: #721b28;
  background: #fff7f7;
}

.nfr-fire-status.is-error::before {
  background: #b82e41;
  box-shadow: 0 0 0 4px rgba(184, 46, 65, 0.14);
}

.nfr-fire-note-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(240px, 0.75fr);
  gap: 18px;
  margin-top: 20px;
  font-family: Arial, Helvetica, sans-serif;
}

.article-content > .nfr-fire-note-grid {
  display: grid;
}

.nfr-fire-note {
  padding: 21px 22px;
  color: #444f59;
  border: 1px solid var(--line);
  background: #fff;
  font-size: 0.84rem;
  line-height: 1.58;
}

.article-content .nfr-fire-note h2 {
  max-width: none;
  margin: 0 0 10px;
  font-size: 1.45rem;
}

.nfr-fire-note p {
  margin: 0 0 10px;
}

.nfr-fire-note p:last-of-type {
  margin-bottom: 0;
}

.nfr-fire-source {
  background: #f7f5ef;
}

.article-content .nfr-fire-official {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  margin-top: 14px;
  padding: 0 14px;
  color: #fff;
  background: var(--navy);
  font-size: 0.69rem;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

/* Locally anchored Leaflet base rules: the map must not depend on a remote CSS file. */
.nfr-fire-panel .leaflet-pane,
.nfr-fire-panel .leaflet-tile,
.nfr-fire-panel .leaflet-marker-icon,
.nfr-fire-panel .leaflet-marker-shadow,
.nfr-fire-panel .leaflet-tile-container,
.nfr-fire-panel .leaflet-pane > svg,
.nfr-fire-panel .leaflet-pane > canvas,
.nfr-fire-panel .leaflet-zoom-box,
.nfr-fire-panel .leaflet-image-layer,
.nfr-fire-panel .leaflet-layer {
  position: absolute;
  top: 0;
  left: 0;
}

.nfr-fire-panel .leaflet-container {
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-tap-highlight-color: transparent;
}

.nfr-fire-panel .leaflet-tile,
.nfr-fire-panel .leaflet-marker-icon,
.nfr-fire-panel .leaflet-marker-shadow {
  -webkit-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}

.nfr-fire-panel .leaflet-container .leaflet-overlay-pane svg {
  max-width: none !important;
  max-height: none !important;
}

.nfr-fire-panel .leaflet-container.leaflet-touch-zoom {
  touch-action: pan-x pan-y;
}

.nfr-fire-panel .leaflet-container.leaflet-touch-drag {
  touch-action: none;
  touch-action: pinch-zoom;
}

.nfr-fire-panel .leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  touch-action: none;
}

.nfr-fire-panel .leaflet-tile {
  filter: inherit;
  visibility: hidden;
}

.nfr-fire-panel .leaflet-tile-loaded {
  visibility: inherit;
}

.nfr-fire-panel .leaflet-pane { z-index: 400; }
.nfr-fire-panel .leaflet-tile-pane { z-index: 200; }
.nfr-fire-panel .leaflet-overlay-pane { z-index: 400; }
.nfr-fire-panel .leaflet-shadow-pane { z-index: 500; }
.nfr-fire-panel .leaflet-marker-pane { z-index: 600; }
.nfr-fire-panel .leaflet-tooltip-pane { z-index: 650; }
.nfr-fire-panel .leaflet-popup-pane { z-index: 700; }

.nfr-fire-panel .leaflet-control {
  position: relative;
  z-index: 800;
  clear: both;
  float: left;
  pointer-events: auto;
}

.nfr-fire-panel .leaflet-top,
.nfr-fire-panel .leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}

.nfr-fire-panel .leaflet-top { top: 0; }
.nfr-fire-panel .leaflet-right { right: 0; }
.nfr-fire-panel .leaflet-bottom { bottom: 0; }
.nfr-fire-panel .leaflet-left { left: 0; }
.nfr-fire-panel .leaflet-right .leaflet-control { float: right; }
.nfr-fire-panel .leaflet-top .leaflet-control { margin-top: 10px; }
.nfr-fire-panel .leaflet-bottom .leaflet-control { margin-bottom: 10px; }
.nfr-fire-panel .leaflet-left .leaflet-control { margin-left: 10px; }
.nfr-fire-panel .leaflet-right .leaflet-control { margin-right: 10px; }

.nfr-fire-panel .leaflet-zoom-animated {
  transform-origin: 0 0;
}

.nfr-fire-panel .leaflet-zoom-anim .leaflet-zoom-animated {
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1);
}

.nfr-fire-panel .leaflet-zoom-anim .leaflet-tile,
.nfr-fire-panel .leaflet-pan-anim .leaflet-tile {
  transition: none;
}

.nfr-fire-panel .leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}

.nfr-fire-panel .leaflet-grab { cursor: grab; }
.nfr-fire-panel .leaflet-dragging .leaflet-grab { cursor: grabbing; }

.nfr-fire-panel .leaflet-marker-icon,
.nfr-fire-panel .leaflet-marker-shadow,
.nfr-fire-panel .leaflet-image-layer,
.nfr-fire-panel .leaflet-pane > svg path,
.nfr-fire-panel .leaflet-tile-container {
  pointer-events: none;
}

.nfr-fire-panel .leaflet-bar {
  border-radius: 4px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.55);
}

.nfr-fire-panel .leaflet-bar a {
  display: block;
  width: 30px;
  height: 30px;
  color: #111;
  border-bottom: 1px solid #ccc;
  background: #fff;
  font: bold 21px/30px "Lucida Console", Monaco, monospace;
  text-align: center;
  text-decoration: none;
}

.nfr-fire-panel .leaflet-bar a:hover,
.nfr-fire-panel .leaflet-bar a:focus {
  background: #f4f4f4;
}

.nfr-fire-panel .leaflet-bar a:first-child {
  border-radius: 4px 4px 0 0;
}

.nfr-fire-panel .leaflet-bar a:last-child {
  border-bottom: 0;
  border-radius: 0 0 4px 4px;
}

.nfr-fire-panel .leaflet-container .leaflet-control-attribution {
  margin: 0;
  padding: 1px 5px;
  color: #333;
  background: rgba(255, 255, 255, 0.86);
  font: 10px/1.4 Arial, Helvetica, sans-serif;
}

.nfr-fire-panel .leaflet-control-attribution a {
  color: #075f82;
  text-decoration: none;
}

/* Leaflet tiles must also be isolated from the global article-image rules. */
.nfr-fire-panel .leaflet-container img,
.nfr-fire-panel .leaflet-container .leaflet-tile,
.nfr-fire-panel .leaflet-container .leaflet-marker-icon,
.nfr-fire-panel .leaflet-container .leaflet-marker-shadow {
  width: auto !important;
  max-width: none !important;
  height: auto !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

.article-content table {
  display: block;
  width: 100%;
  margin: 2em 0;
  overflow-x: auto;
  border-collapse: collapse;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.82rem;
}

.article-content th,
.article-content td {
  padding: 10px 12px;
  border: 1px solid var(--line);
  text-align: left;
}

.article-ad {
  display: grid;
  gap: 7px;
  min-height: 190px;
  align-content: center;
  margin: 38px 0;
  padding: 28px;
  color: var(--muted);
  border: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(21, 100, 167, 0.05), rgba(216, 57, 69, 0.035)),
    #f7f8f9;
  font-family: Arial, Helvetica, sans-serif;
}

.article-ad strong {
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
}

.article-ad p {
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.45;
}

.article-ad-remove {
  justify-self: start;
  margin-top: 8px;
  padding: 9px 11px;
  color: #fff;
  background: var(--navy);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.025em;
  line-height: 1.35;
  text-decoration: none !important;
  text-transform: uppercase;
}

.article-ad-remove:hover,
.article-ad-remove:focus-visible {
  color: #fff;
  background: var(--red-dark);
}

.article-adfree-nudge {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px 24px;
  margin-top: 46px;
  padding: 28px;
  color: #fff;
  border-left: 6px solid var(--gold);
  background: var(--navy);
  box-shadow: 0 14px 32px rgba(7, 27, 51, 0.13);
  font-family: Arial, Helvetica, sans-serif;
}

.article-adfree-nudge > span {
  grid-column: 1 / -1;
  color: var(--gold);
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.article-adfree-nudge strong {
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  line-height: 1.08;
}

.article-adfree-nudge p {
  grid-column: 1;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.76rem;
  line-height: 1.48;
}

.article-adfree-nudge a {
  grid-column: 2;
  grid-row: 2 / span 2;
  padding: 11px 13px;
  color: var(--navy);
  background: var(--gold);
  font-size: 0.67rem;
  font-weight: 900;
  text-transform: uppercase;
}

.article-adfree-nudge a:hover,
.article-adfree-nudge a:focus-visible {
  color: #fff;
  background: var(--red-dark);
}

.article-newsletter {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 8px 24px;
  margin: 38px 0;
  padding: 28px;
  color: #fff;
  background: var(--navy);
  font-family: Arial, Helvetica, sans-serif;
}

.article-newsletter span {
  grid-column: 1 / -1;
  color: #ff9aa2;
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.article-newsletter strong {
  max-width: 22ch;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.4rem;
  line-height: 1.08;
}

.article-newsletter a {
  padding: 10px 12px;
  color: var(--navy);
  background: var(--gold);
  font-size: 0.67rem;
  font-weight: 900;
  text-transform: uppercase;
}

.article-house-ad {
  display: grid;
  grid-template-columns: 42% minmax(0, 1fr);
  margin: 38px 0;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
}

.article-house-ad img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
}

.article-house-ad div {
  display: grid;
  align-content: center;
  gap: 12px;
  padding: 26px;
}

.article-house-ad strong {
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.4rem;
  line-height: 1.08;
}

.article-house-ad a {
  justify-self: start;
  color: var(--red-dark);
  font-size: 0.7rem;
  font-weight: 900;
  text-transform: uppercase;
}

.article-rail {
  position: sticky;
  top: 32px;
  display: grid;
  gap: 22px;
}

.article-rail-ad,
.article-premium-card {
  display: grid;
  align-content: center;
  gap: 10px;
  min-height: 280px;
  padding: 26px;
  border: 1px solid var(--line);
}

.article-rail-ad {
  color: var(--muted);
  background: #f5f6f7;
}

.article-rail-ad strong,
.article-premium-card strong {
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  line-height: 1.08;
}

.article-rail-ad p,
.article-premium-card p {
  margin: 0;
  font-size: 0.78rem;
}

.article-rail-course {
  overflow: hidden;
  border: 1px solid rgba(7, 27, 51, 0.14);
  color: #fff;
  background: var(--navy);
  box-shadow: 0 12px 28px rgba(7, 27, 51, 0.14);
}

.article-rail-course > a {
  display: grid;
  color: inherit;
}

.article-rail-course img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 6.5;
  object-fit: cover;
}

.article-rail-course-copy {
  display: grid;
  gap: 0;
  padding: 20px;
  overflow-wrap: anywhere;
}

.article-rail-course-copy > span {
  margin-bottom: 8px;
  color: var(--gold);
  font-size: 0.59rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.article-rail-course-copy strong {
  margin-bottom: 9px;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.27rem;
  line-height: 1.1;
}

.article-rail-course-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.74rem;
  line-height: 1.45;
}

.article-rail-course-copy .article-rail-course-facts,
.article-rail-course-copy .article-rail-course-bonus {
  padding: 10px 0;
  color: #fff;
  background: transparent;
  font-size: 0.68rem;
  font-weight: 700;
  line-height: 1.45;
}

.article-rail-course-copy .article-rail-course-facts {
  margin-top: 14px;
  border-top: 1px solid rgba(244, 197, 90, 0.5);
  border-bottom: 1px solid rgba(244, 197, 90, 0.5);
}

.article-rail-course-copy .article-rail-course-bonus {
  padding: 10px 0 0 12px;
  border-left: 2px solid var(--gold);
}

.article-rail-course-copy .article-rail-course-bonus b {
  display: block;
  margin: 0 0 3px;
  padding: 0;
  color: var(--gold);
  background: transparent;
  font-size: 0.57rem;
  letter-spacing: 0.065em;
  text-transform: uppercase;
}

.article-rail-course-copy > b {
  justify-self: stretch;
  margin-top: 16px;
  padding: 10px 12px;
  color: var(--navy);
  background: var(--gold);
  font-size: 0.63rem;
  letter-spacing: 0.055em;
  text-align: center;
  text-transform: uppercase;
}

.article-premium-card {
  color: rgba(255, 255, 255, 0.76);
  border: 0;
  background: var(--navy);
}

.article-premium-card > span {
  color: var(--gold);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.article-premium-card strong {
  color: #fff;
}

.article-premium-card a {
  justify-self: start;
  margin-top: 8px;
  padding: 10px 12px;
  color: var(--navy);
  background: var(--gold);
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.article-multiplex {
  margin-top: 46px;
  padding: 26px;
  color: var(--muted);
  border: 1px solid var(--line);
  background: #f7f8f9;
}

.article-multiplex > div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 16px;
}

.article-multiplex i {
  display: block;
  height: 110px;
  background: linear-gradient(180deg, #dfe3e6 0 55%, #f1f2f3 55%);
}

.article-multiplex p {
  margin: 12px 0 0;
  font-size: 0.72rem;
}

.article-end {
  margin-top: 46px;
  padding-top: 18px;
  border-top: 3px solid var(--navy);
}

.article-end p {
  margin: 0;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
  font-weight: 700;
}

.related-section {
  max-width: 1180px;
  margin-top: 86px;
  padding-top: 26px;
  border-top: 1px solid var(--line-dark);
}

.related-heading p {
  margin: 0 0 4px;
  color: var(--red);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.related-heading h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(1.8rem, 3vw, 2.7rem);
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 24px;
  border-top: 3px solid var(--navy);
  border-bottom: 1px solid var(--line);
}

.related-grid > a {
  display: grid;
  align-content: start;
  min-height: 230px;
  padding: 24px;
  border-right: 1px solid var(--line);
}

.related-grid > a:last-child {
  border-right: 0;
}

.related-grid strong {
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.3rem;
  line-height: 1.12;
}

.related-grid p {
  display: -webkit-box;
  margin: 12px 0;
  overflow: hidden;
  color: var(--muted);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.85rem;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.related-grid span {
  margin-top: auto;
  color: var(--red);
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.article-error {
  min-height: 54vh;
  padding-top: 90px;
}

.article-error p:not(.article-kicker) {
  max-width: 60ch;
  margin: 24px 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.2rem;
}

.article-error > a {
  display: inline-block;
  padding: 12px 16px;
  color: #fff;
  background: var(--navy);
  font-weight: 800;
}

body.is-premium-access .article-layout {
  grid-template-columns: minmax(0, 820px) minmax(240px, 300px);
}

@media (max-width: 980px) {
  .article-top-ad > a {
    grid-template-columns: minmax(190px, 0.9fr) minmax(280px, 1.1fr) auto;
    gap: 14px;
  }

  .article-top-ad-label {
    grid-column: 1 / -1;
  }

  .article-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .article-rail {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .article-rail-ad,
  .article-premium-card,
  .article-rail-course {
    min-height: 220px;
  }

  .article-rail-course {
    grid-column: 1 / -1;
  }

  body.is-premium-access .article-layout {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 680px) {
  .article-top-ad {
    margin-top: 16px;
  }

  .article-top-ad > a {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 18px;
  }

  .article-top-ad-label,
  .article-top-ad-copy,
  .article-top-ad-details,
  .article-top-ad-cta {
    grid-column: 1;
  }

  .article-top-ad-cta {
    justify-self: start;
  }

  .article-shell {
    padding-top: 42px;
  }

  .article-header h1,
  .article-error h1 {
    max-width: 100%;
    font-size: clamp(1.75rem, 7.4vw, 2.55rem);
    line-height: 1.06;
    letter-spacing: -0.015em;
  }

  .article-content h2 {
    max-width: 100%;
    font-size: clamp(1.55rem, 6.7vw, 2rem);
  }

  .article-content h3,
  .article-content h4 {
    max-width: 100%;
    font-size: clamp(1.3rem, 5.7vw, 1.65rem);
  }

  .article-deck {
    font-size: 1.08rem;
  }

  .article-hero {
    margin-top: 32px;
  }

  .article-layout {
    margin-top: 32px;
  }

  .course-ad {
    min-height: 500px;
  }

  .course-ad::after {
    background: linear-gradient(90deg, rgba(7, 27, 51, 0.96) 0%, rgba(7, 27, 51, 0.87) 62%, rgba(7, 27, 51, 0.3) 100%);
  }

  .course-ad img {
    object-position: 68% center;
  }

  .course-ad-overlay {
    min-height: 500px;
    max-width: 94%;
    padding: 28px 24px;
  }

  .course-ad strong {
    font-size: clamp(1.5rem, 7.4vw, 2.1rem);
  }

  .article-inline-course .course-ad-compact,
  .article-inline-course .course-ad-overlay {
    min-height: 470px;
  }

  .article-content {
    font-size: 1.06rem;
    line-height: 1.68;
  }

  .nfr-fire-facts,
  .nfr-fire-note-grid {
    grid-template-columns: 1fr;
  }

  .nfr-fire-toolbar {
    align-items: stretch;
    padding: 11px;
  }

  .nfr-fire-periods {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
  }

  .nfr-fire-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }

  .nfr-fire-toolbar button {
    padding: 0 7px;
    font-size: 0.68rem;
  }

  #nfr-effis-map {
    height: 62vh;
    min-height: 420px;
  }

  .article-ad,
  .article-newsletter,
  .article-adfree-nudge {
    padding: 22px;
  }

  .article-newsletter {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .article-newsletter span {
    grid-column: auto;
  }

  .article-newsletter a {
    justify-self: start;
  }

  .article-adfree-nudge {
    grid-template-columns: 1fr;
  }

  .article-adfree-nudge > span,
  .article-adfree-nudge p,
  .article-adfree-nudge a {
    grid-column: 1;
    grid-row: auto;
  }

  .article-adfree-nudge a {
    justify-self: start;
  }

  .article-house-ad {
    grid-template-columns: 1fr;
  }

  .article-house-ad img {
    max-height: 210px;
  }

  .article-rail {
    grid-template-columns: 1fr;
  }

  .article-multiplex > div {
    grid-template-columns: 1fr;
  }

  .article-multiplex i:nth-child(n + 2) {
    display: none;
  }

  .related-grid {
    grid-template-columns: 1fr;
  }

  .related-grid > a {
    min-height: 190px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .related-grid > a:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 380px) {
  .article-header h1,
  .article-error h1 {
    font-size: clamp(1.6rem, 7.2vw, 1.85rem);
  }
}
