.latest-news-strip { display: flex; justify-content: center; align-items: center; gap: 12px; padding: 12px 24px; background: #e2f5ed; color: #144c40; text-decoration: none; line-height: 1.4; overflow-wrap: anywhere; }
.latest-news-strip strong { flex-shrink: 0; }
.latest-news { --news-line: var(--public-line, var(--theme-border, #d5e5e4)); background: var(--public-surface, var(--theme-surface, #fff)); color: var(--public-ink, var(--theme-ink, #163741)); border-block: 1px solid var(--news-line); scroll-margin-top: 100px; }
.latest-news-inner { max-width: 1180px; margin-inline: auto; padding: 40px 24px; }
.latest-news-heading { display: flex; align-items: start; justify-content: space-between; gap: 24px; margin-bottom: 28px; }
.latest-news h2 { font-size: 26px; line-height: 1.25; margin: 0; letter-spacing: 0; }
.latest-news-heading p { margin: 10px 0 0; }
.latest-news a { color: var(--public-teal, var(--theme-green, #087661)); text-underline-offset: 4px; }
.latest-news-heading > a { flex-shrink: 0; }
.latest-news-items { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr)); gap: 28px; }
.latest-news-item { display: flex; flex-direction: column; min-width: 0; overflow-wrap: anywhere; }
.latest-news-image { display: block; max-width: 360px; margin-bottom: 18px; }
.latest-news-image img { display: block; width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: contain; background: #edf4f5; border-radius: 6px; }
.latest-news-meta { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; font-size: 13px; }
.latest-news-meta span { font-weight: 700; }
.latest-news h3 { font-size: 20px; line-height: 1.35; letter-spacing: 0; margin: 12px 0; }
.latest-news h3 a { color: inherit; text-decoration: none; }
.latest-news h3 a:hover { text-decoration: underline; }
.latest-news-item > p { line-height: 1.65; margin: 0 0 16px; }
.latest-news-read { font-weight: 600; }
.latest-news-help { margin: 28px 0 0; padding-top: 20px; border-top: 1px solid var(--news-line); }
@media (max-width: 760px) {
    .latest-news-strip { flex-wrap: wrap; justify-content: start; gap: 6px 12px; padding-inline: 16px; }
    .latest-news-strip span:first-of-type { flex-basis: 100%; order: 1; }
    .latest-news-inner { padding: 28px 16px; }
    .latest-news-heading { flex-direction: column; gap: 16px; }
    .latest-news h2 { font-size: 23px; }
    .latest-news-items { grid-template-columns: minmax(0, 1fr); gap: 24px; }
    .latest-news-item + .latest-news-item { padding-top: 24px; border-top: 1px solid var(--news-line); }
}
