/* Editorial policy: uses the theme's fonts and light/dark color variables. */
.cn-editorial-page {
  width: 100%;
  max-width: 880px;
  margin-inline: auto;
  padding: 40px 24px 8px;
  color: hsl(var(--foreground));
}
.cn-editorial-page .page-header {
  max-width: none;
  padding: 0 0 28px;
}
.cn-editorial-page .page-header h1 {
  margin: 0 0 24px;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.15;
  text-wrap: balance;
}
.cn-editorial-content {
  font-family: 'Source Serif 4', Georgia, serif;
  font-size: 20px;
  line-height: 1.75;
  overflow-wrap: break-word;
}
.cn-editorial-content > p { margin: 0 0 1.25em; }
.cn-editorial-content > p:first-child {
  font-family: 'Libre Franklin', sans-serif;
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 2rem;
}
.cn-editorial-content h2 {
  margin: 2rem 0 1rem;
  padding-top: 1.5rem;
  border-top: 1px solid hsl(var(--foreground) / .15);
  font-size: clamp(1.5rem, 3vw, 1.875rem);
  font-weight: 700;
  line-height: 1.25;
  text-wrap: balance;
}
.cn-editorial-content ul,
.cn-editorial-content ol {
  padding-left: 1.5em;
  margin: 1rem 0 1.75rem;
}
.cn-editorial-content ul { list-style: disc; }
.cn-editorial-content ol { list-style: decimal; }
.cn-editorial-content li { margin: .7em 0; padding-left: .25em; }
.cn-editorial-content li::marker { font-weight: 700; }
.cn-editorial-content a {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: #0088b9;
  text-decoration-thickness: 2px;
  text-underline-offset: .18em;
  overflow-wrap: anywhere;
}
.cn-editorial-content a:hover { text-decoration-color: currentColor; }
.cn-editorial-content a:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 4px;
}
@media (max-width: 640px) {
  .cn-editorial-page { padding: 28px 20px 0; }
  .cn-editorial-page .page-header { padding-bottom: 20px; }
  .cn-editorial-content { font-size: 18px; line-height: 1.7; }
  .cn-editorial-content > p:first-child { font-size: 17px; }
}
