/* Independent module scoped to /data/ and news detail pages. */
.global-news { margin: 8px 0 40px; padding: 28px; background: #fff; border: 1px solid #e7e2df; border-radius: 14px; scroll-margin-top: 110px; }
.news-heading { display: flex; justify-content: space-between; align-items: flex-start; gap: 24px; margin-bottom: 24px; }
.news-kicker { margin: 0 0 10px; font-size: 12px; font-weight: 750; letter-spacing: .14em; color: #a91e2c; }
.global-news .news-heading h2 { font-size: clamp(26px,3vw,34px); line-height: 1.3; }
.news-description { color: #69615d; margin: 10px 0 0; font-size: 15px; line-height: 1.7; }
.news-update { font-size: 13px; color: #6c635e; line-height: 1.9; text-align: right; flex-shrink: 0; }
.news-dot { display: inline-block; width: 7px; height: 7px; background: #2a7861; border-radius: 50%; margin-right: 6px; }
.news-dot-muted { background: #8a817c; }
.news-filters { display: flex; align-items: flex-end; gap: 12px; padding: 18px; background: #f8f6f4; border-radius: 10px; flex-wrap: wrap; }
.news-filters > div { min-width: 140px; }
.news-filters .news-search { flex: 1; min-width: 180px; }
.news-filters label { display: block; font-size: 12px; font-weight: 650; color: #625953; margin-bottom: 6px; }
.news-filters :is(input,select) { width: 100%; min-height: 44px; padding: 10px 12px; border: 1px solid #d8d1cc; border-radius: 6px; background: #fff; font: inherit; font-size: 14px; color: #282320; }
.news-filters button { min-height: 44px; padding: 10px 20px; border-radius: 6px; background: #a91e2c; color: white; border: 1px solid #a91e2c; cursor: pointer; font: inherit; font-size: 14px; font-weight: 650; }
.news-reset { display: inline-flex; align-items: center; min-height: 44px; font-size: 13px; color: #a91e2c; }
.news-list-meta { display: flex; justify-content: space-between; gap: 12px; font-size: 12px; color: #756b65; margin: 22px 0 4px; line-height: 1.6; }
.news-item { display: grid; grid-template-columns: 56px minmax(0,1fr); gap: 20px; padding: 24px 0; border-bottom: 1px solid #eee9e5; }
.news-time { display: flex; flex-direction: column; gap: 7px; padding-top: 3px; font-variant-numeric: tabular-nums; }
.news-time time { font-size: 16px; font-weight: 650; }
.news-time span { font-size: 12px; color: #7b716b; }
.news-labels { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; font-size: 12px; color: #72665e; line-height: 1.5; }
.news-category { color: #a91e2c; background: #f9eeee; border-radius: 4px; padding: 3px 7px; }
.global-news .news-item h3 { font-size: 20px; line-height: 1.5; margin: 10px 0 8px; text-wrap: initial; }
.news-item h3 a { color: #292422; text-decoration: none; }
.news-item h3 a:hover { color: #a91e2c; text-decoration: underline; }
.news-item-content > p { margin: 0; color: #655b55; font-size: 14px; line-height: 1.8; overflow-wrap: anywhere; }
.news-item-links { display: flex; gap: 22px; margin-top: 12px; font-size: 13px; }
.news-item-links a { color: #a91e2c; min-height: 32px; display: inline-flex; align-items: center; gap: 5px; }
.news-empty { padding: 48px 20px; text-align: center; border: 1px dashed #dfd7d1; border-radius: 10px; margin-top: 20px; background: #fdfcfb; }
.global-news .news-empty h3 { font-size: 20px; line-height: 1.5; }
.news-empty p { color: #756b65; font-size: 14px; line-height: 1.8; margin-bottom: 0; }
.news-pagination { display: flex; justify-content: center; align-items: center; gap: 20px; padding-top: 24px; font-size: 14px; }
.news-pagination a { padding: 10px 16px; border: 1px solid #ddd5cf; border-radius: 6px; }
.news-footnote { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: 12px; color: #7c716a; padding-top: 20px; line-height: 1.7; }
.news-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.news-detail-shell { padding: 32px 0 60px; }
.news-breadcrumb { color: #796f69; font-size: 14px; line-height: 1.8; margin-bottom: 24px; }
.news-detail { max-width: 860px; padding: 40px; background: #fff; border: 1px solid #e7e2df; border-radius: 14px; }
.news-detail h1 { font-size: clamp(26px,3vw,38px); line-height: 1.5; margin-top: 18px; overflow-wrap: anywhere; text-wrap: initial; }
.news-detail-meta,.news-published { color: #796f69; font-size: 13px; line-height: 1.8; }
.news-detail-summary { margin: 30px 0; line-height: 1.95; font-size: 18px; overflow-wrap: anywhere; }
.news-attribution { color: #796f69; font-size: 13px; line-height: 1.8; border-top: 1px solid #eee; padding-top: 20px; }
.news-tags { display: flex; gap: 8px; flex-wrap: wrap; list-style: none; padding: 0; }
.news-tags li { background: #f7f3f0; border-radius: 4px; padding: 5px 10px; font-size: 12px; }
.news-back { display: inline-block; margin-top: 24px; }
@media(max-width:720px) {
 .global-news { padding: 20px 16px; scroll-margin-top: 16px; }
 .news-heading { gap: 12px; flex-wrap: wrap; }
 .news-update { text-align: left; }
 .news-filters { padding: 14px; gap: 12px; }
 .news-filters .news-search { flex-basis: 100%; }
 .news-filters > div { min-width: 0; flex: 1; }
 .news-filters button { flex-basis: 100%; }
 .news-item { grid-template-columns: minmax(0,1fr); gap: 10px; }
 .news-time { flex-direction: row; align-items: center; gap: 10px; }
 .global-news .news-item h3 { font-size: 18px; }
 .news-list-meta { flex-direction: column; gap: 4px; }
 .news-detail { padding: 24px 20px; }
 .news-detail-summary { font-size: 16px; }
}

.news-full-content { border-top: 1px solid #e7e2df; padding-top: 28px; margin-top: 28px; }
.news-full-content h2 { font-size: 24px; line-height: 1.5; margin-bottom: 20px; }
.news-full-body { font-size: 16px; line-height: 1.95; overflow-wrap: anywhere; }
.news-full-body p { margin: 0 0 22px; }
.news-full-body a { color: #a91e2c; text-decoration: underline; text-underline-offset: 3px; }
