.ppv-counter {
  --ppv-blue: #104b91;
  --ppv-blue-soft: #edf5fd;
  --ppv-ink: #173b61;
  --ppv-muted: #6a7f94;
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  gap: 7px;
  margin: 18px 0 0;
  padding: 7px 11px;
  border: 1px solid rgba(16, 75, 145, 0.14);
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 7px 18px rgba(8, 47, 95, 0.08);
  color: var(--ppv-muted);
  font-family: inherit;
  font-size: 11px;
  font-weight: 650;
  line-height: 1;
  vertical-align: middle;
}

.ppv-counter,
.ppv-counter *,
.ppv-counter *::before,
.ppv-counter *::after {
  box-sizing: border-box;
}

.ppv-counter__icon {
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  color: var(--ppv-blue);
}

.ppv-counter__label {
  color: var(--ppv-muted);
}

.ppv-counter__value {
  display: inline-grid;
  min-width: 25px;
  min-height: 22px;
  place-items: center;
  padding: 3px 6px;
  border-radius: 999px;
  background: var(--ppv-blue-soft);
  color: var(--ppv-ink);
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
}

@media (prefers-reduced-motion: reduce) {
  .ppv-counter {
    scroll-behavior: auto;
  }
}
