.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 1000;
  background: #ffffff;
  color: #003b7a;
  border: 2px solid #003b7a;
  padding: 0.75rem 1rem;
  text-decoration: none;
}

.skip-link:focus {
  left: 1rem;
  top: 1rem;
}

body {
  color: #12315d;
  font-family: "Open Sans", sans-serif;
}

.site-shell {
  margin: 0 auto;
  max-width: 1280px;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  width: 100%;
}

main {
  display: block;
}

a {
  color: #206ebe;
}

a:hover {
  color: #174f89;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.site-utility-bar {
  background: #2B6E6B;
  color: #ffffff;
  font-size: 0.84rem;
}

.site-utility-bar__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.4rem;
  padding-top: 0.55rem;
  padding-bottom: 0.55rem;
}

.site-utility-bar__title {
  margin: 0;
}

.site-utility-bar__destinations {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.75rem;
}

.site-utility-bar__destinations-label {
  margin: 0;
  opacity: 0.9;
}

.site-utility-bar__links {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.9rem;
  margin: 0;
  padding: 0;
}

.site-utility-bar__links a {
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  text-decoration: none;
}

.site-branding {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
}

.site-branding__mark {
  display: inline-flex;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  overflow: hidden;
  flex: 0 0 auto;
}

.site-branding__mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.site-branding__title {
  color: #0f3a73;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.05;
  text-decoration: none;
}

.site-branding__subtitle {
  color: #12315d;
  font-size: 0.98rem;
  margin: 0.15rem 0 0;
}

.site-nav-wrap {
  border-top: 1px solid rgba(18, 49, 93, 0.08);
  border-bottom: 1px solid rgba(18, 49, 93, 0.12);
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.8rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.site-nav__toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  background: transparent;
  border: 1px solid rgba(18, 49, 93, 0.24);
  border-radius: 0.35rem;
  color: #12315d;
  font-weight: 700;
  padding: 0.55rem 0.8rem;
}

.site-nav__menu {
  width: 100%;
  flex: 1 1 100%;
}

.site-nav__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.85rem;
  margin: 0;
  padding: 0.9rem 0 0;
}

.site-nav__list a,
.site-nav__search {
  color: #12315d;
  font-size: 1rem;
  text-decoration: none;
}

.site-nav__list a:hover,
.site-nav__search:hover {
  color: #0f3a73;
}

.site-nav__search {
  margin-left: auto;
  align-self: center;
}

.home-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  background: #0f3a73;
  border: 1px solid #0f3a73;
  border-radius: 0.35rem;
  color: #ffffff;
  font-weight: 700;
  padding: 0.9rem 1.15rem;
  text-decoration: none;
  width: 100%;
}

.home-button:hover {
  color: #ffffff;
  filter: brightness(0.94);
}

.home-button--secondary {
  background: rgba(255, 255, 255, 0.92);
  color: #12315d;
}

.home-button--secondary:hover {
  color: #12315d;
}

.home-card-grid,
.feature-grid,
.metric-card-grid,
.lifecycle-grid,
.site-footer__columns,
.resource-panel__filters {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.home-card-grid--five {
  gap: 1.25rem;
}

.gc-image-section {
  margin: 1.5rem 0;
}

.gc-img {
  max-width: 860px;
}

.gc-img img {
  width: 100%;
  height: auto;
  border-radius: 0.45rem;
  display: block;
}

.gc-img p {
  color: #45607f;
  font-size: 0.95rem;
  margin: 0.65rem 0 0;
}

.publication-chapter {
  margin: 0 auto;
}

.publication-chapter__return {
  margin: 0 0 1rem;
}

.publication-chapter__return a {
  color: #0f3a73;
  font-weight: 600;
  text-decoration: none;
}

.publication-chapter__return a:hover,
.publication-chapter__return a:focus-visible {
  color: #1557a0;
  text-decoration: underline;
}

.publication-chapter__header {
  margin-bottom: 1.5rem;
}

.publication-chapter__title {
  color: #12315d;
  font-size: clamp(2rem, 4vw, 2.5rem);
  margin: 0 0 0.35rem;
}

.publication-chapter__subtitle {
  color: #45607f;
  font-size: 1.125rem;
  margin: 0 0 0.75rem;
}

.publication-chapter__meta {
  border-bottom: 1px solid rgba(18, 49, 93, 0.14);
  border-top: 1px solid rgba(18, 49, 93, 0.14);
  color: #5b708f;
  margin-bottom: 1.5rem;
  padding: 0.85rem 0;
}

.publication-chapter__meta-item {
  margin: 0;
}

.publication-chapter__meta-item + .publication-chapter__meta-item {
  margin-top: 0.2rem;
}

.publication-chapter__meta-label {
  font-weight: 700;
}

.publication-chapter__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-bottom: 1.25rem;
}

.publication-chapter__content > :first-child {
  margin-top: 0;
}

.publication-chapter__content table {
  border-collapse: collapse;
  display: block;
  margin: 1.5rem 0;
  max-width: 100%;
  overflow-x: auto;
  width: 100%;
}

.publication-chapter__content th,
.publication-chapter__content td {
  border-bottom: 1px solid rgba(18, 49, 93, 0.18);
  padding: 0.65rem 0.8rem;
  text-align: left;
  vertical-align: top;
}

.publication-chapter__content thead th {
  border-bottom: 2px solid rgba(18, 49, 93, 0.3);
  color: #12315d;
  font-weight: 700;
}

.publication-chapter__content tbody tr:first-child td {
  border-top: 1px solid rgba(18, 49, 93, 0.18);
}

.geomap-figure {
  background: #ffffff;
  border: 1px solid rgba(18, 49, 93, 0.12);
  border-radius: 0.75rem;
  box-shadow: 0 0.5rem 1rem rgba(18, 49, 93, 0.08);
  margin: 1.5rem 0;
  overflow: hidden;
  padding: 0.9rem;
}

.geomap-figure__label {
  color: #0f3a73;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.65rem;
}

.geomap-figure img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}

.geomap-figure__caption {
  color: #45607f;
  font-size: 0.95rem;
  font-style: italic;
  margin-top: 0.75rem;
}

.rpt-toc {
  border-top: 1px solid rgba(18, 49, 93, 0.12);
  margin-top: 2rem;
  padding-top: 1rem;
}

.rpt-toc__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.rpt-toc__list li + li {
  margin-top: 0.45rem;
}

.path-card,
.feature-card,
.resource-panel,
.lifecycle-panel {
  background: #ffffff;
  border: 1px solid rgba(18, 49, 93, 0.12);
  border-radius: 0.6rem;
  box-shadow: 0 10px 24px rgba(18, 49, 93, 0.08);
}

.path-card {
  min-height: 100%;
}

.path-card--audience {
  overflow: hidden;
}

.path-card__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.75rem;
  height: 100%;
  color: #12315d;
  padding: 1rem 0.85rem 0.9rem;
  text-decoration: none;
}

.path-card--audience .path-card__link {
  align-items: stretch;
  text-align: left;
  gap: 0;
  padding: 0;
}

.path-card__link:hover {
  color: #12315d;
}

.path-card__media {
  width: 100%;
}

.path-card__image {
  width: 100%;
  aspect-ratio: 4 / 3;
  display: block;
  object-fit: cover;
}

.path-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 1rem;
  padding: 1.25rem 1.15rem 1.2rem;
}

.path-card__icon {
  width: 4rem;
  height: 4rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
}

.path-card__icon--teal {
  background: #e0f3f0;
  color: #1b7f82;
}

.path-card__icon--purple {
  background: #efe4fb;
  color: #6a3a9a;
}

.path-card__icon--blue {
  background: #e0ebff;
  color: #2464d7;
}

.path-card__icon--green {
  background: #e8f3df;
  color: #5a7c29;
}

.path-card__icon--orange {
  background: #fde8d8;
  color: #d76710;
}

.path-card__icon--cyan {
  background: #e3f6fb;
  color: #1b81a4;
}

.path-card__icon--slate {
  background: #ebedf2;
  color: #6b7586;
}

.path-card__icon--red {
  background: #f8e3e3;
  color: #b54747;
}

.path-card__icon--gold {
  background: #f6ecd2;
  color: #9a6a00;
}

.path-card h3 {
  color: #15457a;
  font-family: "Roboto", sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}

.path-card p {
  color: #304b72;
  font-size: 0.9rem;
  line-height: 1.35;
  margin: 0;
}

.path-card__stat {
  color: #12315d;
  font-family: "Roboto", sans-serif;
  font-size: clamp(1.8rem, 3vw, 2.35rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1;
  margin: 0;
}

.path-card__meta {
  color: #617693;
  font-size: 0.82rem;
  line-height: 1.35;
  margin: 0;
}

.path-card--audience h3 {
  font-size: 1.12rem;
}

.path-card--audience p {
  font-size: 0.95rem;
  line-height: 1.45;
}

.path-card__cta {
  margin-top: auto;
  font-weight: 700;
}

.metric-card {
  background:
    linear-gradient(180deg, rgba(240, 247, 255, 0.72) 0%, rgba(255, 255, 255, 1) 44%),
    #ffffff;
  border: 1px solid rgba(18, 49, 93, 0.12);
  border-radius: 0.9rem;
  box-shadow: 0 14px 30px rgba(18, 49, 93, 0.08);
  min-height: 100%;
  overflow: hidden;
}

.metric-card__link {
  color: #12315d;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  height: 100%;
  padding: 1.2rem 1.2rem 1.1rem;
  text-align: left;
  text-decoration: none;
}

.metric-card__link:hover {
  color: #12315d;
}

.metric-card__top {
  align-items: flex-start;
  display: flex;
  gap: 0.9rem;
  justify-content: space-between;
}

.metric-card__stat {
  color: #12315d;
  font-family: "Roboto", sans-serif;
  font-size: clamp(2.4rem, 4vw, 3.4rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 0.95;
  margin: 0;
}

.metric-card__icon {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 1.35rem;
  height: 3rem;
  justify-content: center;
  width: 3rem;
}

.metric-card__icon--teal {
  background: #e0f3f0;
  color: #1b7f82;
}

.metric-card__icon--purple {
  background: #efe4fb;
  color: #6a3a9a;
}

.metric-card__icon--blue {
  background: #e0ebff;
  color: #2464d7;
}

.metric-card__icon--green {
  background: #e8f3df;
  color: #5a7c29;
}

.metric-card__icon--orange {
  background: #fde8d8;
  color: #d76710;
}

.metric-card__icon--cyan {
  background: #e3f6fb;
  color: #1b81a4;
}

.metric-card__icon--slate {
  background: #ebedf2;
  color: #6b7586;
}

.metric-card__icon--red {
  background: #f8e3e3;
  color: #b54747;
}

.metric-card__icon--gold {
  background: #f6ecd2;
  color: #9a6a00;
}

.metric-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 0.8rem;
}

.metric-card__body h3 {
  color: #15457a;
  font-family: "Roboto", sans-serif;
  font-size: 1.28rem;
  font-weight: 700;
  line-height: 1.15;
  margin: 0;
  max-width: 18ch;
}

.metric-card__body p {
  color: #304b72;
  font-size: 0.98rem;
  line-height: 1.45;
  margin: 0;
}

.metric-card__meta {
  color: #617693;
  font-size: 0.84rem;
  line-height: 1.35;
}

.metric-card__cta {
  font-weight: 700;
  margin-top: auto;
}

.feature-card {
  overflow: hidden;
}

.feature-card__link {
  color: #12315d;
  display: block;
  text-decoration: none;
  height: 100%;
}

.feature-card__link:hover {
  color: #12315d;
}

.feature-card__image {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}

.feature-card__body {
  padding: 0.75rem;
}

.feature-card__body h3 {
  color: #15457a;
  font-family: "Roboto", sans-serif;
  font-size: 1.06rem;
  margin-bottom: 0.35rem;
}

.feature-card__body p {
  color: #304b72;
  font-size: 0.90rem;
  line-height: 1.35;
  margin-bottom: 0.6rem;
}

.feature-card__tags,
.audience-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.feature-tag,
.status-chip,
.audience-badge {
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1;
  padding: 0.35rem 0.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.feature-tag,
.status-chip--access {
  background: #ebf7ef;
  color: #35704f;
  border: 1px solid #b7ddc2;
}

.status-chip--status {
  background: #eef5ff;
  color: #2f5aa7;
  border: 1px solid #c8d8f5;
}

.resource-panel,
.lifecycle-panel {
  padding: 0.85rem;
}

.resource-panel__header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.85rem;
  margin-bottom: 1rem;
}

.about-page {
  padding-bottom: 3rem;
}

.about-layout {
  display: grid;
  gap: 1.6rem;
}

.about-section {
  display: grid;
  gap: 1rem;
}

.about-section-heading,
.about-section-heading__title {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.about-section-heading {
  border-bottom: 1px solid #b8cde5;
  padding-bottom: 0.8rem;
}

.about-section-heading h2 {
  color: #133d74;
  font-family: "Roboto", sans-serif;
  font-size: 1.9rem;
  margin: 0;
}

.about-section-heading--with-link {
  justify-content: space-between;
}

.about-section-heading__icon,
.about-highlight-card__icon,
.about-callout__icon {
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 999px;
  background: #eaf5f6;
  color: #2b6e6b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  font-size: 1.4rem;
}

.about-program__grid,
.about-callouts,
.about-publication-list,
.about-staff-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.about-program__intro {
  color: #233d61;
  font-size: 1.06rem;
  line-height: 1.75;
}

.about-program__intro p {
  margin: 0;
}

.about-program__highlights {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.9rem;
}

.about-highlight-card,
.about-staff-card,
.about-publication-card,
.about-callout,
.about-empty-state {
  background: #ffffff;
  border: 1px solid rgba(18, 49, 93, 0.12);
  border-radius: 0.8rem;
  box-shadow: 0 10px 24px rgba(18, 49, 93, 0.08);
}

.about-highlight-card {
  display: flex;
  gap: 0.9rem;
  padding: 1rem;
}

.about-highlight-card h3,
.about-staff-card__body h3,
.about-publication-card h3,
.about-callout h2 {
  color: #15457a;
  font-family: "Roboto", sans-serif;
  margin: 0 0 0.35rem;
}

.about-highlight-card h3 {
  font-size: 1.15rem;
}

.about-highlight-card p,
.about-staff-card__body p,
.about-publication-card p,
.about-callout p,
.about-empty-state p {
  color: #304b72;
  margin: 0;
}

.about-staff-card {
  overflow: hidden;
  text-align: center;
  padding: 1.25rem 1rem 1.1rem;
}

.about-staff-card__image {
  display: block;
  width: 7.5rem;
  height: 7.5rem;
  border-radius: 999px;
  object-fit: cover;
  margin: 0 auto 1rem;
  box-shadow: 0 6px 16px rgba(18, 49, 93, 0.16);
}

.about-staff-card__body h3 {
  font-size: 1.15rem;
}

.about-staff-card__body p {
  font-size: 0.96rem;
  line-height: 1.5;
}

.about-section__action {
  display: flex;
  justify-content: center;
}

.about-action-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  background: #ffffff;
  border: 1px solid #2f67c7;
  border-radius: 0.55rem;
  color: #15457a;
  font-weight: 700;
  padding: 0.9rem 1.25rem;
  text-decoration: none;
}

.about-action-button:hover {
  color: #15457a;
  background: #f5f8ff;
}

.about-publication-card {
  display: flex;
  gap: 1rem;
  padding: 1rem;
}

.about-publication-card__icon {
  color: #2e65c1;
  font-size: 1.8rem;
  line-height: 1;
  padding-top: 0.1rem;
}

.about-publication-card__content {
  min-width: 0;
  width: 100%;
}

.about-publication-card__header {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 0.55rem;
}

.about-publication-card h3 {
  font-size: 1.08rem;
}

.about-publication-card h3 a {
  color: inherit;
  text-decoration: none;
}

.about-publication-card h3 a:hover {
  text-decoration: underline;
}

.about-publication-card__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem;
}

.about-publication-chip {
  background: #eef5ff;
  border: 1px solid #c8d8f5;
  border-radius: 999px;
  color: #2f5aa7;
  display: inline-flex;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1;
  padding: 0.35rem 0.55rem;
  text-transform: capitalize;
}

.about-publication-year {
  color: #4e678a;
  font-size: 0.9rem;
  font-weight: 600;
}

.about-publication-card__note {
  margin-top: 0.75rem;
  font-size: 0.92rem;
  font-style: italic;
}

.about-callouts {
  gap: 0;
  background: #f6f9fd;
  border: 1px solid rgba(18, 49, 93, 0.12);
  border-radius: 0.9rem;
  box-shadow: 0 10px 24px rgba(18, 49, 93, 0.06);
  overflow: hidden;
}

.about-callout {
  display: flex;
  gap: 1rem;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
  padding: 1.25rem;
}

.about-callout + .about-callout {
  border-top: 1px solid rgba(18, 49, 93, 0.12);
}

.about-callout__body a {
  color: #15457a;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-weight: 700;
  margin-top: 0.9rem;
  text-decoration: none;
}

@media (min-width: 768px) {
  .about-program__highlights {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-staff-grid,
  .about-publication-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-callouts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-callout + .about-callout {
    border-top: 0;
    border-left: 1px solid rgba(18, 49, 93, 0.12);
  }
}

@media (min-width: 1100px) {
  .about-program__grid {
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
    align-items: start;
  }

  .about-staff-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.resource-panel__header p {
  color: #4f6588;
  font-size: 0.95rem;
  margin-top: 0.2rem;
}

.resource-panel__heading {
  margin-bottom: 0.8rem;
}

.resource-panel__heading h2,
.resource-panel__heading p {
  margin: 0;
}

.resource-panel__heading h2 {
  color: #12315d;
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.15;
}

.resource-panel__heading p {
  color: #4f6588;
  font-size: 0.95rem;
  margin-top: 0.35rem;
}

.resource-panel__heading-title {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.resource-panel__heading-icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 999px;
  background: #0f3a73;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.resource-panel__search {
  position: relative;
  width: 100%;
  margin-bottom: 1rem;
}

.resource-panel__controls {
  margin-top: 0.1rem;
  margin-bottom: 0.8rem;
}

.resource-panel__search input {
  width: 100%;
  border: 1px solid #c9d4e4;
  border-radius: 0.45rem;
  padding: 0.85rem 2.75rem 0.85rem 1rem;
  color: #12315d;
  background: #ffffff;

}

.resource-panel__search-icon {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  color: #12315d;
}

.filter-pill {
  border: 1px solid #d6deea;
  border-radius: 0.45rem;
  padding: 0.55rem 0.8rem;
  background: #ffffff;
}

.filter-pill__label,
.filter-pill__value {
  display: block;
}

.filter-pill__label {
  color: #6c7d97;
  font-size: 0.80rem;
  margin-bottom: 0.15rem;
}

.filter-pill__value,
.filter-pill__control {
  color: #12315d;
  font-size: 0.92rem;
}

.filter-pill__control {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  border: 1px solid #c9d4e4;
  border-radius: 0.35rem;
  background: #ffffff;
  padding: 0.45rem 0.65rem;
}

.filter-pill__control:focus {
  border-color: #1f5fa5;
  box-shadow: 0 0 0 3px rgba(31, 95, 165, 0.16);
  outline: 0;
}

.filter-clear {
  color: #1f5fa5;
  font-weight: 700;
  text-decoration: none;
}

.resource-table-wrap {
  overflow-x: visible;
}

.resource-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

.resource-table thead {
  display: none;
}

.resource-table tbody,
.resource-table tr,
.resource-table td {
  display: block;
  width: 100%;
}

.resource-table tr {
  border-top: 1px solid #dbe3ee;
  padding: 0.75rem 0;
}

.resource-table td {
  border: 0;
  padding: 0.35rem 0;
  text-align: left;
  vertical-align: top;
  color: #12315d;
  font-size: 0.90rem;
}

.resource-table td::before {
  content: attr(data-label);
  display: block;
  color: #617693;
  font-size: 0.80rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  margin-bottom: 0.2rem;
  text-transform: uppercase;
}

.resource-table strong {
  color: #15457a;
  display: block;
  margin-bottom: 0.15rem;
}

.resource-table__summary {
  color: #4e678a;
  display: block;
  line-height: 1.35;
}

.resource-panel__count {
  margin: 0.5rem 0 1rem;
  color: #2d4741;
  font-weight: 600;
}

.resource-panel__pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  margin: -0.25rem 0 1rem;
}

.resource-panel__pagination-status {
  color: #12315d;
  font-size: 0.9rem;
  font-weight: 700;
}

.resource-table__meta {
  color: #617693;
  display: block;
  font-size: 0.8rem;
  margin-top: 0.3rem;
}

.resource-table__empty {
  color: #617693;
  font-style: italic;
}

.audience-badge {
  width: auto;
  height: auto;
  padding: 0.2rem 0.55rem;
  background: #ffffff;
  border: 1px solid #cfd9e8;
  color: #55729b;
  border-radius: 999px;
  display: inline-flex;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0.25rem 0.25rem 0;
  white-space: nowrap;
}

.topic-stack {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  color: #425a7c;
}

.lifecycle-card {
  border-bottom: 1px solid #d9e0ea;
  padding-bottom: 1rem;
}

.lifecycle-grid .lifecycle-card:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.lifecycle-card h3 {
  color: #12315d;
  font-family: "Roboto", sans-serif;
  font-size: 1.1rem;
  margin-bottom: 0.45rem;
}

.lifecycle-card p {
  color: #435b7c;
  font-size: 0.95rem;
  line-height: 1.4;
  margin: 0;
}

.lifecycle-dot {
  width: 0.85rem;
  height: 0.85rem;
  border-radius: 50%;
  display: inline-block;
  margin-right: 0.45rem;
}

.lifecycle-dot--green {
  background: #2f9d57;
}

.lifecycle-dot--blue {
  background: #6e9ef2;
}

.lifecycle-dot--gray {
  background: #9ea6b4;
}

.site-footer {
  background: #2B6E6B;
  color: #ffffff;
  margin-top: 2rem;
}

.site-footer__inner {
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}

.site-footer__top {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  align-items: start;
}

.site-footer__brand img {
  max-width: 100%;
  height: auto;
  max-height: 100px;
}

.site-footer__column h2,
.site-footer__social h2 {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.site-footer__column ul,
.site-footer__social ul,
.site-footer__bottom ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-footer__column li + li {
  margin-top: 0.4rem;
}

.site-footer__column a,
.site-footer__bottom a,
.site-footer__social a {
  color: #ffffff;
  text-decoration: none;
}

.site-footer__social ul {
  display: flex;
  gap: 0.6rem;
}

.site-footer__social a {
  width: 2.3rem;
  height: 2.3rem;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.site-footer__bottom {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.8rem;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  margin-top: 1.5rem;
  padding-top: 0.8rem;
  font-size: 0.90rem;
}

.site-footer__bottom p {
  margin: 0;
}

.site-footer__bottom ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1rem;
}

@media (min-width: 560px) {
  .site-shell {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .home-button {
    width: auto;
  }

  .home-card-grid--five,
  .home-card-grid--seven,
  .feature-grid,
  .metric-card-grid,
  .lifecycle-grid,
  .site-footer__columns,
  .resource-panel__filters {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-card-grid--five {
    gap: 1.35rem;
  }
}

@media (min-width: 800px) {
  .site-utility-bar__inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .site-utility-bar__destinations {
    justify-content: flex-end;
  }

  .site-branding {
    gap: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .site-branding__mark {
    width: 58px;
    height: 58px;
  }

  .site-branding__title {
    font-size: 2.3rem;
  }

  .site-nav {
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 1rem;
    padding-top: 0.85rem;
    padding-bottom: 0.85rem;
  }

  .site-nav__toggle {
    display: none;
  }

  .site-nav__menu {
    display: block !important;
    width: auto;
    flex: 1 1 auto;
  }

  .site-nav__list {
    flex-direction: row;
    align-items: center;
    gap: 1.5rem;
    padding-top: 0;
  }

  .site-nav__search {
    margin-left: 0;
  }

  .home-card-grid--five,
  .home-card-grid--seven,
  .feature-grid,
  .metric-card-grid,
  .resource-panel__filters {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home-card-grid--five {
    gap: 1.5rem;
  }

  .resource-panel,
  .lifecycle-panel {
    padding: 1rem;
  }

  .resource-panel__header {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
  }

  .resource-panel__search {
    width: 100%;
  }

  .resource-panel__heading {
    margin-bottom: 0.9rem;
  }

  .resource-panel__heading-title {
    gap: 0.85rem;
  }

  .resource-panel__heading h2 {
    font-size: 2rem;
  }

  .resource-table thead {
    display: table-header-group;
  }

  .resource-table tbody {
    display: table-row-group;
  }

  .resource-table tr {
    display: table-row;
    border-top: 0;
    padding: 0;
  }

  .resource-table td,
  .resource-table th {
    display: table-cell;
    width: auto;
    border-top: 1px solid #dbe3ee;
    padding: 0.75rem 0.55rem;
    text-align: left;
    vertical-align: top;
  }

  .resource-table th {
    color: #617693;
    font-size: 0.80rem;
    letter-spacing: 0.03em;
    text-transform: uppercase;
  }

  .resource-table td::before {
    display: none;
  }

  .lifecycle-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lifecycle-card {
    border-bottom: 0;
    border-right: 1px solid #d9e0ea;
    padding-bottom: 0;
    padding-right: 1rem;
  }

  .lifecycle-grid .lifecycle-card:last-child {
    border-right: 0;
    padding-right: 0;
  }

  .site-footer__top {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }

  .site-footer__columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-footer__bottom {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
  }
}

@media (min-width: 1100px) {
  .home-card-grid--five {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .home-card-grid--seven {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .feature-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .resource-panel__filters {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-footer__top {
    grid-template-columns: 14rem 1fr auto;
  }

  .site-footer__columns {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.resource-panel__filters .filter-clear {
  align-self: center;
}

@media (min-width: 700px) {
  .resource-panel__filters .filter-clear {
    grid-column: 1 / -1;
    justify-self: start;
  }
}

.page-shell {
  padding: 0.8rem;
}

.page-breadcrumbs {
  margin-bottom: 0.9rem;
}

.page-breadcrumbs ol {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 0;
  padding: 0;
}

.page-breadcrumbs li {
  color: #5c7191;
  font-size: 0.82rem;
}

.page-breadcrumbs li + li::before {
  content: "/";
  margin-right: 0.45rem;
}

.page-breadcrumbs a {
  text-decoration: none;
}

.hub-layout {
  display: grid;
  gap: 1rem;
}

.hub-hero {
  background: #dfeaf6;
  border: 1px solid rgba(18, 49, 93, 0.1);
  border-radius: 0.95rem;
  box-shadow: 0 12px 28px rgba(18, 49, 93, 0.08);
  gap: 0;
  overflow: hidden;
  position: relative;
  min-height: 17.5rem;
}

.detail-hero {
  background: #ffffff;
  border: 1px solid rgba(18, 49, 93, 0.12);
  border-radius: 0.75rem;
  box-shadow: 0 10px 24px rgba(18, 49, 93, 0.08);
  overflow: hidden;
}

.hub-hero__main,
.detail-hero {
  padding: 1.35rem 1.1rem 1.25rem;
}

.hub-hero--text-only .hub-hero__main {
  max-width: 48rem;
}

.hub-hero__visual,
.hub-hero__overlay {
  inset: 0;
  position: absolute;
}

.hub-hero__visual {
  z-index: 0;
}

.hub-hero__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  min-height: 100%;
}

.hub-hero__overlay {
  background:
    linear-gradient(180deg, rgba(231, 241, 252, 0.86) 0%, rgba(231, 241, 252, 0.82) 38%, rgba(231, 241, 252, 0.78) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(18, 49, 93, 0.04) 100%);
  z-index: 1;
}

.hub-hero__main {
  max-width: 38rem;
  position: relative;
  z-index: 2;
}

.hub-eyebrow {
  display: inline-flex;
  color: #123d78;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.55rem;
}

.hub-hero h1,
.detail-hero h1 {
  color: #11386b;
  font-family: "Roboto", sans-serif;
  font-size: 2.2rem;
  line-height: 1.08;
  margin-bottom: 0.8rem;
  /* max-width: 14ch; */
}

.hub-tagline {
  color: #12315d;
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 0.85rem;
  max-width: 30ch;
}

.hub-summary {
  color: #213b60;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0.9rem;
  max-width: 34rem;
}

.hub-copy,
.detail-content {
  color: #304b72;
  line-height: 1.65;
}

.hub-intro {
  margin-top: 1rem;
}

.hub-intro .hub-copy {
  max-width: 58rem;
}

.hub-copy p:last-child,
.detail-content p:last-child {
  margin-bottom: 0;
}

.hub-copy ul,
.detail-content ul {
  margin-bottom: 1rem;
}

.detail-content img {
  display: block;
  height: auto;
  max-width: 100%;
}

.hub-actions {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 0.9rem;
}

.hub-hero--compact .hub-hero__main {
  padding: 1.1rem 1rem 1.05rem;
}

.hub-hero--compact {
  min-height: 15rem;
}

.hub-hero--compact h1 {
  font-size: 1.95rem;
  margin-bottom: 0.65rem;
}

.hub-hero--compact .hub-tagline {
  font-size: 1.2rem;
  margin-bottom: 0.7rem;
}

.hub-hero--compact .hub-summary {
  margin-bottom: 0.75rem;
}

.hub-hero--faq .hub-hero__main {
  max-width: 50rem;
  padding: 0.95rem 1rem 0.95rem;
}

.hub-hero--faq {
  min-height: auto;
}

.hub-hero--faq h1 {
  font-size: 1.7rem;
  margin-bottom: 0.45rem;
}

.hub-hero--faq .hub-eyebrow {
  font-size: 0.92rem;
  margin-bottom: 0.35rem;
}

.hub-hero--faq .hub-summary {
  font-size: 0.96rem;
  line-height: 1.45;
  margin-bottom: 0;
  max-width: 44rem;
}

.hub-search {
  position: relative;
  margin-top: 1.1rem;
}

.hub-search input {
  width: 100%;
  border: 1px solid #c9d4e4;
  border-radius: 0.5rem;
  padding: 0.9rem 2.8rem 0.9rem 1rem;
}

.hub-search__icon {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: #15457a;
}

.hub-search__popular {
  color: #5c7191;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.5rem;
  font-size: 0.82rem;
  margin-top: 0.7rem;
}

.hub-search__popular span:first-child {
  font-weight: 700;
}

.hub-callout {
  align-items: center;
  background: linear-gradient(135deg, rgba(233, 241, 255, 0.85), rgba(255, 255, 255, 0.98));
  border: 1px solid rgba(18, 49, 93, 0.12);
  border-radius: 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1rem;
  padding: 1rem;
}

.hub-callout__copy {
  align-items: flex-start;
  display: flex;
  gap: 0.85rem;
}

.hub-callout__icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 999px;
  background: #0f3a73;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.hub-callout h2,
.hub-section__heading h2 {
  color: #11386b;
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  margin-bottom: 0.25rem;
}

.hub-callout p,
.hub-section__heading p {
  color: #4c6486;
  margin: 0;
}

.hub-section__summary p + p {
  margin-top: 0.85rem;
}

.hub-section {
  margin-top: 1rem;
}

.collection-members__search {
  position: relative;
  margin: 1rem 0;
}

.collection-members__search input {
  width: 100%;
  border: 1px solid #c9d4e4;
  border-radius: 0.45rem;
  padding: 0.85rem 2.75rem 0.85rem 1rem;
  color: #12315d;
  background: #ffffff;
}

.collection-members__search-icon {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  color: #12315d;
}

.collection-members__count {
  color: #2d4741;
  font-weight: 600;
  margin-bottom: 1rem;
}

.collection-members__list {
  display: grid;
  gap: 1rem;
  margin-bottom: 1rem;
}

.collection-members__empty {
  color: #4c6486;
  margin: 0.25rem 0 0;
}

.collection-member-card {
  border: 1px solid rgba(18, 49, 93, 0.12);
  border-radius: 0.75rem;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(18, 49, 93, 0.08);
  overflow: hidden;
}

.collection-member-card--with-image .collection-member-card__image {
  display: none;
}

.collection-member-card__image img {
  width: 100%;
  /* aspect-ratio: 4 / 3;
  border-radius: 0.45rem;
  display: block;
  object-fit: contain; */
}

.collection-member-card__body,
.collection-member-card__footer {
  padding-left: 1rem;
  padding-right: 1rem;
}

.collection-member-card__body {
  padding-top: 1rem;
}

.collection-member-card__meta,
.collection-member-card__topics,
.collection-member-card__footer {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
}

.collection-member-card__meta {
  margin-bottom: 0.75rem;
}

.collection-member-card h3 {
  color: #12315d;
  font-family: "Roboto", sans-serif;
  font-size: 1.15rem;
  margin-bottom: 0.45rem;
}

.collection-member-card__image-link,
.collection-member-card__title-link {
  color: inherit;
  text-decoration: none;
}

.collection-member-card__image-link {
  display: block;
}

.collection-member-card p {
  color: #4f6588;
  margin-bottom: 0.8rem;
}

.collection-member-card__facts,
.detail-facts__list {
  display: grid;
  gap: 0.65rem;
  margin: 0 0 0.9rem;
}

.collection-member-card__facts {
  grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
}

.collection-member-card__fact,
.detail-facts__item {
  background: #f7f9fc;
  border: 1px solid rgba(18, 49, 93, 0.1);
  border-radius: 0.65rem;
  padding: 0.65rem 0.8rem;
}

.collection-member-card__fact dt,
.detail-facts__item dt {
  color: #35557f;
  /* font-size: 0.76rem; */
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-bottom: 0.18rem;
  text-transform: uppercase;
}

.collection-member-card__fact dd,
.detail-facts__item dd {
  color: #12315d;
  font-weight: 600;
  margin: 0;
}

.detail-facts {
  margin: 1.1rem 0 0;
}

.detail-facts__list {
  grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));
  margin: 1rem;
}

.collection-member-card__topics span {
  background: #eef3f9;
  border-radius: 999px;
  color: #35557f;
  font-size: 0.8rem;
  padding: 0.22rem 0.55rem;
}

.collection-member-card__footer {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
  padding-bottom: 1rem;
  clear: both;
}

.collection-member-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: flex-end;
  margin-left: auto;
}

@media (min-width: 700px) {
  .collection-member-card--with-image {
    display: grid;
    grid-template-columns: 10rem minmax(0, 1fr);
    grid-template-areas:
      "image body"
      "image footer";
    column-gap: 1rem;
    align-items: start;
    margin: 1rem 0;
  }

  .collection-member-card--with-image .collection-member-card__image {
    display: block;
    float: none;
    grid-area: image;
    /* margin: 1rem 0 1rem 1rem; */
    width: auto;
    align-self: start;
  }

   .collection-member-card--with-image .collection-member-card__body {
    grid-area: body;
    padding-left: 0;
  }

  .collection-member-card--with-image .collection-member-card__footer {
    grid-area: footer;
    clear: none;
    padding-left: 0;
    padding-top: 0;
  }
}

.collection-member-card__action {
  align-items: center;
  display: inline-flex;
  gap: 0.45rem;
  justify-content: center;
  text-align: center;
  text-decoration: none !important;
  white-space: nowrap;
}

.faq-directory {
  display: grid;
  gap: 0.85rem;
}

.faq-member-card {
  box-shadow: none;
}

.faq-member-card__body {
  padding-bottom: 0.5rem;
}

.faq-member-card__meta {
  margin-bottom: 0.6rem;
}

.faq-member-card__topics {
  margin-top: 0.65rem;
}

.faq-member-card__topics span {
  text-transform: none;
}

.faq-member-card__footer {
  margin-top: 0;
  padding-top: 0;
}

@media (min-width: 800px) {
  .faq-member-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
  }

  .faq-member-card__body {
    padding-right: 0;
  }

  .faq-member-card__footer {
    justify-content: flex-end;
    padding-left: 0;
    padding-right: 1rem;
  }
}

.publications-archive {
  display: grid;
  gap: 1rem;
}

.publications-archive__intro .hub-copy {
  max-width: 64rem;
}

.publications-archive__results {
  margin-top: 0;
}

.publications-archive__search-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-bottom: 1rem;
}

.publications-archive__list {
  gap: 1.25rem;
}

.publications-archive-card {
  margin: 0;
}

.publications-archive-card__image img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.publications-archive-card__meta {
  color: #5c7191;
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  font-size: 0.9rem;
  margin-bottom: 0;
}

.publications-archive-card__authors {
  color: #12315d;
  font-size: 1rem;
  margin-bottom: 0.75rem;
}

.publications-archive-card__footer {
  justify-content: flex-start;
}

@media (min-width: 700px) {
  .publications-archive-card.collection-member-card--with-image {
    grid-template-columns: 15rem minmax(0, 1fr);
    column-gap: 1.25rem;
  }
}

.reportcard-json {
  margin: 1.25rem 0;
}

.reportcard-json--legacy {
  display: grid;
  gap: 1rem;
  align-items: start;
  padding-bottom: 1rem;
}

.reportcard-json__image img {
  display: block;
  width: 100%;
  border-radius: 0.4rem;
  object-fit: cover;
}

.reportcard-json__title {
  color: #12315d;
  font-family: "Roboto", sans-serif;
  font-size: 1.55rem;
  line-height: 1.18;
  margin-bottom: 0.6rem;
}

.reportcard-json__title-link {
  color: inherit;
  text-decoration: none;
}

.reportcard-json__authors {
  color: #12315d;
  font-size: 1rem;
  margin-bottom: 0.75rem;
}

.reportcard-json__summary {
  color: #304b72;
  line-height: 1.65;
  margin-bottom: 0.9rem;
}

.reportcard-json__meta {
  color: #5c7191;
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}

.reportcard-json__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.reportcard-json__missing {
  color: #5c7191;
  font-size: 0.95rem;
}

.report-collection__list {
  gap: 1.5rem;
}

.report-collection .resource-panel__pagination {
  margin-bottom: 1rem;
}

@media (min-width: 700px) {
  .reportcard-json--legacy {
    grid-template-columns: 12.5rem minmax(0, 1fr);
    column-gap: 1.1rem;
    padding-bottom: 1rem;
  }
}

.reportcard {
  margin: 1rem 0 1.25rem;
}

.reportcard__inner {
  background: #ffffff;
  border: 1px solid rgba(18, 49, 93, 0.12);
  border-radius: 0.75rem;
  box-shadow: 0 10px 24px rgba(18, 49, 93, 0.08);
  overflow: hidden;
}

.reportcard__link {
  display: block;
}

.reportcard__image {
  display: block;
  width: 100%;
  height: auto;
}

.reportcard-svg {
  background: #ffffff;
  border: 1px solid rgba(18, 49, 93, 0.12);
  border-radius: 0.75rem;
  box-shadow: 0 10px 24px rgba(18, 49, 93, 0.08);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
}

.reportcard-svg__image-link {
  display: block;
}

.reportcard-svg__image {
  background: #f7f9fc;
  display: block;
  height: 16rem;
  object-fit: contain;
  padding: 1rem;
  width: 100%;
}

.reportcard-svg__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 0.9rem;
  padding: 1rem 1rem 1.1rem;
}

.reportcard-svg__title {
  color: #12315d;
  font-size: 1.2rem;
  line-height: 1.3;
  margin: 0;
}

.reportcard-svg__actions {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  margin-top: auto;
}

.reportcard-svg__action {
  align-items: center;
  display: inline-flex;
  gap: 0.45rem;
  justify-content: center;
}

.shortcode-presentation-list {
  margin: 1.25rem 0 1.5rem;
}

.shortcode-presentation-card__speaker {
  color: #12315d;
  margin-bottom: 0.8rem;
}

.shortcode-presentation-card__bio p:last-child {
  margin-bottom: 1rem;
}

.shortcode-empty-state {
  color: #4f6588;
  margin: 1rem 0 1.5rem;
}

.event-feature-card {
  border: 1px solid rgba(18, 49, 93, 0.12);
  border-radius: 0.85rem;
  box-shadow: 0 10px 24px rgba(18, 49, 93, 0.08);
  background: #fff;
}

.event-feature-card__body {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  height: 100%;
}

.event-feature-card__meta {
  margin-bottom: 0;
}

.event-feature-card__topics {
  margin-top: auto;
}

.event-feature-card__image {
  object-fit: cover;
}

.event-feature-card__footer {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.15rem;
}

.event-webinar-list .collection-members__list {
  gap: 0;
}

.event-webinar-card {
  border: 0;
  border-bottom: 1px solid #dbe3ee;
  border-radius: 0;
  box-shadow: none;
  padding: 0.9rem 0;
}

.event-webinar-card:first-child {
  padding-top: 0.25rem;
}

.event-webinar-card:last-child {
  border-bottom: 0;
}

.event-webinar-card .collection-member-card__body {
  padding-top: 0;
}

.event-webinar-card__meta {
  gap: 0.65rem;
  margin-bottom: 0.45rem;
}

.event-webinar-card__date {
  color: #35557f;
  font-size: 0.8rem;
  font-weight: 600;
}

.event-webinar-card .collection-member-card__image img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.event-webinar-card .collection-member-card__topics {
  gap: 0.4rem;
}

.event-webinar-card__details span {
  background: transparent;
  border-radius: 0;
  color: #35557f;
  font-size: 0.76rem;
  font-weight: 600;
  padding: 0;
}

.event-webinar-card__details span:not(:last-child)::after {
  content: "|";
  margin-left: 0.4rem;
  color: #8aa0c0;
}

.event-webinar-card__speaker {
  color: #4f6588;
  font-size: 0.84rem;
  margin-bottom: 0;
}

.event-webinar-card .event-card-summary p,
.event-webinar-card .event-card-summary ul,
.event-webinar-card .event-card-summary ol {
  color: #4f6588;
  font-size: 0.90rem;
  line-height: 1.45;
  margin-bottom: 0.6rem;
}

.event-webinar-card .event-card-summary ul,
.event-webinar-card .event-card-summary ol {
  padding-left: 1.2rem;
}

.event-webinar-card__footer {
  margin-top: 0.7rem;
  padding-bottom: 0;
}

.event-archive-page-card .collection-member-card__image img {
  aspect-ratio: 10 / 10;
  object-fit: cover;
}

.subsection-block {
  display: grid;
  gap: 1rem;
  margin: 1rem 0 1.5rem;
  align-items: start;
}

.subsection-block__image {
  max-width: 18rem;
}

.subsection-block__image a {
  display: block;
}

.subsection-block__image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.6rem;
  box-shadow: 0 10px 24px rgba(18, 49, 93, 0.12);
}

.subsection-block__content > :last-child {
  margin-bottom: 0;
}

@media (min-width: 700px) {
  .event-webinar-card.collection-member-card--with-image {
    grid-template-columns: 20rem minmax(0, 1fr);
    grid-template-areas:
      "image body"
      "image footer";
    column-gap: 1rem;
    margin: 0;
  }

  .event-archive-page-card.collection-member-card--with-image {
    /* grid-template-columns: 7.5rem minmax(0, 1fr); */
    grid-template-areas:
      "image body"
      "image footer";
    column-gap: 1rem;
    margin: 0;
  }

  .subsection-block--with-image {
    grid-template-columns: minmax(11rem, 16rem) minmax(0, 1fr);
    gap: 1.25rem;
  }

  .subsection-block__image {
    max-width: none;
  }
}

.recipient-grid {
  display: grid;
  gap: 1rem;
  margin: 1.25rem 0 1.5rem;
}

.recipient-card {
  background: #ffffff;
  border: 1px solid rgba(18, 49, 93, 0.12);
  border-radius: 0.85rem;
  box-shadow: 0 10px 24px rgba(18, 49, 93, 0.08);
  overflow: hidden;
}

.recipient-card--featured {
  grid-column: 1 / -1;
  display: block;
}

.recipient-card--featured .recipient-card__header {
  display: grid;
  grid-template-columns: var(--recipient-image-width, auto) minmax(0, 1fr);
  align-items: stretch;
}

.recipient-card--featured .recipient-card__image {
  height: 100%;
  max-width: var(--recipient-image-width, none);
  width: var(--recipient-image-width, auto);
}

.recipient-card--featured .recipient-card__image img {
  height: 100%;
  object-fit: cover;
}

.recipient-card__image img {
  display: block;
  max-width: none;
  width: 100%;
  height: auto;
}

.recipient-card__header {
  display: block;
}

.recipient-card__body {
  padding: 1rem;
}

.recipient-card__meta {
  margin-bottom: 0.65rem;
}

.recipient-card h3 {
  color: #12315d;
  font-family: "Roboto", sans-serif;
  font-size: 1.15rem;
  margin-bottom: 0.35rem;
}

.recipient-card__role,
.recipient-card__affiliation {
  color: #4f6588;
  margin-bottom: 0.35rem;
}

.recipient-card__role {
  font-weight: 700;
}

.recipient-card__affiliation {
  margin-bottom: 0;
}

.recipient-card__quote {
  border-left: 3px solid rgba(21, 69, 122, 0.18);
  color: #304b72;
  font-style: italic;
  margin: 1rem;
  padding: 0 0 0 0.9rem;
}

.recipient-card__quote-wrap {
  padding: 0 1rem 1rem;
}

.collection-members__empty {
  color: #617693;
  font-style: italic;
}

.hub-section__heading {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  margin-bottom: 0.85rem;
}

.hub-section__link {
  color: #15457a;
  font-weight: 700;
  text-decoration: none;
}

.hub-card-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}

.path-card--hub .path-card__link {
  align-items: flex-start;
  text-align: left;
}

.hub-card-state,
.hub-card-tag {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1;
  padding: 0.35rem 0.5rem;
}

.hub-card-state {
  background: #eef2f8;
  color: #536b8d;
}

.hub-card-tag {
  background: #eef5ff;
  color: #2f5aa7;
  /* margin-bottom: 0.5rem; */
}

.feature-card__meta {
  color: #5c7191;
  font-size: 0.8rem;
}

.opportunity-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}

.opportunity-card {
  background: #ffffff;
  border: 1px solid rgba(18, 49, 93, 0.12);
  border-radius: 0.85rem;
  box-shadow: 0 10px 24px rgba(18, 49, 93, 0.08);
}

.opportunity-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.opportunity-card__image {
  aspect-ratio: 16 / 9;
}

.opportunity-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 0.65rem;
}

.opportunity-card__meta {
  margin-bottom: 0;
}

.opportunity-card__body h3,
.opportunity-card__body p {
  margin-bottom: 0;
}

.opportunity-card__facts {
  display: grid;
  gap: 0.55rem;
  margin: 0;
}

.opportunity-card__fact {
  background: #f6f8fb;
  border: 1px solid rgba(18, 49, 93, 0.1);
  border-radius: 0.7rem;
  padding: 0.6rem 0.75rem;
}

.opportunity-card__fact dt {
  color: #5c7191;
  font-size: 0.80rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  margin: 0 0 0.15rem;
  text-transform: uppercase;
}

.opportunity-card__fact dd {
  color: #12315d;
  font-size: 0.80rem;
  font-weight: 700;
  margin: 0;
}

.opportunity-card__cta {
  align-self: flex-start;
  margin-top: auto;
}

.hub-strip {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: 1fr;
}

.hub-strip__card {
  background: #ffffff;
  border: 1px solid rgba(18, 49, 93, 0.12);
  border-radius: 0.75rem;
  box-shadow: 0 10px 24px rgba(18, 49, 93, 0.08);
}

.hub-strip__link {
  align-items: flex-start;
  color: #12315d;
  display: flex;
  gap: 0.85rem;
  padding: 0.95rem;
  text-decoration: none;
}

.hub-strip__link h3 {
  color: #15457a;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  margin-bottom: 0.25rem;
}

.hub-strip__link p {
  color: #4c6486;
  font-size: 0.90rem;
  line-height: 1.35;
  margin-bottom: 0.35rem;
}

.hub-strip__icon {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 999px;
  background: #eef5ff;
  color: #2f5aa7;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  font-size: 1.2rem;
}

.hub-sidebar {
  display: grid;
  gap: 1rem;
}

.hub-sidebar__box {
  background: #ffffff;
  border: 1px solid rgba(18, 49, 93, 0.12);
  border-radius: 0.75rem;
  box-shadow: 0 10px 24px rgba(18, 49, 93, 0.08);
  padding: 1rem;
}

.hub-sidebar__box h2 {
  color: #11386b;
  font-family: "Roboto", sans-serif;
  font-size: 1.3rem;
  margin-bottom: 0.85rem;
}

.hub-sidebar__links,
.hub-sidebar__checklist {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hub-sidebar__links li + li,
.hub-sidebar__checklist li + li {
  margin-top: 0.85rem;
}

.hub-sidebar__links a,
.hub-sidebar__links div,
.hub-sidebar__checklist li {
  align-items: flex-start;
  color: #12315d;
  display: flex;
  gap: 0.75rem;
  text-decoration: none;
}

.hub-sidebar__links strong,
.hub-sidebar__checklist strong {
  color: #15457a;
  display: block;
  margin-bottom: 0.15rem;
}

.hub-sidebar__links span,
.hub-sidebar__checklist span {
  color: #4c6486;
  display: block;
  font-size: 0.90rem;
  line-height: 1.35;
}

.hub-sidebar__links > li > a > i:first-child,
.hub-sidebar__links > li > div > i:first-child,
.hub-sidebar__checklist li > i {
  color: #15457a;
  margin-top: 0.1rem;
}

.detail-page {
  background: #ffffff;
  border: 1px solid rgba(18, 49, 93, 0.12);
  border-radius: 0.95rem;
  box-shadow: 0 10px 24px rgba(18, 49, 93, 0.08);
  overflow: hidden;
}

.detail-page--faq {
  display: grid;
  gap: 0.95rem;
}

.detail-content {
  padding: 1rem;
}

.faq-intersections .hub-card-grid {
  margin-top: 0.25rem;
  padding: 0 1rem 1rem;
}

.faq-intersections .hub-section__heading {
  padding: 0 1rem;
}

.detail-content--profession-data > p:has(> img),
.detail-content--profession-data > p:has(> a > img) {
  background: #ffffff;
  border: 1px solid rgba(18, 49, 93, 0.12);
  border-radius: 0.8rem;
  box-shadow: 0 10px 24px rgba(18, 49, 93, 0.08);
  margin: 1.5rem auto;
  max-width: min(100%, 980px);
  padding: 0.75rem;
  width: fit-content;
}

.detail-content--profession-data > p > img,
.detail-content--profession-data > p > a > img {
  margin: 0 auto;
  max-width: 100%;
}

.profession-data-chart {
  background: #ffffff;
  border: 1px solid rgba(18, 49, 93, 0.12);
  border-radius: 0.8rem;
  box-shadow: 0 10px 24px rgba(18, 49, 93, 0.08);
  margin: 1.5rem auto;
  max-width: min(100%, 1100px);
  padding: 1rem;
}

.profession-data-chart__header h2 {
  color: #15457a;
  font-size: 1.5rem;
  margin-bottom: 0.35rem;
}

.profession-data-chart__header p {
  margin-bottom: 0.85rem;
}

.profession-data-chart__canvas {
  min-height: 640px;
  width: 100%;
}

@media (max-width: 700px) {
  .profession-data-chart {
    padding: 0.85rem;
  }

  .profession-data-chart__canvas {
    min-height: 720px;
  }
}

@media (max-width: 400px) {
  .profession-data-chart__canvas {
    min-height: 820px;
  }
}

@media (max-width: 820px) {
  .hub-layout__main--mobile-child-pages-first {
    display: flex;
    flex-direction: column;
  }

  .hub-layout__main--mobile-child-pages-first .hub-hero,
  .hub-layout__main--mobile-child-pages-first .hub-intro,
  .hub-layout__main--mobile-child-pages-first .hub-callout {
    order: 1;
  }

  .hub-layout__main--mobile-child-pages-first .hub-child-pages-block {
    order: 2;
  }

  .hub-layout__main--mobile-child-pages-first .hub-sections-block {
    order: 3;
  }
}

.path-card__link--intersection-topic {
  align-items: stretch;
  gap: 0;
  padding: 0;
}

.path-card__media--intersection-topic {
  width: 100%;
}

.path-card__image--intersection-topic {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.path-card__body--intersection-topic {
  gap: 0.85rem;
  padding: 1rem 1rem 1.1rem;
}

.visual-explainer-overview {
  display: grid;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.visual-explainer-header {
  margin-bottom: 1rem;
}

.visual-explainer-media__link {
  display: block;
}

.visual-explainer-media__image {
  border-radius: 0.55rem;
  display: block;
  box-shadow: 0 10px 24px rgba(18, 49, 93, 0.08);
  width: 100%;
}

.visual-explainer-caption {
  color: #5d6f87;
  font-size: 0.95rem;
  margin: 0.8rem 0 0;
}

.visual-explainer-longdesc {
  margin-top: 0.9rem;
}

.visual-explainer-longdesc summary {
  color: #123d78;
  cursor: pointer;
  font-weight: 700;
}

.visual-explainer-longdesc__content {
  color: #304b72;
  font-size: 0.98rem;
  margin-top: 0.85rem;
}

.visual-explainer-card,
.visual-explainer-citation {
  background: #f7fbff;
  border: 1px solid rgba(18, 49, 93, 0.12);
  border-radius: 0.75rem;
  box-shadow: 0 8px 20px rgba(18, 49, 93, 0.06);
  margin-bottom: 1rem;
  padding: 1rem;
}

.visual-explainer-card h2,
.visual-explainer-citation h2 {
  color: #11386b;
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  margin-bottom: 0.55rem;
}

.visual-explainer-card p,
.visual-explainer-citation p {
  color: #304b72;
  margin-bottom: 0;
}

.visual-explainer-downloads {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.visual-explainer-downloads__link {
  align-items: center;
  display: inline-flex !important;
  justify-content: center;
  width: fit-content;
}

.visual-explainer-body {
  color: #304b72;
}

.visual-explainer-body h2,
.visual-explainer-body h3 {
  color: #11386b;
  font-family: "Roboto", sans-serif;
  margin-top: 1.25rem;
}

.visual-explainer-citation {
  margin-top: 1.25rem;
}

.visual-explainer-nav {
  border-top: 1px solid rgba(18, 49, 93, 0.12);
  margin-top: 1.5rem;
  padding-top: 1.25rem;
}

.visual-explainer-nav__grid {
  display: grid;
  gap: 0.85rem;
}

.visual-explainer-nav__card {
  background: #ffffff;
  border: 1px solid rgba(18, 49, 93, 0.12);
  border-radius: 0.75rem;
  box-shadow: 0 8px 20px rgba(18, 49, 93, 0.06);
  color: #12315d;
  display: block;
  padding: 1rem;
  text-decoration: none;
}

.visual-explainer-nav__label {
  color: #6b7f99;
  display: block;
  font-size: 0.82rem;
  margin-bottom: 0.3rem;
}

.visual-explainer-nav__card strong {
  display: block;
}

.visual-explainer-series-grid {
  display: grid;
  gap: 1rem;
}

.visual-explainer-series-card {
  background: #ffffff;
  border: 1px solid rgba(18, 49, 93, 0.12);
  border-radius: 0.75rem;
  box-shadow: 0 10px 24px rgba(18, 49, 93, 0.08);
  overflow: hidden;
}

.visual-explainer-series-card__image-link {
  color: inherit;
  display: block;
  text-decoration: none;
}

.visual-explainer-series-card__image {
  aspect-ratio: 16 / 10;
  background: #ffffff;
  display: block;
  object-fit: contain;
  width: 100%;
}

.visual-explainer-series-card__body {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  padding: 1.1rem;
}

.visual-explainer-series-card h3 {
  color: #12315d;
  font-family: "Roboto", sans-serif;
  font-size: 1.15rem;
  margin: 0;
}

.visual-explainer-series-card h3 a {
  color: inherit;
  text-decoration: none;
}

.visual-explainer-series-card p {
  color: #4f6588;
  margin: 0;
}

.visual-explainer-series-card__meta {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: space-between;
  margin-top: auto;
}

@media (min-width: 560px) {
  .hub-actions {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .hub-card-grid,
  .hub-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

  .visual-explainer-nav__grid,
  .visual-explainer-series-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 800px) {
  .hub-hero__overlay {
    background:
      linear-gradient(90deg, rgba(231, 241, 252, 0.92) 0%, rgba(231, 241, 252, 0.88) 32%, rgba(231, 241, 252, 0.62) 56%, rgba(231, 241, 252, 0.18) 100%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(18, 49, 93, 0.04) 100%);
  }

  .page-shell {
    padding: 1rem;
  }

  .hub-layout--with-sidebar {
    grid-template-columns: minmax(0, 1fr) 18rem;
    align-items: start;
  }

  .hub-hero__main,
  .detail-hero,
  .detail-content {
    padding: 1.7rem 1.5rem 1.6rem;
  }

  .hub-hero--compact .hub-hero__main {
    padding: 1.35rem 1.25rem 1.25rem;
  }

  .hub-hero--faq .hub-hero__main {
    padding: 1rem 1.15rem 1rem;
  }

  .hub-hero h1,
  .detail-hero h1 {
    font-size: 3rem;
  }

  .hub-hero--compact h1 {
    font-size: 2.35rem;
  }

  .hub-hero--faq h1 {
    font-size: 2rem;
  }

  .hub-summary {
    font-size: 1.08rem;
    line-height: 1.55;
  }

  .hub-hero {
    min-height: 20rem;
  }

  .hub-hero--faq {
    min-height: auto;
  }

  .visual-explainer-overview {
    align-items: start;
    grid-template-columns: minmax(18rem, 0.9fr) minmax(0, 1.4fr);
  }

  .visual-explainer-nav__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .visual-explainer-nav__card--center {
    text-align: center;
  }

  .visual-explainer-nav__card--end {
    text-align: right;
  }

  .visual-explainer-series-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .feature-grid--three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .opportunity-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hub-hero__main {
    max-width: 42rem;
  }

  .hub-hero--compact {
    min-height: 17rem;
  }

  .hub-callout {
    flex-direction: row;
    justify-content: space-between;
  }

  .hub-section__heading--split {
    flex-direction: row;
    justify-content: space-between;
    align-items: end;
  }

  .hub-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hub-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .recipient-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1100px) {
  .hub-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hub-strip {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.gc-image-section {
    width: 100%;
    /* max-width: 400px; */
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
}


.gc-img img {
    width: 100%;
    max-width: 600px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.gen-newsfeed {
      --gen-ink: #12212f;
      --gen-muted: #556575;
      --gen-line: #d8e0e7;
      --gen-panel: #ffffff;
      --gen-soft: #edf7f5;
      --gen-accent: #087f8c;
      --gen-topic-bg: #e9f1ff;
      --gen-topic-ink: #244f8f;
      color: var(--gen-ink);
      font-family: Arial, Helvetica, sans-serif;
      width: 100%;
    }

    .gen-newsfeed * {
      box-sizing: border-box;
    }

    .gen-newsfeed__header {
      align-items: end;
      border-bottom: 2px solid var(--gen-line);
      display: flex;
      gap: 1rem;
      justify-content: space-between;
      margin-bottom: 1rem;
      padding-bottom: .75rem;
    }

    .gen-newsfeed__title {
      font-size: 1.35rem;
      line-height: 1.2;
      margin: 0 0 .25rem;
    }

    .gen-newsfeed__dek {
      color: var(--gen-muted);
      font-size: .95rem;
      line-height: 1.45;
      margin: 0;
    }

    .gen-newsfeed__rss {
      border: 1px solid var(--gen-accent);
      color: var(--gen-accent);
      flex: 0 0 auto;
      font-size: .85rem;
      font-weight: 700;
      padding: .4rem .65rem;
      text-decoration: none;
    }

    .gen-newsfeed__rss:hover,
    .gen-newsfeed__rss:focus {
      background: var(--gen-accent);
      color: #fff;
    }

    .gen-newsfeed__items {
      display: grid;
      gap: .85rem;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      margin: 0;
      padding: 0;
    }

    .gen-newsfeed__item {
      background: var(--gen-panel);
      border: 1px solid var(--gen-line);
      border-left: .3rem solid var(--gen-accent);
      list-style: none;
      padding: 1rem;
    }

    .gen-newsfeed__meta {
      align-items: flex-end;
      color: var(--gen-muted);
      display: flex;
      flex-wrap: wrap;
      font-size: .55rem;
      gap: .4rem .55rem;
      line-height: 1.4;
      margin-bottom: .45rem;
      width: 100%;
    }

    .gen-newsfeed__topic {
      background: var(--gen-topic-bg);
      color: var(--gen-topic-ink);
      display: inline-block;
      font-size: .55rem;
      font-weight: 700;
      line-height: 1;
      margin-left: auto;
      padding: .35rem .5rem;
      text-transform: uppercase;
    }

    .gen-newsfeed__item-title {
      font-size: .9rem;
      line-height: 1.35;
      margin: 0;
    }

    .gen-newsfeed__item-title a {
      color: var(--gen-ink);
      text-decoration-color: rgba(8, 127, 140, .35);
      text-underline-offset: .18em;
    }

    .gen-newsfeed__item-title a:hover,
    .gen-newsfeed__item-title a:focus {
      color: var(--gen-accent);
      text-decoration-color: currentColor;
    }

    .gen-newsfeed__summary {
      color: var(--gen-muted);
/*      font-size: .95rem; */
      font-size: .75rem;
      line-height: 1.25;
      margin: .55rem 0 0;
    }

    .gen-newsfeed__summary :first-child {
      margin-top: 0;
    }

    .gen-newsfeed__summary :last-child {
      margin-bottom: 0;
    }

    .gen-newsfeed__empty {
      background: var(--gen-soft);
      border: 1px solid var(--gen-line);
      color: var(--gen-muted);
      margin: 0;
      padding: 1rem;
    }

    @media (max-width: 900px) {
      .gen-newsfeed__items {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
    }

    @media (max-width: 560px) {
      .gen-newsfeed__header {
        align-items: start;
        flex-direction: column;
      }

      .gen-newsfeed__items {
        grid-template-columns: 1fr;
      }

      .gen-newsfeed__rss {
        width: 100%;
      }
    }
