.money-chip::before {
  content: "";
  width: 1.12em;
  height: 1.12em;
  display: inline-block;
  flex: 0 0 auto;
  margin-right: .28em;
  vertical-align: -.18em;
  background: url("assets/casino-chip.svg") center / contain no-repeat;
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, .32));
}

.spot-side .money-chip::before { width: 1em; height: 1em; margin-right: .2em; }
.history-row .money-chip::before { margin-right: .2em; }
