.resources-hero .partnerships-hero-lead {
  max-width: 78ch;
}

.resources-featured {
  padding-block: 3.25rem 2rem;
  background: var(--white);
}

.resources-featured-card {
  border: 1px solid rgba(30, 100, 170, 0.14);
  border-radius: 18px;
  background: linear-gradient(160deg, #f8fbff 0%, #eef5ff 100%);
  padding: 1.25rem;
}

.resources-meta-chip {
  display: inline-block;
  padding: 0.28rem 0.7rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.78rem;
  color: #0f4f84;
  background: rgba(36, 132, 220, 0.14);
  margin-bottom: 0.65rem;
}

.resources-categories {
  padding-block: 2rem 3.6rem;
  background: var(--lighter-blue);
}

.resources-heading-wrap {
  max-width: 74ch;
  margin: 0 auto 1.5rem;
}

.resources-category-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  justify-content: center;
}

.resource-filter-chip {
  border: 1px solid rgba(30, 100, 170, 0.2);
  border-radius: 999px;
  background: #fff;
  color: #17334f;
  font-size: 0.82rem;
  font-weight: 700;
  padding: 0.36rem 0.82rem;
}

.resource-filter-chip span {
  display: inline-flex;
  justify-content: center;
  min-width: 1.25rem;
  margin-inline-start: 0.28rem;
  border-radius: 999px;
  background: rgba(30, 100, 170, 0.13);
}

.resource-filter-chip.is-active,
.resource-filter-chip:hover,
.resource-filter-chip:focus {
  background: var(--primary-blue);
  color: #fff;
  border-color: var(--primary-blue);
}

.resources-post-grid {
  margin-top: 1.25rem;
}

.resources-post-card {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(30, 100, 170, 0.18);
  background: #fff;
  box-shadow: 0 10px 24px rgba(19, 69, 115, 0.09);
}

.resources-post-card img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}

.resources-post-body {
  padding: 1rem;
}

.resources-post-meta {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  color: #3f617f;
  font-size: 0.8rem;
  margin-bottom: 0.62rem;
}

.resources-post-body h3 {
  font-size: 1.06rem;
  color: #123c63;
}

.resources-post-body p {
  color: #42607a;
  margin-bottom: 0.8rem;
}

.resources-post-link {
  text-decoration: none;
  font-weight: 700;
  color: #0f6fc6;
}

[data-post-card].is-hidden {
  display: none;
}
