coach-sales-counter {
  display: block;
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
  margin-top: auto;
  padding: 0.7rem 0.8rem;
  color: #4c321c;
  background: #f8efdd;
  border: 1px solid #dfc487;
  border-radius: 0.7rem;
  box-shadow: none;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.3;
  text-align: left;
  overflow-wrap: anywhere;
}

.coach-counter__eyebrow {
  display: block;
  margin-bottom: 0.16rem;
  color: #8f1d1d;
  font-size: 0.69rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.coach-counter__number {
  display: inline;
  margin-right: 0.22rem;
  color: #8f1d1d;
  font-size: 1.35rem;
  font-weight: 900;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.coach-counter__message {
  display: inline;
  font-size: 0.86rem;
  line-height: 1.35;
}
