/* CPanel hotfix: keep comma-formatted totals inside the pledge tracker ring. */
.inner-circle .count {
  font-size: clamp(2rem, 3.5vw, 2.5rem);
  letter-spacing: -0.04em;
  max-width: calc(100% - 40px);
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}
