.player-card {
  background: rgb(236, 236, 236);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.player-info {
  font-size: 16px;
}

.player-info span {
  font-size: 14px;
  color: #666;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.player-contact {
  font-size: 13px;
  color: #555;
}

.players-list {
  padding-bottom: 70px; /* nav + marge */
}