.stats-pill {
  display: inline-flex !important;
  align-items: center;
  gap: 0.4rem;
  font-variant-numeric: tabular-nums;
}

.stats-pill b {
  color: inherit;
  font-weight: 650;
}

.stats-pill strong {
  color: #2f7958;
  font-weight: 800;
}

[data-stats-status="loading"] .stats-pill,
[data-stats-status="unavailable"] .stats-pill {
  opacity: 0.68;
}

