.wg-roll-number {
  display: inline-flex !important;
  align-items: baseline;
  justify-content: center;
  gap: 0;
  min-width: 1ch;
  white-space: nowrap;
}
.wg-v2-stats .wg-roll-number span {
  margin: 0 !important;
  padding: 0 !important;
}
.wg-roll-number__digit {
  display: inline-block;
  width: .62em;
  height: 1em;
  overflow: hidden;
  line-height: 1;
  vertical-align: -.04em;
  font-size: inherit !important;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0, #000 13%, #000 87%, transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 0, #000 13%, #000 87%, transparent 100%);
}
.wg-roll-number__track {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  will-change: transform;
  transform: translateY(0);
  font-size: inherit !important;
}
.wg-roll-number__track > span {
  display: flex;
  flex: 0 0 1em;
  height: 1em;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: inherit !important;
}
.wg-roll-number__literal { display: inline-block; font-size: inherit !important; line-height: 1; }

@media (prefers-reduced-motion: reduce) {
  .wg-roll-number__track { will-change: auto; }
}
