/* SOURCE PARITY — #jackpot-lottery-section — modular, isolated */
#jackpot-lottery-section .home-inner-container{display:flex;align-items:center;justify-content:center;gap:20px;margin-bottom:0;margin-top:15px}
#jackpot-lottery-section .home-inner-container [data-section="jackpot"]{flex-grow:1}
#jackpot-lottery-section .home-progressive-jackpot{background-image:var(--home-progressive-jackpot-bg);border-radius:30px;color:var(--home-progressive-jackpot-color);padding:10px;display:flex}
#jackpot-lottery-section .home-progressive-jackpot .outer-container{display:flex;flex-grow:1;padding:10px;background-color:var(--home-progressive-jackpot-outer-cntr-bg);border-radius:100px}
#jackpot-lottery-section .home-progressive-jackpot .inner-container{display:flex;flex-grow:1;padding:10px;border-radius:100px;background-image:var(--home-progressive-jackpot-inner-cntr-bg)}
#jackpot-lottery-section .home-progressive-jackpot .border-container{display:flex;align-items:center;gap:50px;flex-grow:1;padding:10px;border-radius:100px;background-color:var(--home-progressive-jackpot-border-cntr-bg);border:var(--home-progressive-jackpot-border-cntr-border)}
#jackpot-lottery-section .home-progressive-jackpot .jackpot-container{display:flex;justify-content:center;align-items:center;flex-grow:2;font-family:'Open24DisplaySt';font-size:40px;letter-spacing:5px;background-image:var(--home-progressive-jackpot-jackpot-cntr-bg);border-radius:70px;padding:10px}
#jackpot-lottery-section .home-progressive-jackpot .jackpot-inner-container{background-color:var(--home-progressive-jackpot-jackpot-inner-cntr-bg);display:flex;flex-grow:2;justify-content:center;border-radius:50px;padding:10px}
#jackpot-lottery-section .home-progressive-jackpot .jackpot-border-container{display:flex;flex-grow:2;justify-content:center;border-radius:50px;border:var(--home-progressive-jackpot-jackpot-border-cntr-border);line-height:40px;padding-bottom:10px}
#jackpot-lottery-section .home-progressive-jackpot .jackpot-currency{color:var(--home-progressive-jackpot-jackpot-currency-color);margin-right:10px}
#jackpot-lottery-section .home-progressive-jackpot .jackpot-play-section{display:flex;flex-direction:column;align-items:flex-end;margin-left:20px}
#jackpot-lottery-section .home-progressive-jackpot .jackpot-play-section .jackpot-play-text{font-family:'gilroybold';color:var(--home-progressive-jackpot-jackpot-play-text-color);font-size:30px;text-transform:uppercase;line-height:1}
#jackpot-lottery-section .home-progressive-jackpot .jackpot-play-section .jackpot-play-text label{color:var(--home-progressive-jackpot-jackpot-play-text-label-color)}
#jackpot-lottery-section .home-progressive-jackpot .jackpot-play-section img{height:auto;width:87px}
#jackpot-lottery-section .lottery-result-container{border-radius:5px;overflow:hidden;background-color:var(--lottery-result-cntr-bg);color:var(--lottery-result-cntr-color)}
#jackpot-lottery-section .lottery-result-container .lottery-result-title{background:var(--lottery-result-cntr-title-bg);color:var(--lottery-result-cntr-title-color);padding:3px 0;text-align:center;font-size:16px;min-height:28px;margin-top:0}
#jackpot-lottery-section .lottery-result-container .lottery-result{padding-top:5px;display:flex;justify-content:center;align-items:center}
#jackpot-lottery-section .lottery-result-container .lottery-result img{padding:0;width:78px;height:78px;object-fit:contain;filter:drop-shadow(0 2px 3px rgba(0,0,0,.7))}
#jackpot-lottery-section .lottery-result-container .lottery-numbers{background:var(--lottery-result-cntr-numbers-bg);border-radius:5px;margin-left:3px;padding:2px;display:flex;flex-wrap:nowrap}
#jackpot-lottery-section .lottery-result-container [data-lottery-number]{display:inline-block;margin:3px 0;height:45px;width:35px;background-repeat:no-repeat;background-image:var(--image-src);background-position:-1px center;background-size:auto 100%}
#jackpot-lottery-section .lottery-result-container [data-lottery-number="1"]{background-position-x:-36.5px}
#jackpot-lottery-section .lottery-result-container [data-lottery-number="2"]{background-position-x:-72px}
#jackpot-lottery-section .lottery-result-container [data-lottery-number="3"]{background-position-x:-109.5px}
#jackpot-lottery-section .lottery-result-container [data-lottery-number="4"]{background-position-x:-146px}
#jackpot-lottery-section .lottery-result-container [data-lottery-number="5"]{background-position-x:-182.75px}
#jackpot-lottery-section .lottery-result-container [data-lottery-number="6"]{background-position-x:-219.5px}
#jackpot-lottery-section .lottery-result-container [data-lottery-number="7"]{background-position-x:-256.25px}
#jackpot-lottery-section .lottery-result-container [data-lottery-number="8"]{background-position-x:-292.5px}
#jackpot-lottery-section .lottery-result-container [data-lottery-number="9"]{background-position-x:-328.5px}
#jackpot-lottery-section .lottery-result-container .lottery-date{font-size:12px;padding-top:4px;text-align:center}
#jackpot-lottery-section .home-inner-container{width:min(1170px,calc(100% - 24px));margin-left:auto;margin-right:auto}#jackpot-lottery-section [data-section="jackpot"]{min-width:0}#jackpot-lottery-section [data-section="lottery"]{flex:0 0 auto;width:270px}#jackpot-lottery-section a{color:inherit;text-decoration:none}@media(max-width:900px){#jackpot-lottery-section .home-inner-container{flex-direction:column;align-items:stretch}#jackpot-lottery-section [data-section="lottery"]{width:100%}}
/* Root element rules: section ID is on .home-inner-container itself. */
#jackpot-lottery-section{display:flex;align-items:center;justify-content:center;gap:20px;margin-bottom:0;margin-top:15px;width:min(1170px,calc(100% - 24px));margin-left:auto;margin-right:auto}

/* DEFAULT DESKTOP REDESIGN — Nex4D card matches jackpot height */
#jackpot-lottery-section{align-items:stretch}
#jackpot-lottery-section>[data-section=lottery]{display:flex;align-items:stretch;width:270px;flex:0 0 270px}
#jackpot-lottery-section .lottery-result-container{width:100%;height:100%;min-height:0;box-sizing:border-box;border:1px solid #5c4818;border-radius:0;background:linear-gradient(180deg,#171717 0%,#0b0b0b 100%);box-shadow:inset 0 1px 0 rgba(255,229,128,.18),0 4px 14px rgba(0,0,0,.45);display:flex;flex-direction:column;overflow:hidden}
#jackpot-lottery-section .lottery-result-container .lottery-result-title{flex:0 0 auto;min-height:42px;padding:10px 12px;background:linear-gradient(180deg,#3a2b0c 0%,#17120a 100%);border-bottom:1px solid #6d531b;color:#f8e587;font-size:17px;font-weight:700;letter-spacing:.2px;display:flex;align-items:center;justify-content:center;text-shadow:0 1px 2px #000}
#jackpot-lottery-section .lottery-result-container .lottery-result{flex:1 1 auto;min-height:0;padding:12px 12px 6px;display:flex;justify-content:center;align-items:center;gap:10px}
#jackpot-lottery-section .lottery-result-container .lottery-numbers{margin-left:0;padding:4px;background:#030303;border:1px solid #3f351f;border-radius:4px;box-shadow:inset 0 0 12px rgba(255,210,70,.08);gap:2px}
#jackpot-lottery-section .lottery-result-container [data-lottery-number]{margin:0;width:31px;height:44px}
#jackpot-lottery-section .lottery-result-container .lottery-date{flex:0 0 auto;padding:8px 8px 12px;border-top:1px solid #252525;background:#101010;color:#8f8f8f;font-size:11px;line-height:1.45;text-align:center}

/* Nex4D logo: larger while preserving its intrinsic aspect ratio. */
@media(max-width:900px){#jackpot-lottery-section .lottery-result-container .lottery-result img{width:68px;height:68px;max-width:68px;max-height:68px;object-fit:contain}}

/* RESTORED: jackpot and Nex4D lottery share one row. */

#jackpot-lottery-section{
  width:min(1170px,calc(100% - 24px));
  display:flex;
  align-items:stretch;
  justify-content:center;
  gap:20px;
  margin-left:auto;
  margin-right:auto;
  margin-top:15px;
  margin-bottom:0;

  background: transparent !important;
}

#jackpot-lottery-section > [data-section="jackpot"]{flex:1 1 auto;min-width:0;width:auto;}
#jackpot-lottery-section > [data-section="lottery"]{display:flex;align-items:stretch;flex:0 0 270px;width:270px;min-width:0;}
#jackpot-lottery-section > [data-section="lottery"] .lottery-result-container{width:100%;}

/* PREMIUM GOLD JACKPOT — CSS ONLY, no new image asset */
#jackpot-lottery-section .home-progressive-jackpot{
  position:relative;
  overflow:hidden;
  box-sizing:border-box;
  padding:5px;
  border:1px solid rgba(244,201,107,.68);
  border-radius:22px;
  background:linear-gradient(145deg,#1b3048 0%,#0b1421 72%,#080d16 100%);
  box-shadow:0 8px 22px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,216,77,.5);
}
#jackpot-lottery-section .home-progressive-jackpot::before{
  content:"";
  position:absolute;
  inset:2px;
  border:1px solid rgba(255,216,77,.28);
  border-radius:18px;
  pointer-events:none;
}
#jackpot-lottery-section .home-progressive-jackpot .outer-container{
  position:relative;
  z-index:1;
  padding:3px;
  border-radius:18px;
  background:linear-gradient(180deg,#ffe7a0 0%,#f4c96b 48%,#a96e20 100%);
  box-shadow:none;
}
#jackpot-lottery-section .home-progressive-jackpot .inner-container{
  padding:3px;
  border-radius:15px;
  background:linear-gradient(180deg,#1a2d44 0%,#0b1421 100%);
  box-shadow:none;
}
#jackpot-lottery-section .home-progressive-jackpot .border-container{
  min-height:82px;
  padding:7px 12px;
  gap:24px;
  border-radius:12px;
  border:1px solid rgba(255,216,77,.58);
  background:linear-gradient(180deg,#ffe7a0 0%,#c58b2f 52%,#6e4717 100%);
  box-shadow:inset 0 1px 0 rgba(255,216,77,.16);
}
#jackpot-lottery-section .home-progressive-jackpot .jackpot-play-section{
  flex:0 0 220px;
  align-items:center;
  justify-content:center;
  margin-left:4px;
  padding:0 8px;
  position:relative;
}
#jackpot-lottery-section .home-progressive-jackpot .jackpot-play-section::after{
  content:"";
  position:absolute;
  right:-12px;
  top:14px;
  bottom:14px;
  width:1px;
  background:rgba(255,216,77,.38);
  box-shadow:none;
}
#jackpot-lottery-section .home-progressive-jackpot .jackpot-play-section img{width:72px;filter:drop-shadow(0 2px 4px rgba(255,194,55,.2));}
#jackpot-lottery-section .home-progressive-jackpot .jackpot-play-section .jackpot-play-text{
  margin-top:4px;
  font-size:25px;
  line-height:1;
  letter-spacing:.2px;
  color:#f4c96b;
  text-shadow: none;
}
#jackpot-lottery-section .home-progressive-jackpot .jackpot-play-section .jackpot-play-text label{color:#f1e6c1;}
#jackpot-lottery-section .home-progressive-jackpot .jackpot-container{
  min-width:0;
  flex:1 1 auto;
  padding:3px;
  border-radius:14px;
  background:linear-gradient(180deg,#ffe7a0 0%,#f4c96b 48%,#a96e20 100%);
  box-shadow:none;
}
#jackpot-lottery-section .home-progressive-jackpot .jackpot-inner-container{
  padding:4px;
  border-radius:11px;
  background:linear-gradient(180deg,#101d2e 0%,#070c14 100%);
  box-shadow:inset 0 0 14px rgba(0,0,0,.9);
}
#jackpot-lottery-section .home-progressive-jackpot .jackpot-border-container{
  min-width:0;
  padding:5px 18px 8px;
  border-radius:8px;
  border:1px solid rgba(212,175,55,.55);
  background:linear-gradient(145deg,#172a40 0%,#0a111c 100%);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06);
}
#jackpot-lottery-section .home-progressive-jackpot .jackpot-currency,
#jackpot-lottery-section .home-progressive-jackpot #progressive_jackpot{
  color:#f4c96b;
  text-shadow:0 1px 2px rgba(0,0,0,.8);
}
#jackpot-lottery-section .home-progressive-jackpot #progressive_jackpot{
  font-size:clamp(28px,3.1vw,46px);
  letter-spacing:3px;
  white-space:nowrap;
}
@media(max-width:700px){
  #jackpot-lottery-section .home-progressive-jackpot .border-container{gap:10px;min-height:72px;padding:6px}
  #jackpot-lottery-section .home-progressive-jackpot .jackpot-play-section{flex:0 0 125px;margin-left:0;padding:0 4px}
  #jackpot-lottery-section .home-progressive-jackpot .jackpot-play-section .jackpot-play-text{font-size:18px}
  #jackpot-lottery-section .home-progressive-jackpot .jackpot-play-section img{width:52px}
  #jackpot-lottery-section .home-progressive-jackpot #progressive_jackpot{font-size:clamp(18px,6vw,30px);letter-spacing:1px}
  #jackpot-lottery-section .home-progressive-jackpot .jackpot-border-container{padding:5px 8px}
}

/* RESTORED NEX4D DIGIT PRESENTATION */
#jackpot-lottery-section .lottery-result-container .lottery-numbers{display:flex;align-items:center;justify-content:center;gap:3px;margin:0;padding:5px;background:#050505;border:1px solid #5c4818;border-radius:5px;}
#jackpot-lottery-section .lottery-result-container [data-lottery-number]{display:flex;align-items:center;justify-content:center;width:27px;height:40px;margin:0;background:linear-gradient(180deg,#ffe7a0 0%,#e3ad3d 48%,#8b5918 100%);border:1px solid #f4cf78;border-radius:3px;color:#17110a;font:700 24px/1 Georgia,'Times New Roman',serif;text-shadow:0 1px 0 #fff1b5;}
@media(max-width:900px){
  #jackpot-lottery-section{flex-direction:column;align-items:stretch;}
  #jackpot-lottery-section > [data-section="lottery"]{flex:0 0 auto;width:100%;}
  #jackpot-lottery-section > [data-section="lottery"] .lottery-result-container{min-height:0;}
}

/* FINAL PREMIUM TYPOGRAPHY — elegant jackpot value */
#jackpot-lottery-section #progressive_jackpot {
  font-family: Georgia, 'Times New Roman', serif !important;
  font-weight: 600 !important;
  font-style: normal !important;
  letter-spacing: 4px !important;
  line-height: 1 !important;
  font-variant-numeric: lining-nums tabular-nums !important;
  text-shadow: 0 1px 0 #fff4bf, 0 2px 5px rgba(0,0,0,.9), 0 0 12px rgba(255,205,80,.28) !important;
}
@media (max-width: 900px){
  #jackpot-lottery-section #progressive_jackpot {
    letter-spacing: 2px !important;
  }
}

/* CANONICAL JACKPOT MODERN PREMIUM CARD — existing section only */
/* BRANDING REFINEMENT: larger logo, elegant serif, gold-silver finish */
#jackpot-lottery-section .home-progressive-jackpot {
  width: 100%;
  height: 164px;
  min-height: 164px;
  box-sizing: border-box;
  display: flex;
  align-items: stretch;
  padding: 0;
  overflow: hidden;
  background: transparent;
  border: 1px solid rgba(214,166,42,.72);
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(0,0,0,.34), inset 0 1px 0 rgba(255,255,255,.08);
}
#jackpot-lottery-section .home-progressive-jackpot .outer-container,
#jackpot-lottery-section .home-progressive-jackpot .inner-container,
#jackpot-lottery-section .home-progressive-jackpot .border-container {
  width: 100%;
  min-width: 0;
  min-height: 0;
  box-sizing: border-box;
}
#jackpot-lottery-section .home-progressive-jackpot .outer-container {
  display: flex;
  align-items: stretch;
  padding: 0;
}
#jackpot-lottery-section .home-progressive-jackpot .inner-container {
  display: flex;
  align-items: stretch;
  padding: 0;
}
#jackpot-lottery-section .home-progressive-jackpot .border-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  gap: 0;
  padding: 10px 16px 10px;
  position: relative;
}
#jackpot-lottery-section .home-progressive-jackpot .border-container::before {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(245,215,120,.9), rgba(191,197,204,.7), transparent);
}
#jackpot-lottery-section .home-progressive-jackpot .jackpot-play-section {
  order: 1;
  width: 100%;
  min-width: 0;
  min-height: 0;
  flex: 0 0 48px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 0;
  padding: 0;
  position: relative;
  background: transparent;
}
#jackpot-lottery-section .home-progressive-jackpot .jackpot-play-section::after {
  display: none;
}
#jackpot-lottery-section .home-progressive-jackpot .jackpot-play-section img {
  display: block;
  width: 108px;
  max-width: 108px;
  height: 58px;
  max-height: 58px;
  object-fit: contain;
  object-position: center;
  margin: 0;
  filter: none;
}
#jackpot-lottery-section .home-progressive-jackpot .jackpot-play-section .jackpot-play-text,
#jackpot-lottery-section .home-progressive-jackpot .jackpot-play-section .jackpot-play-text label {
  margin: 0;
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(23px, 2.35vw, 32px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.8px;
  white-space: nowrap;
  text-align: left;
  text-shadow: none;
  background: none;
  -webkit-background-clip: initial;
  background-clip: initial;
  -webkit-text-fill-color: #ffffff;
}
#jackpot-lottery-section .home-progressive-jackpot .jackpot-container {
  order: 2;
  width: 100%;
  min-width: 0;
  flex: 1 1 auto;
  display: flex;
  align-items: stretch;
  padding: 0;
  box-sizing: border-box;
}
#jackpot-lottery-section .home-progressive-jackpot .jackpot-inner-container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: stretch;
  padding: 0;
}
#jackpot-lottery-section .home-progressive-jackpot .jackpot-border-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 13px;
  padding: 10px 18px;
  background: linear-gradient(110deg, #0c1522 0%, #17283b 50%, #0b131f 100%);
  border: 1px solid rgba(191,197,204,.65);
  border-radius: 10px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06), 0 0 0 1px rgba(214,166,42,.28), 0 5px 15px rgba(0,0,0,.22);
}
#jackpot-lottery-section .home-progressive-jackpot .jackpot-currency {
  flex: 0 0 auto;
  margin: 0;
  color: #c7cdd3;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(18px, 1.8vw, 25px);
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1;
}
#jackpot-lottery-section .home-progressive-jackpot #progressive_jackpot {
  min-width: 0;
  color: #f5d778;
  font-family: Georgia, 'Times New Roman', serif !important;
  font-size: clamp(25px, 3.05vw, 43px);
  font-weight: 700 !important;
  letter-spacing: 2px !important;
  line-height: 1 !important;
  white-space: nowrap;
  font-variant-numeric: lining-nums tabular-nums;
  text-shadow: 0 1px 0 #fff1b0, 0 2px 8px rgba(0,0,0,.65), 0 0 14px rgba(245,215,120,.16) !important;
}
#jackpot-lottery-section > [data-section="lottery"] {
  align-self: stretch;
}
#jackpot-lottery-section .lottery-result-container {
  height: 164px;
  min-height: 164px;
  box-sizing: border-box;
  border: 1px solid rgba(214,166,42,.55);
  border-radius: 14px;
  background: linear-gradient(180deg, #ffe7a0 0%, #f4c96b 48%, #a96e20 100%);
  box-shadow: 0 8px 24px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.06);
}
#jackpot-lottery-section .lottery-result-container .lottery-title {
  color: #f5d778;
  font-weight: 800;
  letter-spacing: .4px;
}
@media (max-width: 900px) {
  #jackpot-lottery-section { flex-direction: column; align-items: stretch; gap: 10px; }
  #jackpot-lottery-section > [data-section="jackpot"],
  #jackpot-lottery-section > [data-section="lottery"] { width: 100%; flex: 0 0 auto; }
  #jackpot-lottery-section .home-progressive-jackpot { height: 148px; min-height: 148px; }
  #jackpot-lottery-section .lottery-result-container { height: 148px; min-height: 148px; }
  #jackpot-lottery-section .home-progressive-jackpot .border-container { padding: 10px 12px 9px; }
  #jackpot-lottery-section .home-progressive-jackpot .jackpot-play-section { flex-basis: auto; gap: 5px; flex-direction: row; align-items: center; justify-content: center; }
  #jackpot-lottery-section .home-progressive-jackpot .jackpot-play-section img { width: 52px; max-width: 52px; height: 28px; max-height: 28px; object-fit: contain; }
  #jackpot-lottery-section .home-progressive-jackpot .jackpot-play-section .jackpot-play-text,
  #jackpot-lottery-section .home-progressive-jackpot .jackpot-play-section .jackpot-play-text label { font-size: 14px; line-height: 1; letter-spacing: 0; white-space: nowrap; display: inline-flex; align-items: center; }
  #jackpot-lottery-section .home-progressive-jackpot .jackpot-border-container { gap: 8px; padding: 10px 10px; }
  #jackpot-lottery-section .home-progressive-jackpot .jackpot-currency { font-size: 17px; letter-spacing: 1px; }
  #jackpot-lottery-section .home-progressive-jackpot #progressive_jackpot { font-size: clamp(21px, 6vw, 32px); letter-spacing: 1px !important; }
}
@media (prefers-reduced-motion: reduce) {
  #jackpot-lottery-section * { animation-duration: .001ms !important; transition-duration: .001ms !important; }
}
#jackpot-lottery-section .home-progressive-jackpot .jackpot-play-section .jackpot-play-text label {
  color: #f47b20;
  -webkit-text-fill-color: #f47b20;
  background: none;
  -webkit-background-clip: initial;
  background-clip: initial;
  text-shadow: none;
}

/* AUTHORITATIVE WRAPPER RESET — existing Jackpot/Nex4D section only */
#jackpot-lottery-wrap,
#jackpot-lottery-wrap > .container,
#jackpot-lottery-wrap > .container > .row,
#jackpot-lottery-wrap > .container > .row > .col-md-12,
#jackpot-lottery-section {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  border: 0 !important;
  box-shadow: none !important;
}


/* EMERGENCY FINAL FIX: JACKPOT PLAY LOGO + TEXT MUST BE ONE HORIZONTAL LINE */
@media screen and (max-width: 700px) {
  #jackpot-lottery-section .home-progressive-jackpot .jackpot-play-section,
  #jackpot-lottery-section .jackpot-play-section {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    flex-wrap: nowrap !important;
    gap: 4px !important;
    width: auto !important;
    min-width: 0 !important;
    flex: 0 0 auto !important;
    white-space: nowrap !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  #jackpot-lottery-section .home-progressive-jackpot .jackpot-play-section img,
  #jackpot-lottery-section .jackpot-play-section img {
    display: block !important;
    flex: 0 0 auto !important;
    width: 42px !important;
    height: 24px !important;
    max-width: 42px !important;
    max-height: 24px !important;
    object-fit: contain !important;
    margin: 0 !important;
  }
  #jackpot-lottery-section .home-progressive-jackpot .jackpot-play-section .jackpot-play-text,
  #jackpot-lottery-section .jackpot-play-section .jackpot-play-text {
    display: inline-flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 14px !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    white-space: nowrap !important;
    word-break: keep-all !important;
    overflow: visible !important;
  }
  #jackpot-lottery-section .home-progressive-jackpot .jackpot-play-section .jackpot-play-text label,
  #jackpot-lottery-section .jackpot-play-section .jackpot-play-text label {
    display: inline !important;
    position: static !important;
    width: auto !important;
    height: auto !important;
    margin: 0 0 0 3px !important;
    padding: 0 !important;
    white-space: nowrap !important;
    line-height: 1 !important;
    vertical-align: baseline !important;
  }
}


/* FINAL MOBILE JACKPOT PLAY — MATCH LOGO/TEXT HEIGHT, SINGLE LINE */
@media screen and (max-width:700px){
  #jackpot-lottery-section .home-progressive-jackpot .jackpot-play-section,
  #jackpot-lottery-section .jackpot-play-section{
    display:flex!important;
    flex-direction:row!important;
    align-items:center!important;
    justify-content:center!important;
    flex-wrap:nowrap!important;
    gap:3px!important;
    white-space:nowrap!important;
    width:auto!important;
    min-width:0!important;
    flex:0 0 auto!important;
    margin:0!important;
    padding:0!important;
  }
  #jackpot-lottery-section .home-progressive-jackpot .jackpot-play-section img,
  #jackpot-lottery-section .jackpot-play-section img{
    display:block!important;
    width:auto!important;
    height:16px!important;
    max-width:34px!important;
    max-height:16px!important;
    flex:0 0 auto!important;
    object-fit:contain!important;
    margin:0!important;
  }
  #jackpot-lottery-section .home-progressive-jackpot .jackpot-play-section .jackpot-play-text,
  #jackpot-lottery-section .jackpot-play-section .jackpot-play-text{
    display:inline-flex!important;
    flex-direction:row!important;
    align-items:center!important;
    flex-wrap:nowrap!important;
    width:auto!important;
    height:16px!important;
    flex:0 0 auto!important;
    margin:0!important;
    padding:0!important;
    font-size:12px!important;
    line-height:16px!important;
    letter-spacing:0!important;
    white-space:nowrap!important;
    word-break:normal!important;
    overflow:visible!important;
    text-transform:uppercase!important;
  }
  #jackpot-lottery-section .home-progressive-jackpot .jackpot-play-section .jackpot-play-text label,
  #jackpot-lottery-section .jackpot-play-section .jackpot-play-text label{
    display:inline!important;
    width:auto!important;
    height:auto!important;
    margin:0 0 0 2px!important;
    padding:0!important;
    font-size:12px!important;
    line-height:16px!important;
    white-space:nowrap!important;
    vertical-align:baseline!important;
  }
  #jackpot-lottery-section .home-progressive-jackpot .jackpot-play-section::after,
  #jackpot-lottery-section .jackpot-play-section::after{
    display:none!important;
    content:none!important;
  }
}


/* FINAL MOBILE JACKPOT PLAY SIZE — enlarged, equal visual height, one line */
@media screen and (max-width:700px){
  #jackpot-lottery-section .home-progressive-jackpot .jackpot-play-section,
  #jackpot-lottery-section .jackpot-play-section{
    display:flex!important;
    flex-direction:row!important;
    align-items:center!important;
    justify-content:center!important;
    flex-wrap:nowrap!important;
    gap:6px!important;
    white-space:nowrap!important;
    width:auto!important;
    min-width:0!important;
    flex:0 0 auto!important;
    margin:0!important;
    padding:0!important;
  }
  #jackpot-lottery-section .home-progressive-jackpot .jackpot-play-section img,
  #jackpot-lottery-section .jackpot-play-section img{
    display:block!important;
    flex:0 0 auto!important;
    width:64px!important;
    max-width:64px!important;
    height:26px!important;
    max-height:26px!important;
    object-fit:contain!important;
    margin:0!important;
  }
  #jackpot-lottery-section .home-progressive-jackpot .jackpot-play-section .jackpot-play-text,
  #jackpot-lottery-section .jackpot-play-section .jackpot-play-text,
  #jackpot-lottery-section .home-progressive-jackpot .jackpot-play-section .jackpot-play-text label,
  #jackpot-lottery-section .jackpot-play-section .jackpot-play-text label{
    display:inline!important;
    flex:0 0 auto!important;
    width:auto!important;
    height:26px!important;
    margin:0!important;
    padding:0!important;
    font-size:18px!important;
    line-height:26px!important;
    letter-spacing:0!important;
    white-space:nowrap!important;
    word-break:keep-all!important;
    overflow:visible!important;
    vertical-align:middle!important;
  }
}
