.match-picker-row.match-candidate-strong {
  background: rgba(30, 179, 141, 0.12);
}

.match-picker-row.match-candidate-possible {
  background: rgba(215, 162, 53, 0.12);
}

.match-candidate-dot {
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 999px;
  background: rgba(100, 116, 139, 0.42);
}

.match-candidate-strong .match-candidate-dot {
  background: var(--teal);
}

.match-candidate-possible .match-candidate-dot {
  background: #d7a235;
}

.match-picker-already,
.match-picker-empty {
  color: var(--muted);
  font-size: 0.75rem;
}

.match-picker-already {
  padding: 0.18rem 0.42rem;
  border-radius: 999px;
  background: rgba(100, 116, 139, 0.1);
  white-space: nowrap;
}

.match-picker-row-meta {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  width: 1%;
  white-space: nowrap;
}

.match-picker-empty {
  padding: 0.42rem 0.55rem;
}
