:host {
  display: block;
  width: 100%;
  box-sizing: border-box;
}
.jackpots-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 4px;
  width: 100%;
  padding: 4px 8px 8px;
  box-sizing: border-box;
}
.jackpot {
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.jackpot[test-id="jackpot-king"] {
  flex: 1.2 1 0;
}
.jackpot img {
  width: 100%;
  height: auto;
  display: block;
  pointer-events: none;
}
.jackpot-value {
  position: absolute;
  left: 4%;
  right: 4%;
  bottom: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 700;
  font-size: clamp(10px, 3.4vw, 16px);
  letter-spacing: 0.02em;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.85), 0 0 8px rgba(80, 200, 255, 0.45);
  pointer-events: none;
  line-height: 1;
}
wds-ticker {
  color: inherit;
}
