/* News pages and the Investors news block, layered over the shared dark theme. */
.news-page .inner,
.recent-news .inner {
  max-width: 896px;
  margin: 0 auto;
  padding: 0 24px;
  text-align: left;
}
.news-page .page-hero {
  padding: clamp(40px, 6vw, 72px) 0 clamp(28px, 4vw, 44px);
}
.news-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.news-page .page-hero h1 {
  margin-top: 0;
  font-family: var(--font-display);
  font-size: 30px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -.025em;
  overflow-wrap: anywhere;
}
.news-rss {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 44px;
  min-height: 44px;
  color: var(--cyan-bright);
  font-size: 14px;
}
.news-rss svg { width: 19px; height: 19px; }
.news-feed { padding: 8px 0 clamp(32px, 4vw, 56px); }
.news-list,
.news-downloads,
.recent-news-list { list-style: none; margin: 0; padding: 0; }
.news-item { padding: 28px 0; border-bottom: 1px solid var(--hairline); }
.news-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  color: var(--ink-muted);
}
.news-category {
  color: var(--cyan-bright);
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 500;
}
.news-title {
  margin-top: 10px;
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -.025em;
  overflow-wrap: anywhere;
}
.news-title a,
.news-page .news-body a,
.news-downloads a,
.news-download-all a,
.news-page .news-download-all,
.news-press-contact a,
.news-back,
.recent-news a {
  color: var(--cyan-bright);
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}
.news-title a:hover,
.news-page .news-body a:hover,
.news-downloads a:hover,
.news-download-all a:hover,
.news-page a.news-download-all:hover,
.news-press-contact a:hover,
.news-back:hover,
.recent-news a:hover { color: var(--ink); }
.news-summary,
.news-empty {
  margin-top: 12px;
  color: var(--ink-muted);
  font-size: 15.5px;
  line-height: 1.65;
}
.news-empty { padding: 24px 0; }
.news-media-kit,
.news-press-contact,
.news-boilerplate {
  padding: clamp(28px, 4vw, 44px) 0;
  border-top: 1px solid var(--hairline);
}
.news-media-kit h2,
.news-press-contact h2,
.news-boilerplate h2,
.recent-news h2 {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -.025em;
  color: var(--ink);
}
.news-media-kit p,
.news-press-contact p,
.news-boilerplate p {
  max-width: 44em;
  margin-top: 12px;
  font-size: 15.5px;
  color: var(--ink-muted);
}
.news-downloads {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px 24px;
  margin-top: 16px;
}
.news-downloads a { display: inline-block; padding: 10px 0; font-size: 15px; }
.news-download-all { margin-top: 16px; }
.news-page a.news-download-all { display: inline-flex; align-items: center; min-height: 44px; }
.news-downloads a,
.news-download-all,
.news-press-contact a { overflow-wrap: anywhere; }
.news-boilerplate { padding-bottom: clamp(40px, 6vw, 72px); }
.news-page .news-reading-width { max-width: 752px; }
.news-back { display: inline-flex; align-items: center; min-height: 44px; margin-bottom: 16px; font-size: 14px; }
.news-page.news-article .page-hero h1 { margin-top: 14px; font-size: 26px; max-width: none; }
.news-article .page-hero .news-summary { max-width: 44em; margin-top: 18px; font-size: 16px; }
.news-body { padding-top: clamp(28px, 4vw, 44px); padding-bottom: clamp(40px, 6vw, 72px); }
.news-body p,
.news-body ul,
.news-body ol {
  max-width: 44em;
  margin-top: 16px;
  color: var(--ink-muted);
  font-size: 15.5px;
  line-height: 1.75;
}
.news-body > :first-child { margin-top: 0; }
.news-body h2,
.news-body h3 {
  margin-top: 28px;
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -.025em;
  color: var(--ink);
}
.news-body h3 { font-size: 18px; font-weight: 600; }
.news-body ul,
.news-body ol { padding-left: 1.25em; }
.news-body li + li { margin-top: 8px; }
.news-body strong { color: var(--ink); font-weight: 600; }
.news-body a { overflow-wrap: anywhere; }
.recent-news { padding: clamp(28px, 4vw, 44px) 0; border-top: 1px solid var(--hairline); }
.recent-news-list { margin-top: 12px; }
.recent-news-list li {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  align-items: baseline;
  gap: 10px 20px;
  padding: 16px 0;
  border-bottom: 1px solid var(--hairline);
}
.recent-news-list time { font-family: var(--font-mono); font-size: 12px; color: var(--ink-muted); }
.recent-news-list a { font-size: 15.5px; overflow-wrap: anywhere; }
.recent-news .inner > p { margin-top: 18px; font-size: 15px; color: var(--ink-muted); }
@media (min-width: 640px) {
  .news-page .page-hero h1 { font-size: 36px; }
  .news-title,
  .news-media-kit h2,
  .news-press-contact h2,
  .news-boilerplate h2,
  .news-body h2,
  .recent-news h2 { font-size: 24px; }
}
@media (max-width: 599px) {
  .news-downloads { grid-template-columns: minmax(0, 1fr); gap: 0; }
  .recent-news-list li { grid-template-columns: minmax(0, 1fr); gap: 6px; }
}

.news-article-tools { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px 20px; margin-bottom: 16px; }
.news-article-tools .news-back { margin-bottom: 0; }
.news-pdf { min-height: 44px; font-size: 14px; }

.news-body p { white-space: pre-line; }

/* Use the shared reading column for the article headline and body. */
.news-article .news-body p,
.news-article .news-body ul,
.news-article .news-body ol { max-width: none; }
