.team-list {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
}
.team-member-nophoto {
  padding: 16px 0 12px 0;
  border-bottom: 1px solid #eee;
}
.team-title-link {
  color: #881d97;
  font-weight: bold;
  font-size: 1.15em;
  text-decoration: underline;
  margin-bottom: 0.3em;
  display: block;
}
.member-body {
  color: inherit;
}

/* Responsive tweak */
@media (max-width: 900px) {
  .team-list {
    padding: 0 0.5rem;
  }
}
