.team-member {
  background: linear-gradient(to bottom right, #f0f0f0, #fff8e0);
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  border: 1px solid #e0e0e0;

  padding: 20px;
}

/* Removed rainbow animation */

/* Removed remaining rainbow animation code */

.team-member--featured {
  box-shadow: 0 0 0 4px #ff7a59, 0 4px 20px 0 rgba(255, 122, 89, 0.4);
  border-color: #ff7a59;
  transition: box-shadow 0.3s, border-color 0.3s;
}



.team-member__name-container {
  display: flex
  align-items: center;
  gap: 10px;
}

.team-member__value-image {
  max-height: 30px;
  width: auto;
}

.team-member__image {
  border-radius: 8px;
  width: 100%;
  margin-bottom: 15px;
}

.team-member__name {
  margin-top: 0;
  margin-bottom: 5px;
}

.team-member__position {
  margin-top: 0;
  color: #555;
}