.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-hub {
  box-sizing: border-box;
  color: #27362f;
  font-family: Arial, Helvetica, sans-serif;
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.news-intro {
  position: relative;
  overflow: hidden;
  padding: 34px 36px 30px;
  border: 1px solid #d6e1d9;
  border-radius: 18px;
  background: linear-gradient(135deg, #f4f8f3 0%, #edf4ef 100%);
  box-shadow: 0 10px 30px rgba(34, 77, 58, .07);
}

.news-intro:after {
  content: "";
  position: absolute;
  top: -70px;
  right: -55px;
  width: 210px;
  height: 210px;
  border: 34px solid rgba(90, 133, 104, .09);
  border-radius: 50%;
}

.news-eyebrow {
  position: relative;
  z-index: 1;
  margin: 0 0 8px;
  color: #557761;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
}

.news-intro h2,
.news-section-heading h2,
.news-year h3,
.news-card h3,
.news-card h4 {
  font-family: Arial, Helvetica, sans-serif;
}

.news-intro h2 {
  position: relative;
  z-index: 1;
  max-width: 710px;
  margin: 0;
  color: #1d4634;
  font-size: 30px;
  line-height: 1.2;
}

.news-intro__lead {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin: 14px 0 24px;
  color: #53645b;
  font-size: 16px;
  line-height: 1.65;
}

.news-stats {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
}

.news-stats div {
  padding: 15px 17px;
  border: 1px solid #d6e2da;
  border-radius: 12px;
  background: rgba(255, 255, 255, .74);
}

.news-stats dt {
  color: #244e3a;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
}

.news-stats dd {
  margin: 5px 0 0;
  color: #6b786f;
  font-size: 12px;
  line-height: 1.35;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.news-year-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0 36px;
}

.news-year-nav a {
  min-width: 48px;
  padding: 9px 12px;
  border: 1px solid #d5dfd8;
  border-radius: 999px;
  background: #fff;
  color: #335844;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  transition: background-color .2s ease, border-color .2s ease;
}

.news-year-nav a:hover,
.news-year-nav a:focus {
  border-color: #9db7a6;
  background: #edf4ef;
}

.news-section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 16px;
}

.news-section-heading p {
  margin: 0 0 5px;
  color: #78857d;
  font-size: 13px;
  line-height: 1.5;
}

.news-section-heading h2 {
  margin: 0;
  color: #234936;
  font-size: 25px;
  line-height: 1.25;
}

.news-latest__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
}

.news-card {
  box-sizing: border-box;
  min-width: 0;
  padding: 21px;
  border: 1px solid #dce4de;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 5px 18px rgba(31, 70, 52, .05);
}

.news-card--feature {
  border-top: 4px solid #7f9f89;
}

.news-card__meta {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 12px;
  color: #6d7972;
  font-size: 12px;
  line-height: 1.35;
}

.news-card__topic {
  padding: 4px 8px;
  border-radius: 999px;
  background: #eaf1ec;
  color: #496755;
  text-align: right;
}

.news-card__title {
  margin: 0 0 12px;
  font-size: 18px;
  line-height: 1.38;
}

.news-card__title a {
  color: #1f4533;
  text-decoration: none;
}

.news-card__title a:hover,
.news-card__title a:focus {
  color: #37654d;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.news-card__summary,
.news-card__importance p {
  color: #4f5d55;
  font-size: 14px;
  line-height: 1.62;
}

.news-card__summary {
  margin: 0 0 14px;
}

.news-card__importance {
  padding: 12px 13px;
  border-left: 3px solid #a5bca9;
  border-radius: 0 8px 8px 0;
  background: #f5f8f5;
}

.news-card__importance strong {
  display: block;
  margin-bottom: 4px;
  color: #355844;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.news-card__importance p {
  margin: 0;
}

.news-card__footer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  margin-top: 15px;
  padding-top: 13px;
  border-top: 1px solid #e4eae6;
  color: #738078;
  font-size: 12px;
  line-height: 1.45;
}

.news-card__source {
  color: #3e684f;
  font-weight: 700;
  text-decoration: none;
}

.news-card__source:hover,
.news-card__source:focus {
  text-decoration: underline;
}

.news-archive {
  margin-top: 44px;
}

.news-section-heading--archive {
  padding-top: 24px;
  border-top: 1px solid #dbe4dd;
}

.news-tools {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(150px, 1fr);
  gap: 12px;
  padding: 17px;
  border: 1px solid #dbe4dd;
  border-radius: 13px;
  background: #f5f8f5;
}

.news-tools label {
  display: block;
  color: #41544a;
  font-size: 12px;
  font-weight: 700;
}

.news-tools input,
.news-tools select {
  box-sizing: border-box;
  width: 100%;
  min-height: 44px;
  margin-top: 6px;
  padding: 10px 12px;
  border: 1px solid #cbd8cf;
  border-radius: 8px;
  background: #fff;
  color: #27362f;
  font: inherit;
  font-size: 14px;
}

.news-tools input:focus,
.news-tools select:focus {
  outline: 2px solid #769b82;
  outline-offset: 2px;
}

.news-results,
.news-no-results {
  margin: 14px 3px 18px;
  color: #6e7b73;
  font-size: 13px;
}

.news-no-results {
  padding: 18px;
  border-radius: 10px;
  background: #f2f5f2;
  text-align: center;
}

.news-year {
  margin: 28px 0 0;
  scroll-margin-top: 20px;
}

.news-year__heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 10px;
  padding: 0 4px 8px;
  border-bottom: 2px solid #b7cbbd;
}

.news-year__heading h3 {
  margin: 0;
  color: #244d39;
  font-size: 28px;
}

.news-year__heading span {
  color: #77837b;
  font-size: 12px;
}

.news-month {
  margin: 9px 0;
  border: 1px solid #dbe3dd;
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
}

.news-month summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 15px 18px;
  background: #f1f6f2;
  color: #2e513e;
  cursor: pointer;
  list-style: none;
}

.news-month summary::-webkit-details-marker {
  display: none;
}

.news-month summary:before {
  content: "+";
  flex: 0 0 auto;
  width: 23px;
  height: 23px;
  border: 1px solid #adc3b3;
  border-radius: 50%;
  color: #426a51;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
}

.news-month[open] summary:before {
  content: "−";
}

.news-month__name {
  margin-right: auto;
  font-size: 17px;
  font-weight: 700;
}

.news-month__count {
  color: #718078;
  font-size: 12px;
}

.news-month__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  padding: 13px;
  background: #fbfcfb;
}

.news-month__grid .news-card {
  box-shadow: none;
}

.news-source-note {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  margin-top: 30px;
  padding: 16px 18px;
  border: 1px solid #dce4de;
  border-radius: 11px;
  background: #f6f8f6;
  color: #66736b;
  font-size: 13px;
  line-height: 1.55;
}

.news-source-note > span {
  flex: 0 0 22px;
  height: 22px;
  border-radius: 50%;
  background: #dce8df;
  color: #365b44;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
}

.news-source-note p {
  margin: 0;
}

[data-news-hidden] {
  display: none !important;
}

@media (max-width: 959px) {
  .news-latest__grid,
  .news-month__grid {
    grid-template-columns: 1fr;
  }

  .news-card--feature {
    border-top-width: 1px;
    border-left: 4px solid #7f9f89;
  }
}

@media (max-width: 719px) {
  .news-hub {
    padding-top: 16px !important;
  }

  .news-intro {
    padding: 24px 20px;
    border-radius: 14px;
  }

  .news-intro h2 {
    font-size: 25px;
  }

  .news-stats {
    grid-template-columns: 1fr;
  }

  .news-stats div {
    display: flex;
    align-items: baseline;
    gap: 9px;
    padding: 12px 14px;
  }

  .news-stats dd {
    margin: 0;
  }

  .news-tools {
    grid-template-columns: 1fr;
  }

  .news-card {
    padding: 17px;
  }

  .news-card__meta {
    flex-direction: column;
  }

  .news-card__topic {
    text-align: left;
  }

  .news-month summary {
    padding: 14px;
  }

  .news-month__grid {
    padding: 9px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .news-year-nav a {
    transition: none;
  }
}
