team-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

team-list li {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  background-color: #f9f9f9;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

team-list img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 1rem;
}

team-list strong {
  margin-right: 0.5rem;
}

team-list h3 {
  font-family: sans-serif;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: white;
}
