.theme-news .news-data-story {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(300px, .72fr);
  gap: clamp(42px, 6vw, 86px);
  align-items: start;
}

.theme-news .news-graphic {
  min-width: 0;
  padding: 18px 20px 22px;
  border: 5px double #191815;
  background: #f4efe4;
}

.theme-news .news-graphic-mast {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 12px;
  border-bottom: 5px double #191815;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .14em;
}

.theme-news .news-chart-stack {
  position: relative;
  min-height: clamp(560px, 52vw, 660px);
}

.theme-news .news-chart-panel {
  margin: 0;
  padding: 20px 0 0;
}

.theme-news .news-chart-panel + .news-chart-panel {
  margin-top: 42px;
  padding-top: 42px;
  border-top: 5px double #191815;
}

.theme-news .news-data-story.is-enhanced .news-chart-panel {
  position: absolute;
  inset: 0;
  width: 100%;
  margin: 0;
  padding: 20px 0 0;
  border: 0;
  will-change: opacity;
}

.theme-news .news-chart-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: start;
  min-height: 116px;
  padding-bottom: 14px;
  border-bottom: 1px solid #8f8a80;
}

.theme-news .news-chart-rubric,
.theme-news .news-evaluation-meta,
.theme-news .news-overline {
  color: #b23d2c;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.theme-news .news-chart-header h3 {
  max-width: 15ch;
  margin: 8px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(22px, 2.4vw, 34px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -.035em;
}

.theme-news .news-lead-number {
  margin: 0;
  color: #b23d2c;
  text-align: right;
}

.theme-news .news-lead-number strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 6vw, 82px);
  line-height: .84;
  letter-spacing: -.06em;
  font-variant-numeric: tabular-nums;
}

.theme-news .news-lead-number span {
  display: block;
  margin-top: 8px;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.theme-news .news-chart-panel svg {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 10px;
  overflow: visible;
}

.theme-news .news-axis line,
.theme-news .news-divider {
  fill: none;
  stroke: #9f998e;
  stroke-width: 1;
  vector-effect: non-scaling-stroke;
}

.theme-news .news-axis line:first-child,
.theme-news .news-axis line:nth-child(2) {
  stroke: #191815;
  stroke-width: 1.5;
}

.theme-news .news-axis text,
.theme-news .news-bar-labels text {
  fill: #615d54;
  font-family: Inter, Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  text-anchor: end;
}

.theme-news .news-curve {
  fill: none;
  stroke: #b23d2c;
  stroke-width: 4;
  stroke-linecap: square;
  stroke-linejoin: miter;
  vector-effect: non-scaling-stroke;
}

.theme-news .news-points circle {
  fill: #f4efe4;
  stroke: #b23d2c;
  stroke-width: 3;
  vector-effect: non-scaling-stroke;
}

.theme-news .news-bars rect {
  fill: #191815;
  transform-box: fill-box;
  transform-origin: center bottom;
}

.theme-news .news-bar-labels text {
  fill: #191815;
  text-anchor: middle;
}

.theme-news .news-bar-labels text:nth-last-child(-n+3) {
  font-size: 8px;
  letter-spacing: .06em;
}

.theme-news .news-chart-panel figcaption {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(190px, .7fr);
  gap: 24px;
  padding-top: 13px;
  border-top: 5px double #191815;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
  line-height: 1.35;
}

.theme-news .news-chart-panel figcaption small {
  color: #615d54;
  font-family: Inter, Arial, sans-serif;
  font-size: 9px;
  line-height: 1.45;
}

.theme-news .news-evaluations {
  min-width: 0;
}

.theme-news .news-evaluation {
  min-height: 78vh;
  padding: clamp(42px, 8vh, 82px) 0;
  border-top: 5px double #191815;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.theme-news .news-evaluation:last-child {
  border-bottom: 5px double #191815;
}

.theme-news .news-evaluation.is-active {
  border-left: 8px solid #b23d2c;
  padding-left: 22px;
}

.theme-news .news-overline {
  margin: 0 0 14px;
}

.theme-news .news-evaluation h3 {
  margin: 0 0 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4.4vw, 58px);
  font-weight: 400;
  line-height: .98;
  letter-spacing: -.045em;
}

.theme-news .news-evaluation p {
  margin: 0 0 15px;
  color: #615d54;
  font-size: 16px;
}

.theme-news .news-key-values {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 30px 0 0;
  border-top: 1px solid #191815;
}

.theme-news .news-key-values div {
  min-width: 0;
  padding: 12px 8px 0 0;
}

.theme-news .news-key-values dt {
  color: #615d54;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.theme-news .news-key-values dd {
  margin: 3px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-variant-numeric: tabular-nums;
}

@media (max-width: 800px) {
  .theme-news .news-data-story {
    grid-template-columns: 1fr;
    gap: 58px;
  }

  .theme-news .news-graphic {
    padding: 14px 12px 18px;
  }

  .theme-news .news-chart-stack {
    min-height: 0;
  }

  .theme-news .news-chart-panel + .news-chart-panel {
    margin-top: 52px;
    padding-top: 52px;
  }

  .theme-news .news-chart-header {
    min-height: 104px;
  }

  .theme-news .news-chart-header h3 {
    font-size: clamp(20px, 6vw, 30px);
  }

  .theme-news .news-lead-number strong {
    font-size: clamp(44px, 15vw, 68px);
  }

  .theme-news .news-chart-panel figcaption {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .theme-news .news-evaluation {
    min-height: 0;
    padding: 54px 0;
  }

  .theme-news .news-evaluation.is-active {
    border-left: 0;
    padding-left: 0;
  }
}

@media (max-width: 480px) {
  .theme-news .news-graphic-mast {
    display: block;
  }

  .theme-news .news-graphic-mast span {
    display: block;
  }

  .theme-news .news-graphic-mast span + span {
    margin-top: 4px;
  }

  .theme-news .news-chart-header {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .theme-news .news-lead-number {
    display: flex;
    align-items: baseline;
    gap: 9px;
    text-align: left;
  }

  .theme-news .news-lead-number span {
    margin: 0;
  }

  .theme-news .news-key-values {
    grid-template-columns: 1fr;
  }

  .theme-news .news-key-values div {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 10px 0;
    border-bottom: 1px solid #8f8a80;
  }
}

@media (prefers-reduced-motion: reduce) {
  .theme-news .news-data-story,
  .theme-news .news-chart-panel,
  .theme-news .news-curve,
  .theme-news .news-bars rect {
    will-change: auto;
  }
}
