.stat-counter {
  margin: 1rem 0;
}

.stat-counter p {
  margin: 0;
}

.stat-counter--stacked {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.stat-counter--stacked.stat-counter--label-first .stat-counter__label {
  order: 1;
}

.stat-counter--stacked.stat-counter--label-first .stat-counter__value {
  order: 2;
}

.stat-counter--stacked.stat-counter--value-first .stat-counter__value {
  order: 1;
}

.stat-counter--stacked.stat-counter--value-first .stat-counter__label {
  order: 2;
}

.stat-counter--inline {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.stat-counter__value {
  display: flex;
  align-items: baseline;
  gap: 0.15rem;
}

.stat-counter__label,
.stat-counter__prefix,
.stat-counter__number,
.stat-counter__suffix {
  min-width: 1px;
}

.stat-counter__number {
  font-weight: 700;
}
