body {
  counter-reset: section;
}

#lotto-nums code.mdc-deprecated-list-item__text {
  white-space: pre;
}

#lotto-nums .mdc-deprecated-list-item__graphic::before {
  counter-increment: section;
  content: counter(section) ".";
}
