/* Styles for the news layout — shared chrome now lives in main.css.
   Keep only article-body typography here so /news/ (layout: default)
   and /news/<article>/ (layout: news) look identical in the sidebar. */

.news-article,
.news-content {
    color: inherit;
}

.news-article .news-meta .text-muted,
.news-article .text-muted {
    color: #6c757d;
}

@media (prefers-color-scheme: dark) {
    .news-article,
    .news-content { background: transparent !important; color: var(--text-primary); }

    .news-article .news-meta .text-muted,
    .news-article .text-muted { color: var(--text-secondary) !important; }
}
