.news-editorial-note { padding: 1rem; background: var(--mist); border-left: 4px solid var(--teal); }
.news-story-list { margin: 2rem 0; padding: 0; list-style: none; }
.news-story-list > li { padding: 1.75rem 0; border-bottom: 1px solid #bac6c4; }
.news-story-list h2 { font-size: clamp(1.4rem, 3vw, 2rem); overflow-wrap: anywhere; }
.news-story-list h2 a { color: var(--ink); text-decoration: underline; text-underline-offset: .16em; }
.news-story-list p, .news-article, .news-article a { overflow-wrap: anywhere; }
.news-date { margin-bottom: .6rem; color: var(--ink-soft); }
.news-pagination { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1rem; margin: 2rem 0; }
.news-pagination > span { padding: .75rem 0; }
.news-return { margin-top: 2rem; }
