/* Lighter weight, not lower opacity: 60% of the muted title color was
   2.4:1. */
.alumni-year-count {
  font-weight: 400;
}
.alumni-names-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 0.5rem 1.5rem;
}
.alumni-name {
  font-family: var(--idm-font-sans);
  font-size: 0.85rem;
  color: var(--idm-text);
  line-height: 1.4;
}
