.team-mark {
  overflow: hidden;
}

.team-mark img,
.team-emblem img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.team-mark img {
  padding: 5px;
}

.team-emblem {
  padding: 12px;
}

.player-cell {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.player-thumb {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  overflow: hidden;
  border-radius: 50%;
  background: #202838;
}

.player-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
}
