html[data-prototype="homepage"] #bio,
html[data-prototype="homepage"] #selected-impact {
  margin-top: 12px;
  padding: 28px;
  background: var(--surface);
}

html[data-prototype="homepage"] .focus-areas {
  color: #777174;
}

html[data-prototype="homepage"] #bio p {
  font-size: .86rem;
  line-height: 1.65;
}

html[data-prototype="homepage"] .publication-filter {
  display: flex;
  margin: 0 0 8px;
  flex-wrap: wrap;
  gap: 7px;
}

html[data-prototype="homepage"] .filter-button {
  min-height: 34px;
  padding: 7px 10px;
  border: 0;
  border-radius: 0;
  color: var(--text-color);
  background: #eeeaeb;
  font: 700 .76rem/1.2 "Noto Sans", "Segoe UI", sans-serif;
  cursor: pointer;
}

html[data-prototype="homepage"] .filter-button:hover,
html[data-prototype="homepage"] .filter-button:focus-visible {
  color: #fff;
  background: #925064;
}

html[data-prototype="homepage"] .filter-button:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

html[data-prototype="homepage"] .filter-button[aria-pressed="true"] {
  color: #fff;
  background: var(--accent);
}

html[data-prototype="homepage"] .filter-status {
  min-height: 1.4em;
  margin: 0 0 20px;
  color: var(--muted);
  font-size: .78rem;
  line-height: 1.4;
}

html[data-prototype="homepage"] .publication-card[hidden],
html[data-prototype="homepage"] .year-group[hidden] {
  display: none !important;
}

html[data-prototype="homepage"] .impact-subheading {
  margin: 2px 0 0;
  color: var(--muted);
  font-size: .76rem;
  line-height: 1.45;
}

html[data-prototype="homepage"] .impact-points a {
  color: inherit;
  text-decoration-color: rgba(124, 23, 53, .38);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

html[data-prototype="homepage"] .impact-points a:hover,
html[data-prototype="homepage"] .impact-points a:focus-visible {
  color: var(--accent);
  text-decoration-color: currentColor;
}

html[data-prototype="homepage"] .site-footer {
  display: flex;
  padding: 22px 4px 0;
  justify-content: space-between;
  gap: 16px;
  color: var(--muted);
  font-size: .74rem;
}

html[data-prototype="homepage"] .site-footer p {
  margin: 0;
}

@media (max-width: 650px) {
  html[data-prototype="homepage"] #bio,
  html[data-prototype="homepage"] #selected-impact {
    padding: 22px;
  }
}
