.article-byline { flex-wrap: wrap; }
.article-sources, .article-related { border-top: 1px solid var(--line); margin-top: 36px; padding-top: 4px; }
.article-sources ul { font-size: 15px; }
.guide-body a { overflow-wrap: anywhere; }
.guide-table caption { padding: 14px 16px; text-align: left; font-weight: 600; color: var(--ink); }
.blog-topics { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.blog-topics a { padding: 10px 16px; border: 1px solid var(--line); border-radius: 30px; color: var(--brand-primary); font-weight: 600; }
.blog-topics a:hover { background: #edf3fd; }
.blog-feature { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr); gap: 48px; padding: 40px; margin: 42px 0 64px; background: #f3f7fd; border-radius: 20px; }
.blog-feature h2 { font-size: clamp(28px, 3vw, 40px); line-height: 1.15; letter-spacing: -.035em; margin: 18px 0; }
.blog-feature h2 a { color: var(--ink); }
.blog-feature p { line-height: 1.65; color: var(--muted); }
.blog-feature .button { margin-top: 24px; white-space: normal; text-align: center; }
.blog-example { border: 1px solid #cddcf4; border-radius: 16px; padding: 24px; background: #fff; align-self: center; }
.blog-example > p { font-size: 13px; margin: 0; }
.blog-example dl { margin-block: 14px; }
.blog-example dl div { display: flex; justify-content: space-between; align-items: baseline; gap: 14px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.blog-example dt { font-size: 15px; color: var(--muted); }
.blog-example dd { font-size: 28px; color: var(--brand-primary); font-weight: 600; margin: 0; }
.blog-section-heading h2 { font-size: clamp(27px, 3vw, 36px); letter-spacing: -.025em; margin-bottom: 12px; scroll-margin-top: 130px; }
.blog-section-heading p { font-size: 18px; color: var(--muted); line-height: 1.6; margin: 0; }
.blog-group .guide-cards { padding-top: 28px; }
.blog-index .guide-card h3 { font-size: 26px; line-height: 1.25; letter-spacing: -.02em; margin: 0; }
.blog-index .guide-card h3 a { color: var(--ink); }
.blog-index .guide-card .eyebrow { font-size: 12px; color: var(--brand-primary); }
@media (max-width: 760px) {
  .blog-feature { grid-template-columns: 1fr; padding: 24px; gap: 28px; margin-block: 30px 44px; }
  .blog-example { padding: 18px; }
  .blog-topics a { font-size: 14px; }
  .article-layout .guide-table th:first-child, .article-layout .guide-table th:nth-child(2), .article-layout .guide-table th:last-child { width: auto; }
  .article-layout .guide-table { table-layout: auto; font-size: 14px; }
  .article-layout .guide-table th, .article-layout .guide-table td { overflow-wrap: break-word; }
  .article-calculation p { overflow-wrap: anywhere; }
}
@media print { .blog-topics, .article-related { display: none; } }
