/* Blog Note Tags — 2026-07-17. Scoped to the Blog page only. */
.blog-page .about-title-strip.page-title-strip .about-lede {
  text-wrap: balance;
}

@supports not (text-wrap: balance) {
  .blog-page .about-title-strip.page-title-strip .about-lede {
    max-width: 62ch;
  }
}
