/* News category matrix. Scoped to the news list; shared navigation and article cards are unchanged. */
body.news-page.white-page .news-taxonomy{margin-top:28px!important;margin-bottom:0!important}
body.news-page.white-page .news-taxonomy-box{background:#fff;border:1px solid #dbe8ec;border-radius:14px;overflow:hidden}
body.news-page.white-page .news-taxonomy-top{display:flex;align-items:center;gap:36px;min-height:60px;padding:12px 24px}
body.news-page.white-page .news-taxonomy-caption{width:112px;flex:0 0 112px;font-size:17px;font-weight:700;color:#142231}
body.news-page.white-page .news-taxonomy-all{display:inline-flex;align-items:center;min-height:36px;padding:4px 12px;color:#4f626d;font-size:15px;border-radius:6px}
body.news-page.white-page .news-taxonomy-row{display:grid;grid-template-columns:124px minmax(0,1fr);align-items:start;gap:24px;padding:11px 24px;border-top:1px solid #e5edef;min-height:62px}
body.news-page.white-page .news-taxonomy-root{display:inline-flex;align-items:center;min-height:38px;justify-self:start;font-size:16px;font-weight:700;color:#142231;line-height:1.6}
body.news-page.white-page .news-taxonomy-children{display:flex;align-items:center;flex-wrap:wrap;gap:4px 16px;min-width:0}
body.news-page.white-page .news-taxonomy-link{display:inline-flex;align-items:center;min-height:38px;padding:6px 12px;color:#4f626d;font-size:15px;line-height:1.6;border-radius:6px;transition:background .15s,color .15s}
body.news-page.white-page .news-taxonomy a:hover{color:#186c86;background:#f0f7f8}
body.news-page.white-page .news-taxonomy .is-active{color:#14647a;background:#eaf4f5;font-weight:700;box-shadow:inset 0 -2px 0 #186c86}
body.news-page.white-page .news-taxonomy-root.is-active{padding:0 10px;margin-left:-10px;border-radius:6px}
body.news-page.white-page .news-taxonomy-row.is-current-section>.news-taxonomy-root{color:#186c86}
body.news-page.white-page .news-taxonomy a:focus-visible,
body.news-page.white-page .news-results button:focus-visible,
body.news-page.white-page .news-results-back:focus-visible{outline:2px solid #186c86;outline-offset:3px}
body.news-page.white-page .news-results{margin-top:30px;padding-bottom:0}
body.news-page.white-page .news-results-heading{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:22px;min-height:48px}
body.news-page.white-page .news-results-context{display:flex;align-items:baseline;flex-wrap:wrap;gap:12px;min-width:0}
body.news-page.white-page .news-results-context h2{margin:0;color:#142231;font-size:24px;font-weight:700;line-height:1.5}
body.news-page.white-page .news-results-back,body.news-page.white-page .news-results-divider{font-size:14px;color:#61737d}
body.news-page.white-page .news-view-switch{display:flex;align-items:center;gap:8px;align-self:stretch;border-bottom:1px solid #dbe8ec;flex-shrink:0}
body.news-page.white-page .news-view-switch button{appearance:none;font:inherit;font-size:15px;line-height:1.6;border:0;border-bottom:2px solid transparent;background:transparent;color:#61737d;min-height:44px;padding:8px 18px;cursor:pointer}
body.news-page.white-page .news-view-switch button:hover{color:#186c86;background:#f3f8f9}
body.news-page.white-page .news-view-switch button[aria-selected="true"]{color:#186c86;font-weight:700;border-bottom-color:#186c86}
body.news-page.white-page #news-articles[hidden],body.news-page.white-page #news-topics[hidden]{display:none!important}
body.news-page.white-page .news-topics-empty{padding:64px 24px 70px;text-align:center;background:#fff;border:1px solid #dbe8ec;border-radius:16px;min-height:280px}
body.news-page.white-page .news-topics-empty h3{margin:0 0 12px;color:#142231;font-size:24px;font-weight:700}
body.news-page.white-page .news-topics-empty p{margin:0 0 24px;color:#61737d;font-size:16px}
body.news-page.white-page .news-topics-empty button{cursor:pointer;font-family:inherit}
@media(max-width:900px){
body.news-page.white-page .news-taxonomy-top{gap:16px;padding:12px 18px}
body.news-page.white-page .news-taxonomy-caption{width:96px;flex-basis:96px}
body.news-page.white-page .news-taxonomy-row{grid-template-columns:96px minmax(0,1fr);gap:16px;padding:10px 18px}
body.news-page.white-page .news-taxonomy-children{gap:4px 6px}
body.news-page.white-page .news-taxonomy-link{padding:7px 8px}
}
@media(max-width:600px){
body.news-page.white-page .news-taxonomy{margin-top:20px!important}
body.news-page.white-page .news-taxonomy-top{min-height:56px;gap:18px;padding:10px 16px}
body.news-page.white-page .news-taxonomy-caption{width:auto;flex-basis:auto;font-size:16px}
body.news-page.white-page .news-taxonomy-row{grid-template-columns:minmax(0,1fr);gap:3px;padding:12px 16px}
body.news-page.white-page .news-taxonomy-root{min-height:32px;font-size:16px}
body.news-page.white-page .news-taxonomy-link{font-size:14px;min-height:40px;padding:7px 9px}
body.news-page.white-page .news-taxonomy-children{gap:4px 7px}
body.news-page.white-page .news-results{margin-top:22px}
body.news-page.white-page .news-results-heading{align-items:flex-start;flex-direction:column;gap:12px;margin-bottom:18px}
body.news-page.white-page .news-results-context h2{font-size:21px;overflow-wrap:anywhere}
body.news-page.white-page .news-view-switch{align-self:flex-end;min-height:44px}
body.news-page.white-page .news-view-switch button{padding:8px 16px}
body.news-page.white-page .news-topics-empty{padding:44px 20px;min-height:260px}
}

