/* MCS  */
.number {
  background-color: #fff;
}

.number__value {
  &:after {
    background-color: var(--bs-primary);
  }
}
