/* Only news pages: reuse existing colors, cards, sidebar and photo banner. */
.news-main { min-width: 0; }
.news-group { margin-top: 44px; scroll-margin-top: 125px; }
.news-group > h2, .news-related > h2 { font-size: 28px; color: #164b76; margin-bottom: 24px; }
.news-card { display: flex; flex-direction: column; }
.news-card h3 a { color: #164b76; }
.news-card h3 a:hover, .news-card h3 a:focus { color: #126ee8; }
.news-card .news-meta { font-size: 13px; margin-bottom: 14px; color: #555; line-height: 1.8; }
.news-meta span { color: #164b76; font-weight: 600; margin-right: 10px; }
.news-readmore { display: inline-block; padding-top: 18px; margin-top: auto; font-weight: 600; }
.news-meta, .news-byline { color: #555; font-size: 14px; }
.news-byline { margin-bottom: 28px; }
.news-toc { background: #f7fafc; border: 1px solid #dce7ef; padding: 24px 28px; margin: 32px 0; }
.news-toc h2 { font-size: 20px; color: #164b76; }
.news-toc ol { margin: 0; padding-left: 24px; list-style: decimal; }
.news-toc li { padding: 5px 0; }
.news-article-section { margin-top: 38px; scroll-margin-top: 125px; }
.news-article-section h2 { font-size: 26px; color: #164b76; line-height: 1.55; }
.news-article-section p, .news-points { line-height: 1.95; font-size: 16px; }
.news-points { list-style: disc; padding-left: 24px; margin: 18px 0 24px; }
.news-points li { margin-bottom: 10px; }
.news-article-section .news-source, .news-references p { font-size: 13px; line-height: 1.8; }
.news-source a, .news-article a, .news-consult p a { text-decoration: underline; text-underline-offset: 3px; }
.news-references, .news-consult, .news-related { margin-top: 36px; }
.news-consult h2 { font-size: 24px; color: #164b76; line-height: 1.5; }
.news-related li { border-bottom: 1px solid #dce7ef; padding: 14px 0; }
.news-related a { display: block; }
.news-empty { background: #f7fafc; padding: 24px; border: 1px solid #dce7ef; }
.news-section a { overflow-wrap: anywhere; }
@media (max-width: 991px) {
    .news-categories { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; }
    .news-categories li { margin: 0; }
    ul.services-list.news-categories li a { padding: 14px 26px 14px 12px; font-size: 14px; height: 100%; }
    ul.services-list.news-categories li a:before { right: 10px; }
}
@media (max-width: 575px) {
    .news-group > h2, .news-related > h2, .news-article-section h2 { font-size: 23px; }
    .news-toc { padding: 20px; }
    .news-group { margin-top: 32px; }
}
