/* Blog typography uses the shared authority-page colors and components. */
.blog-page .blog-hero {
  min-height: auto;
}
.blog-page .blog-hero h1 {
  max-width: 18em;
  font-size: clamp(2.25rem, 5vw, 4.5rem);
}
.blog-byline {
  margin-top: 24px;
  color: var(--text-dim);
  font-family: var(--mono);
  font-size: .8rem;
}
.blog-page .blog-copy {
  padding-top: 0 !important;
}
.blog-body {
  max-width: 72ch;
  margin-inline: auto;
}
.blog-page .blog-copy h2 {
  max-width: none;
  margin-top: 48px;
  line-height: 1.2;
}
.blog-page .blog-copy h2:first-child {
  margin-top: 0;
}
.blog-copy h3 {
  margin-top: 28px;
  font-size: 1.3rem;
  line-height: 1.3;
}
.blog-copy ul {
  margin: 24px 0;
  padding-left: 1.4em;
  color: var(--text-dim);
  list-style: disc;
}
.blog-copy li + li {
  margin-top: 12px;
}
.blog-copy a {
  color: var(--accent-text);
  text-decoration: underline;
  text-underline-offset: 3px;
}
