.players-shell {
  max-width: 740px;
  margin: 0 auto;
}

.wanted-col {
  max-width: 620px;
}

.wanted-band {
  height: 8px;
}

.wanted-title {
  font-family: "Source Serif 4", "Times New Roman", serif;
  font-weight: 700;
  margin: 0;
}

.wanted-id {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  font-size: 0.82rem;
  color: var(--muted);
  word-break: break-all;
}

.wanted-progress {
  height: 10px;
  border-radius: 999px;
}

.premier-pill {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 10px;
  font-weight: 800;
  min-width: 92px;
}

.premier-tier-0 {
  background: #f1f3f5;
  color: #495057;
}

.premier-tier-1 {
  background: #e7f0ff;
  color: #1b4dbf;
}

.premier-tier-2 {
  background: #1b4dbf;
  color: #ffffff;
}

.premier-tier-3 {
  background: #6f42c1;
  color: #ffffff;
}
