.news-list-hero {
  background: var(--pale);
}

.news-list-hero-inner {
  padding: 48px 0 56px;
}

.news-list-hero h1 {
  max-width: 980px;
  margin-bottom: 18px;
  font-size: clamp(48px, 5vw, 82px);
  line-height: 0.98;
}

.news-list-hero p {
  max-width: 820px;
  margin-bottom: 0;
  color: #263f55;
  font-size: 23px;
  font-weight: 800;
}

.news-list-section {
  display: block;
}

.filters-toggle {
  display: none;
  margin-bottom: 16px;
}

.news-filter-shell {
  position: sticky;
  top: 84px;
  z-index: 4;
  margin-top: -34px;
}

.filter-layout-cards .news-filter-shell {
  position: relative;
  top: auto;
}

.news-filters {
  margin-bottom: -34px;
  padding: 0;
  border: 1px solid #d7e2ea;
  border-radius: 8px;
  background: rgb(255 255 255 / 0.96);
  box-shadow: 0 8px 20px rgb(25 54 72 / 0.12);
  backdrop-filter: blur(8px);
}

.news-filters-inner {
  padding: 18px 22px;
}

.news-filters-original {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  padding: 16px;
}

.news-filter-group {
  display: grid;
  gap: 8px;
}

.news-filter-group span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.news-filter-group select {
  width: 100%;
  min-height: 46px;
  padding: 0 14px;
  border: 1px solid #c8d6e2;
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-size: 15px;
  font-weight: 800;
}

.filter-kicker {
  margin: 0;
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
}

.filter-row {
  display: flex;
  align-items: center;
  gap: 14px;
}

.filter-row-primary {
  display: grid;
  grid-template-columns: auto repeat(3, minmax(190px, 1fr));
  align-items: center;
  padding-bottom: 16px;
  border-bottom: 1px solid #e4edf3;
}

.filter-row-secondary {
  justify-content: space-between;
  padding-top: 16px;
}

.filter-type-wrap,
.filter-year-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
}

.filter-year-wrap {
  padding-left: 22px;
  border-left: 1px solid #e4edf3;
}

.filter-dropdown-wrap {
  position: relative;
  display: flex;
  min-width: 0;
}

.filter-dropdown {
  position: relative;
  width: 100%;
}

.filter-dropdown summary {
  display: flex;
  min-height: 48px;
  cursor: pointer;
  list-style: none;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 10px 42px 10px 14px;
  border: 1px solid #c8d6e2;
  border-radius: 8px;
  background: #fbfdff;
  color: var(--ink);
  transition:
    border-color 0.2s ease,
    background 0.2s ease;
}

.filter-dropdown summary::-webkit-details-marker {
  display: none;
}

.filter-dropdown summary::after {
  content: "⌄";
  position: absolute;
  right: 14px;
  color: #0a56a8;
  font-size: 18px;
  font-weight: 900;
}

.filter-dropdown summary b,
.filter-dropdown summary small {
  display: block;
}

.filter-dropdown summary b {
  margin-bottom: 3px;
  font-size: 15px;
}

.filter-dropdown summary small {
  color: #33566e;
  font-size: 13px;
  font-weight: 700;
}

.filter-dropdown[open] summary,
.filter-dropdown-wrap.is-active summary {
  border-color: #0a56a8;
  background: #f2f8ff;
}

.filter-reset {
  position: absolute;
  top: 9px;
  right: 32px;
  z-index: 2;
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 999px;
  color: #0a56a8;
  font-size: 16px;
  font-weight: 900;
}

.filter-dropdown-menu {
  position: absolute;
  z-index: 20;
  top: calc(100% + 8px);
  right: 0;
  left: 0;
  display: grid;
  min-width: 240px;
  max-height: 300px;
  overflow: auto;
  padding: 8px;
  border: 1px solid #d7e2ea;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 32px rgb(25 54 72 / 0.16);
}

.filter-dropdown-menu a {
  padding: 10px 12px;
  border-radius: 7px;
  color: #163149;
  font-size: 14px;
  font-weight: 800;
}

.filter-dropdown-menu a:hover,
.filter-dropdown-menu a.is-current {
  background: #edf5fb;
  color: #0a56a8;
}

.filter-type-pills,
.filter-card-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.filter-pill,
.filter-card-chip,
.filter-card-chips span {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid #9fbfe1;
  border-radius: 8px;
  background: #fff;
  color: #0a56a8;
  font-size: 14px;
  font-weight: 900;
}

.filter-card-chip,
.filter-card-chips span {
  min-height: 34px;
  padding: 0 14px;
  border-color: #d5e2ee;
  border-radius: 999px;
  background: #edf4f8;
  color: #173a5a;
}

.filter-pill.is-active,
.filter-card-chip.is-active {
  border-color: #0a56a8;
  background: #0a56a8;
  color: #fff;
}

.news-filters-cards {
  display: grid;
  gap: 16px;
}

.filter-navigation-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border-bottom: 1px solid #e4edf3;
}

.filter-nav-card {
  display: grid;
  gap: 14px;
  padding: 0 20px 16px;
  border-right: 1px solid #e4edf3;
}

.filter-nav-card:first-child {
  padding-left: 0;
}

.filter-nav-card:last-child {
  border-right: 0;
}

.filter-nav-card-head {
  display: flex;
  gap: 14px;
}

.filter-nav-icon {
  display: grid;
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  place-items: center;
  border-radius: 999px;
  background: #edf5fb;
  color: #0a56a8;
  font-size: 28px;
  font-weight: 900;
}

.filter-nav-card h3 {
  margin-bottom: 6px;
  font-size: 20px;
}

.filter-nav-card p {
  margin: 0;
  color: #33566e;
  font-size: 14px;
  font-weight: 700;
}

.filter-card-dropdown {
  position: relative;
}

.filter-card-dropdown summary {
  display: inline-flex;
  min-height: 34px;
  cursor: pointer;
  list-style: none;
  align-items: center;
  padding: 0 14px;
  border: 1px solid #9fbfe1;
  border-radius: 7px;
  color: #0a56a8;
  font-size: 14px;
  font-weight: 900;
}

.filter-card-dropdown summary::-webkit-details-marker {
  display: none;
}

.filter-row-centered {
  justify-content: center;
}

.news-list-context {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-top: 54px;
  margin-bottom: 18px;
  color: #33566e;
}

.news-list-context p,
.news-list-context span {
  margin: 0;
  font-size: 15px;
  font-weight: 800;
}

.news-list-context span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
}

.news-filter-clear {
  display: inline-flex;
  min-height: 38px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border: 1px solid #9fbfe1;
  border-radius: 8px;
  color: #0a56a8;
  font-size: 14px;
  font-weight: 900;
}

.news-filter-clear:hover {
  background: #edf5fb;
}

.news-list-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.news-list-card {
  display: flex;
  min-height: 300px;
  flex-direction: column;
  padding: 24px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 3px 8px rgb(0 0 0 / 0.08);
}

.news-card-image {
  display: flex;
  min-height: 164px;
  align-items: flex-end;
  margin: -24px -24px 20px;
  padding: 18px;
  border-radius: 8px 8px 0 0;
  background:
    linear-gradient(135deg, rgb(10 86 168 / 0.14), rgb(238 246 251 / 0.92)),
    repeating-linear-gradient(45deg, rgb(10 86 168 / 0.08) 0 10px, rgb(255 255 255 / 0.22) 10px 20px);
}

.news-card-image span {
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgb(255 255 255 / 0.88);
  color: #0a56a8;
  font-size: 13px;
  font-weight: 900;
}

.news-list-meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.news-list-meta span {
  color: #2d4f7d;
}

.news-list-card h3 {
  margin-bottom: 12px;
  font-size: 27px;
  line-height: 1.08;
}

.news-list-card p {
  font-size: 16px;
  font-weight: 700;
}

.news-card-relations,
.news-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}

.news-card-relations a,
.news-card-tags a {
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 999px;
  background: #edf4f8;
  color: #33566e;
  font-size: 13px;
  font-weight: 800;
}

.news-card-tags-muted a {
  background: #f5f5f5;
  color: var(--muted);
}

.news-card-read {
  margin-top: auto;
  padding-top: 18px;
  font-weight: 800;
}

.news-list-actions {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.news-list-actions [hidden] {
  display: none;
}

.news-empty {
  padding: 34px;
  border-radius: 8px;
  background: var(--wash);
  text-align: center;
}

.news-empty p {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 800;
}

.news-list-cta {
  padding: 70px 24px;
  background: var(--pale);
  text-align: center;
}

.news-list-cta h2 {
  margin-bottom: 18px;
  font-size: clamp(38px, 3vw, 54px);
}

.news-list-cta p {
  max-width: 760px;
  margin: 0 auto 28px;
  font-size: 22px;
  font-weight: 800;
}

.news-list-cta .button {
  margin: 6px;
}

@media (max-width: 900px) {
  .news-list-grid {
    grid-template-columns: 1fr;
  }

  .filter-row-primary,
  .filter-navigation-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .news-filters-original {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .filter-row-primary .filter-kicker {
    grid-column: 1 / -1;
  }

  .filter-row-secondary {
    align-items: flex-start;
    flex-direction: column;
  }

  .filter-year-wrap {
    width: 100%;
    padding-left: 0;
    border-left: 0;
  }

  .filter-navigation-cards {
    gap: 16px;
  }

  .filter-nav-card,
  .filter-nav-card:first-child {
    padding: 0 0 16px;
    border-right: 0;
    border-bottom: 1px solid #e4edf3;
  }
}

@media (max-width: 700px) {
  .filters-toggle {
    display: inline-flex;
  }

  .news-filters {
    display: none;
  }

  .news-filters.open {
    display: block;
  }

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

  .news-filters-inner {
    padding: 14px;
  }

  .filter-row,
  .filter-type-wrap,
  .filter-year-wrap {
    align-items: stretch;
    flex-direction: column;
  }

  .filter-row-primary,
  .filter-navigation-cards {
    grid-template-columns: 1fr;
  }

  .filter-row-primary,
  .filter-row-secondary,
  .filter-row-centered {
    padding-bottom: 12px;
  }

  .filter-row-secondary {
    padding-top: 12px;
  }

  .filter-type-pills {
    gap: 8px;
  }

  .filter-pill {
    flex: 1 1 auto;
    min-width: calc(50% - 8px);
  }

  .filter-dropdown-menu {
    position: static;
    margin-top: 8px;
    box-shadow: none;
  }

  .news-list-context {
    align-items: flex-start;
    flex-direction: column;
    padding-top: 44px;
  }

  .news-filter-clear {
    width: 100%;
  }

  .news-list-hero p,
  .news-list-cta p {
    font-size: 20px;
  }
}
