.provenance-pill {
  align-items: center;
  background: #fff;
  border: 1px solid #dcd6c7;
  border-radius: 999px;
  color: #3c4754;
  display: inline-flex;
  font: 700 12px/1.2 Inter, system-ui, sans-serif;
  gap: 6px;
  margin: 6px 0;
  max-width: 100%;
  padding: 7px 10px;
}

.provenance-pill::before {
  background: #8f9556;
  border-radius: 999px;
  content: "";
  display: inline-block;
  height: 7px;
  width: 7px;
}

.provenance-pill[data-confidence="low"]::before {
  background: #c96f4a;
}

.provenance-pill[data-confidence="medium"]::before {
  background: #b79b54;
}

.provenance-pill[data-confidence="high"]::before {
  background: #5f8754;
}
