/* 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:40px;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:40px;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}}

/* FINAL: jackpot occupies the full single row; lottery/Nex4D is intentionally hidden. */
#jackpot-lottery-wrap{width:100%;}
#jackpot-lottery-section{
  width:min(1170px,calc(100% - 24px)) !important;
  display:block !important;
  margin-left:auto !important;
  margin-right:auto !important;
  margin-top:15px !important;
  margin-bottom:40px !important;
}
#jackpot-lottery-section > [data-section="jackpot"]{
  width:100% !important;
  min-width:0 !important;
  flex:1 1 100% !important;
}
#jackpot-lottery-section .home-progressive-jackpot{width:100%;box-sizing:border-box;}

/* PREMIUM GOLD JACKPOT — CSS ONLY, no new image asset */
#jackpot-lottery-section .home-progressive-jackpot{
  position:relative;
  overflow:hidden;
  box-sizing:border-box;
  padding:8px;
  border:1px solid rgba(255,220,112,.72);
  border-radius:34px;
  background:
    radial-gradient(ellipse at 18% 50%,rgba(255,214,90,.16),transparent 34%),
    linear-gradient(135deg,#15120b 0%,#3b2a0b 22%,#8a6419 48%,#3a290b 72%,#120f09 100%);
  box-shadow:
    0 8px 24px rgba(0,0,0,.62),
    inset 0 1px 0 rgba(255,246,190,.75),
    inset 0 -2px 0 rgba(70,43,5,.9),
    0 0 18px rgba(214,165,45,.12);
}
#jackpot-lottery-section .home-progressive-jackpot::before{
  content:"";
  position:absolute;
  inset:2px;
  border:1px solid rgba(255,236,160,.34);
  border-radius:30px;
  pointer-events:none;
}
#jackpot-lottery-section .home-progressive-jackpot .outer-container{
  position:relative;
  z-index:1;
  padding:7px;
  border-radius:30px;
  background:linear-gradient(180deg,#080706,#211a0d 48%,#070706);
  box-shadow:inset 0 1px 1px rgba(255,232,145,.34),inset 0 -2px 3px rgba(0,0,0,.85);
}
#jackpot-lottery-section .home-progressive-jackpot .inner-container{
  padding:7px;
  border-radius:25px;
  background:linear-gradient(180deg,#8f6a20 0%,#4c3610 45%,#a47a25 100%);
  box-shadow:inset 0 1px 0 rgba(255,245,190,.62),inset 0 -1px 0 rgba(41,25,4,.8);
}
#jackpot-lottery-section .home-progressive-jackpot .border-container{
  min-height:92px;
  padding:8px 12px;
  gap:28px;
  border-radius:20px;
  border:1px solid rgba(255,224,125,.7);
  background:
    radial-gradient(circle at 22% 50%,rgba(213,157,36,.13),transparent 30%),
    linear-gradient(180deg,#2c210d 0%,#181208 50%,#30230c 100%);
  box-shadow:inset 0 2px 4px rgba(0,0,0,.65),inset 0 0 18px rgba(255,193,53,.06);
}
#jackpot-lottery-section .home-progressive-jackpot .jackpot-play-section{
  flex:0 0 245px;
  align-items:center;
  justify-content:center;
  margin-left:8px;
  padding:0 10px;
  position:relative;
}
#jackpot-lottery-section .home-progressive-jackpot .jackpot-play-section::after{
  content:"";
  position:absolute;
  right:-14px;
  top:10px;
  bottom:10px;
  width:1px;
  background:linear-gradient(transparent,rgba(255,213,93,.6),transparent);
  box-shadow:0 0 8px rgba(255,196,55,.22);
}
#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:5px;
  font-size:27px;
  line-height:1;
  letter-spacing:.5px;
  color:#f5bd3f;
  text-shadow:0 2px 2px #000,0 0 10px rgba(255,197,58,.16);
}
#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:8px;
  border-radius:25px;
  background:linear-gradient(180deg,#8b651d,#352609 38%,#120e07 100%);
  box-shadow:inset 0 1px 0 rgba(255,237,163,.48),0 2px 8px rgba(0,0,0,.4);
}
#jackpot-lottery-section .home-progressive-jackpot .jackpot-inner-container{
  padding:5px;
  border-radius:21px;
  background:#050505;
  box-shadow:inset 0 0 20px rgba(0,0,0,.95),inset 0 0 10px rgba(213,160,42,.09);
}
#jackpot-lottery-section .home-progressive-jackpot .jackpot-border-container{
  min-width:0;
  padding:6px 20px 10px;
  border-radius:17px;
  border:1px solid rgba(205,161,58,.62);
  background:linear-gradient(180deg,#090909,#030303 55%,#090909);
  box-shadow:inset 0 1px 0 rgba(255,229,145,.18),inset 0 0 14px rgba(255,194,54,.055);
}
#jackpot-lottery-section .home-progressive-jackpot .jackpot-currency,
#jackpot-lottery-section .home-progressive-jackpot #progressive_jackpot{
  color:#f4c95d;
  text-shadow:0 0 5px rgba(255,197,55,.22),0 2px 2px #000;
}
#jackpot-lottery-section .home-progressive-jackpot #progressive_jackpot{
  font-size:clamp(30px,3.2vw,48px);
  letter-spacing:4px;
  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}
}

/* 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;
  }
}
