.jackpot-card {
  background:#0e0e0f;
  border:2px solid #d4af37;
  color:#f1f1f1;
  border-radius:12px;
}
.jackpot-title {
  display:flex;
  align-items:center;
  gap:.5rem;
  margin:0 0 .75rem;
  font-weight:700;
}
.jackpot-line {
  display:flex;
  justify-content:space-between;
  padding:.25rem 0;
}
.jackpot-subtle {
  color:#bdbdbd;
  font-size:.85rem;
}
.jackpot-chip {
  width:22px;
  height:22px;
  flex:0 0 auto;
}
