/* Shared by the homepage, Pelican pages, and local preview. */
.news-site { margin: 0; background: #fff; color: #33434b; font: 16px/1.7 "Open Sans", Arial, sans-serif; }
.news-container { width: min(1140px, calc(100% - 40px)); margin-inline: auto; }
.news-site *, .news-section * { box-sizing: border-box; }
.news-site a, .news-section a { color: #277952; text-decoration: none; }
.news-site a:hover, .news-section a:hover { text-decoration: underline; }
.news-site a:focus-visible, .news-section a:focus-visible { outline: 3px solid #277952; outline-offset: 5px; }
.news-site h1, .news-site h2, .news-site h3, .news-section h2, .news-section h3 { color: #263c46; font-family: Dosis, "Open Sans", Arial, sans-serif; line-height: 1.2; font-weight: 600; }
.news-site h1 { font-size: clamp(2rem, 5vw, 3.25rem); margin: 0 0 24px; }
.news-site h2 { font-size: 1.8rem; }
.news-header { border-bottom: 1px solid #e4eae7; background: #fff; }
.news-header-inner { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding-block: 22px; }
.news-brand { display: inline-flex; align-items: center; gap: 12px; font: 500 28px/1.2 Arial, sans-serif; color: #52636a !important; }
.news-brand img { object-fit: contain; }
.news-header nav, .news-footer nav { display: flex; flex-wrap: wrap; gap: 24px; align-items: center; }
.news-header nav a { font-size: 14px; font-weight: 600; }
.news-header a.news-login { color: #fff; background: #369c63; border-radius: 24px; padding: 9px 18px; }
.news-skip-link { position: absolute; top: -100px; padding: 8px 16px; background: #fff; z-index: 10; }
.news-skip-link:focus { top: 0; }
.news-intro { padding-block: 58px 40px; max-width: 760px; }
.news-intro p { margin: 0; }
.news-eyebrow { color: #277952; text-transform: uppercase; letter-spacing: .12em; font-size: 12px; font-weight: 700; margin-bottom: 14px !important; }
.news-archive { padding-bottom: 64px; min-height: 55vh; }
.news-section { padding: 70px 0; background: #f4f7f5; }
.news-section-heading { display: flex; justify-content: space-between; align-items: baseline; gap: 20px; margin-bottom: 28px; }
.news-section-heading h2 { font-size: 2.2rem; margin: 0; }
.news-section-heading > a { white-space: nowrap; }
.news-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px; }
.news-card { overflow: hidden; border: 1px solid #e1e8e3; border-radius: 10px; background: #fff; box-shadow: 0 4px 16px rgb(30 66 49 / 4%); }
.news-card-image { display: block; aspect-ratio: 16 / 9; overflow: hidden; }
.news-card-image img { display: block; width: 100%; height: 100%; object-fit: cover; }
.news-card-body { padding: 24px; }
.news-date { color: #64736b; font-size: 13px; margin: 0 0 14px; }
.news-card h3 { font-size: 1.5rem; margin: 0 0 14px; overflow-wrap: anywhere; }
.news-card h3 a { color: #263c46; }
.news-card-body > p:last-child { margin: 0; font-size: 15px; line-height: 1.7; }
.news-pagination { display: flex; flex-wrap: wrap; justify-content: center; gap: 24px; margin-top: 40px; }
.news-article { width: min(760px, calc(100% - 40px)); margin: 0 auto; padding: 48px 0 64px; }
.news-back { display: inline-block; margin-bottom: 30px; font-size: 14px; }
.news-summary { color: #63746b; font-size: 1.2rem; line-height: 1.65; margin-bottom: 30px; }
.news-cover-figure { margin: 0 0 36px; }
.news-cover { display: block; width: 100%; height: auto; border-radius: 10px; }
.news-prose { overflow-wrap: anywhere; font-size: 17px; }
.news-prose h2 { margin: 44px 0 20px; }
.news-prose h3 { font-size: 1.4rem; margin: 30px 0 16px; }
.news-prose p, .news-prose ul, .news-prose ol, .news-prose blockquote { margin: 0 0 24px; }
.news-prose ul, .news-prose ol { padding-left: 26px; }
.news-prose li { margin-bottom: 8px; }
.news-prose a { text-decoration: underline; }
.news-prose img { display: block; max-width: 100%; height: auto; border-radius: 8px; }
.news-prose figure { margin: 32px 0; }
.news-cover-figure figcaption, .news-prose figcaption { margin-top: 10px; color: #63746b; font-size: 14px; text-align: center; }
.news-prose blockquote { border-left: 4px solid #369c63; padding: 20px 24px; background: #f4f7f5; }
.news-prose blockquote p:last-child { margin: 0; }
.news-prose table { display: block; max-width: 100%; overflow-x: auto; border-collapse: collapse; margin: 24px 0; }
.news-prose th, .news-prose td { border: 1px solid #dce5df; padding: 12px 18px; text-align: left; }
.news-prose th { background: #f4f7f5; }
.news-prose pre { overflow-x: auto; padding: 20px; border-radius: 8px; background: #f4f7f5; }
.news-prose code { background: #f4f7f5; font-size: .9em; padding: 2px 4px; }
.news-prose hr { border: 0; border-top: 1px solid #e1e8e3; margin: 36px 0; }
.news-preview-banner { padding: 12px 20px; text-align: center; background: #fff2d2; color: #6c5018; font-size: 14px; }
.news-preview-banner a { color: inherit; text-decoration: underline; }
.news-draft { display: inline-block; color: #765617; background: #fff2d2; border-radius: 4px; padding: 2px 8px; font-size: 12px; }
.news-preview-published { margin-top: 44px; }
.news-footer { border-top: 1px solid #e1e8e3; padding-block: 32px; color: #64736b; font-size: 13px; }
@media (max-width: 900px) { .news-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 600px) {
  .news-cards { grid-template-columns: 1fr; }
  .news-section { padding-block: 44px; }
  .news-header-inner { align-items: flex-start; flex-direction: column; gap: 16px; }
  .news-header nav { gap: 20px; }
  .news-brand { font-size: 24px; }
  .news-brand img { width: 36px; height: 36px; }
  .news-intro { padding-block: 38px 28px; }
  .news-section-heading h2 { font-size: 1.8rem; }
  .news-article { padding-top: 32px; }
}
