/* News templates only. Loaded after landing CSS, versioned by filemtime. */
body.tp-article-page #header { display: none !important; }
.tp-article-shell, .tp-article-shell * { box-sizing: border-box; }
.tp-article-shell { color: #263747; background: #fff; font-family: Arial, sans-serif; }
.tp-article-header { border-bottom: 1px solid #dde7ed; background: #fff; }
.tp-article-nav { width: min(1120px, calc(100% - 40px)); margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 16px 0; }
.tp-article-logo { display: block; flex-shrink: 0; width: 200px; }
.tp-article-logo img { display: block; width: 100%; height: 64px; object-fit: contain; }
.tp-article-nav nav { display: flex; gap: 28px; flex-wrap: wrap; }
.tp-article-nav a { color: #073b73; font-weight: 700; }
.tp-article-container { width: min(920px, calc(100% - 40px)); margin: auto; padding: 30px 0 56px; }
.tp-article-breadcrumb { display: flex; gap: 12px; margin-bottom: 28px; font-size: 14px; }
.tp-article-breadcrumb a, .tp-article-content a { color: #0873b9; }
.tp-article-content a { text-decoration: underline; text-underline-offset: 3px; }
.tp-article-heading { margin-bottom: 28px; }
.tp-article-kicker { color: #0873b9; font-size: 13px; font-weight: 700; letter-spacing: .07em; margin-bottom: 12px; }
.tp-article-heading h1 { color: #073b73; font-size: clamp(26px, 3vw, 40px); line-height: 1.35; text-transform: none; overflow-wrap: anywhere; margin: 0 0 18px; }
.tp-article-heading time, .tp-related-copy time { color: #61768a; font-size: 14px; }
.tp-article-content { font-size: 17px; line-height: 1.85; overflow-wrap: anywhere; }
.tp-article-content p { margin-bottom: 22px; }
.tp-article-content h2, .tp-article-content h3 { color: #073b73; line-height: 1.4; margin: 28px 0 16px; }
.tp-article-cover { margin-bottom: 26px; }
.tp-article-cover img, .tp-article-content img { max-width: 100%; height: auto; border-radius: 8px; }
.tp-article-cover img { width: 100%; display: block; }
.tp-article-content .wp-block-image { margin: 24px 0; }
.tp-article-content .wp-block-image img { display: block; margin: auto; }
.tp-article-content .alignfull, .tp-article-content .alignwide { width: 100%; max-width: 100%; margin-inline: 0; }
.tp-article-content figcaption { font-size: 14px; line-height: 1.5; color: #61768a; text-align: center; }
.tp-article-content iframe, .tp-article-content video { max-width: 100%; }
.tp-article-content .wp-block-table { overflow-x: auto; }
.tp-related { margin-top: 42px; padding-top: 28px; border-top: 1px solid #dce6ed; }
.tp-related h2 { color: #073b73; font-size: 26px; margin-bottom: 22px; }
.tp-related-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.tp-related-card { border: 1px solid #dce6ed; border-radius: 10px; overflow: hidden; }
.tp-related-image { display: block; }
.tp-related-image img { display: block; width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.tp-related-copy { padding: 16px; }
.tp-related-copy h3 { font-size: 17px; line-height: 1.5; margin: 8px 0 0; overflow-wrap: anywhere; }
.tp-related-copy a { color: #073b73; }
.tp-article-shell a:focus-visible { outline: 3px solid #0873b9; outline-offset: 3px; }
.tp-article-container #comments { margin-top: 36px; }
/* Preserve usable navigation on small screens where old landing rules hide it. */
body.tp-news-full-page .tp-news-nav { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 14px; }
body.tp-news-full-page .tp-news-menu { display: flex; flex-wrap: wrap; gap: 14px; }
body.tp-news-full-page .tp-news-menu a { line-height: 1.5; }
body.tp-news-full-page .tp-news-header { position: relative; top: auto; }
body.tp-news-full-page .tp-news-site .tp-news-hero { padding-top: 50px; }
body.tp-news-full-page .tp-news-page__card { min-width: 0; }
body.tp-news-full-page .tp-news-logo img { filter: none; }
@media (max-width: 767px) {
  .tp-article-nav { gap: 12px; flex-wrap: wrap; }
  .tp-article-logo { width: 165px; }
  .tp-article-logo img { height: 52px; }
  .tp-article-nav nav { gap: 16px; font-size: 14px; }
  .tp-article-container { padding-top: 24px; }
  .tp-article-content { font-size: 16px; line-height: 1.8; }
  .tp-related-grid { grid-template-columns: 1fr; }
  body.tp-news-full-page .tp-news-menu { order: 3; width: 100%; padding-bottom: 10px; }
}
