.wtps-animatedCounter {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;

  border-width: var(--animatedcounterbordersize);
  border-style: var(--animatedcounterborderstyle);
  border-color: var(--animatedcounterbordercolor);
  border-radius: var(--animatedcounterborderradius);
  background-color: var(--animatedcounterbackgroundcolor);
  color: var(--animatedcountercolor);
  font-family: var(--animatedcounterfontfamily);
  font-size: var(--animatedcounterfontsize);
  font-weight: var(--animatedcounterfontweight);
  padding: var(--animatedcounterpadding);

}

.wtps-animatedCounter__container {
  max-width: 100%;
}

.wtps-animatedCounter .wtps-animatedCounter__number,
.wtps-animatedCounter .wtps-animatedCounter__suffix,
.wtps-animatedCounter .wtps-animatedCounter__prefix {
  display: inline-flex;
  text-align: center;
  white-space: pre-wrap;
  user-select: none;
  font-family: inherit;
}