/* Static-mode overrides for slick-slider without JavaScript. */

/* Slider/list/track lose their inline-sized shenanigans */
.slick-slider,
.slick-list,
.slick-track {
  width: 100% !important;
  max-width: none !important;
  transform: none !important;
}

.slick-slider { position: relative !important; }

.slick-list {
  overflow-x: auto !important;
  overflow-y: hidden !important;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}

.slick-track {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 16px;
  padding: 0 10px;
  transform: none !important;
  height: auto !important;
}

/* Default slide: natural horizontal strip item */
.slick-slide {
  flex: 0 0 auto !important;
  width: auto !important;
  height: auto !important;
  float: none !important;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: none !important;
  position: relative !important;
  outline: none !important;
  min-width: 0 !important;
}

.slick-slide,
.slick-slide * { --scale-down-to: 1 !important; }

/* ---------- Jackpot cards: single-card narrow layout only ------------- */
/* At viewport < 1199px the mobile container .hPOWBk shows ONE yellow
   card and we render a Game Details button INSIDE it (on the yellow
   background). At wider viewports the desktop .gUQSgn shows multiple
   cards in a row with NO extra button. */
.hPOWBk.hPOWBk.hPOWBk [class*=ContainerBox] {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  padding-bottom: 22px !important;
}
.hPOWBk.hPOWBk.hPOWBk [class*=ContainerBox]::after {
  content: "Game Details";
  display: inline-block;
  margin: 14px auto 0;
  padding: 11px 38px;
  background: #021534;
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  border-radius: 999px;
  text-align: center;
  white-space: nowrap;
  align-self: center;
  order: 999;
  flex: 0 0 auto;
  box-shadow: 0 2px 4px rgba(0,0,0,0.15);
}

/* ---------- Marquee hero: horizontal sliding carousel ---------------- */
[class*=MarqueeContainer] .slick-slider { position: relative !important; }

/* Stage: fixed height viewport that clips overflow */
[class*=MarqueeContainer] .slick-list.slick-list.slick-list {
  overflow: hidden !important;
  position: relative !important;
  height: 450px !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* Track: horizontal flex row; JS sets transform inline (with !important) */
[class*=MarqueeContainer] .slick-track.slick-track.slick-track {
  display: flex !important;
  flex-wrap: nowrap !important;
  width: max-content !important;
  height: 100% !important;
  padding: 0 !important;
  gap: 0 !important;
  transition: transform 0.55s cubic-bezier(0.4, 0, 0.2, 1) !important;
  will-change: transform;
}

/* Each slide occupies one full stage width */
[class*=MarqueeContainer] .slick-slide.slick-slide.slick-slide {
  position: relative !important;
  flex: 0 0 auto !important;
  width: var(--marquee-slide-width, 100%) !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: none !important;
  pointer-events: auto;
  float: none !important;
  top: auto !important;
  left: auto !important;
}

/* Dots — match reference exactly: 9px filled circles, dark-navy inactive,
   white active, both with opposite 1px border. */
[class*=MarqueeContainer] .slick-dots {
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 0 !important;
  list-style: none;
  padding: 16px 0 0;
  margin: 0 !important;
  position: relative !important;
  bottom: auto !important;
}
[class*=MarqueeContainer] .slick-dots li.slick-dots-li,
[class*=MarqueeContainer] .slick-dots > li {
  width: 20px !important;
  height: 20px !important;
  margin: 0 5px !important;
  padding: 0 !important;
  cursor: pointer;
  position: relative !important;
}
[class*=MarqueeContainer] .slick-dots li > button {
  width: 20px !important;
  height: 20px !important;
  padding: 5px !important;
  border: none !important;
  background: transparent !important;
  font-size: 0 !important;
  cursor: pointer !important;
  box-shadow: none !important;
  position: relative !important;
  border-radius: 0 !important;
}
[class*=MarqueeContainer] .slick-dots li > button::before {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  top: 5px !important;
  left: 5px !important;
  width: 9px !important;
  height: 9px !important;
  border: 1px solid #ffffff !important;
  border-radius: 50% !important;
  background-color: rgb(2, 21, 52) !important;
  opacity: 1 !important;
  color: transparent !important;
  font-size: 0 !important;
}
[class*=MarqueeContainer] .slick-dots li.slick-active > button::before {
  border-color: rgb(2, 21, 52) !important;
  background-color: #ffffff !important;
  left: 4px !important;
}

/* Arrows — match reference: 204px × 450px gradient overlay with small
   white chevron made of CSS borders (rotated box). Reference measures:
   container 204×450, inner button 30×30 (42×42 after rotation bounds),
   button offset ~22px from container edge, vertically centered. */
[class*=MarqueeContainer] .slick-arrow.slick-arrow.slick-arrow {
  display: flex !important;
  position: absolute !important;
  top: 0 !important;
  height: 450px !important;
  width: 204px !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  cursor: pointer !important;
  z-index: 30 !important;
  transform: none !important;
  align-items: center !important;
  pointer-events: auto !important;
}
[class*=MarqueeContainer] .slick-arrow.slick-arrow.slick-arrow.slick-prev {
  left: 0 !important;
  right: auto !important;
  justify-content: flex-start !important;
  padding: 28px !important;
  background: linear-gradient(to right, rgba(2, 21, 52, 0.35), rgba(2, 21, 52, 0)) !important;
  border-radius: 10px 0 0 10px !important;
}
[class*=MarqueeContainer] .slick-arrow.slick-arrow.slick-arrow.slick-next {
  right: 0 !important;
  left: auto !important;
  justify-content: flex-end !important;
  padding: 28px !important;
  background: linear-gradient(to left, rgba(2, 21, 52, 0.35), rgba(2, 21, 52, 0)) !important;
  border-radius: 0 10px 10px 0 !important;
}
[class*=MarqueeContainer] .slick-arrow::before,
[class*=MarqueeContainer] .slick-arrow::after { display: none !important; content: none !important; }

/* Inner <button> styled as a white chevron via border + rotation.
   position:static is critical — original slick rule sets `right: 40px`
   on this button which would shift a relative/absolute child. */
[class*=MarqueeContainer] .slick-arrow > button {
  width: 30px !important;
  height: 30px !important;
  padding: 0 !important;
  margin: -15px 0 0 0 !important;
  background: transparent !important;
  background-image: none !important;
  border-style: solid !important;
  border-top-width: 0 !important;
  border-left-width: 0 !important;
  border-right: 3px solid #ffffff !important;
  border-bottom: 3px solid #ffffff !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  cursor: pointer !important;
  font-size: 0 !important;
  position: static !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  flex: 0 0 auto !important;
}
[class*=MarqueeContainer] .slick-arrow.slick-prev > button {
  transform: rotate(135deg) !important;
}
[class*=MarqueeContainer] .slick-arrow.slick-next > button {
  transform: rotate(-45deg) !important;
}

/* ---------- Recent Winners center-stage carousel (interactive) --------
   Match the original site's breakpoint-driven sizing:
     - ≤1400px viewport → 350px card (photo-top + text-below, tall)
     - ≥1401px viewport → 780px card (photo-left + text-right, wide)
   JS toggles wp-center/wp-prev/wp-next to drive the 3D stack. Scale
   matches the original `--scale-down-to: 0.7` variable. */
.bHWXED.bHWXED {
  max-width: 600px !important;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
@media (min-width: 1401px) {
  .bHWXED.bHWXED { max-width: 1400px !important; }
}
.bHWXED .slick-slider { position: relative !important; }

/* Stage: sized to the natural card height. Tall card (550px) below 1401,
   wide card (~400px) at desktop. */
.bHWXED .slick-list.slick-list.slick-list {
  overflow: hidden !important;
  max-width: 600px !important;
  margin: 0 auto !important;
  position: relative !important;
  height: 580px !important;
  padding: 0 !important;
  pointer-events: none !important;
}
@media (min-width: 1401px) {
  .bHWXED .slick-list.slick-list.slick-list {
    max-width: 1400px !important;
    height: 430px !important;
  }
}
.bHWXED .slick-track.slick-track.slick-track {
  display: block !important;
  position: relative !important;
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
  gap: 0 !important;
  transform: none !important;
  pointer-events: none !important;
}

/* Every slide is stacked absolutely at the stage center; hidden by default. */
.bHWXED .slick-slide.slick-slide.slick-slide {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: translate(-50%, -50%) scale(0.55) !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none;
  transition: transform 0.45s ease, opacity 0.45s ease !important;
  z-index: 1;
  float: none !important;
  flex: none !important;
  border: none !important;
}

/* Three visible positions: previous (left), center, next (right).
   Offsets are tuned per breakpoint so prev/next peek ~180px behind center. */
.bHWXED .slick-slide.slick-slide.slick-slide.wp-center {
  transform: translate(-50%, -50%) scale(1) !important;
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 20 !important;
  pointer-events: auto;
}
.bHWXED .slick-slide.wp-center [class*="WinnerPreview__StyledLink-sc-"] {
  position: relative !important;
  z-index: 60 !important;
  pointer-events: auto !important;
}
.bHWXED .slick-slide.slick-slide.slick-slide.wp-prev {
  transform: translate(calc(-50% - 160px), -50%) scale(0.7) !important;
  opacity: 0.7 !important;
  visibility: visible !important;
  z-index: 10 !important;
  pointer-events: auto;
}
.bHWXED .slick-slide.slick-slide.slick-slide.wp-next {
  transform: translate(calc(-50% + 160px), -50%) scale(0.7) !important;
  opacity: 0.7 !important;
  visibility: visible !important;
  z-index: 10 !important;
  pointer-events: auto;
}
@media (min-width: 1401px) {
  /* 780px-wide center card at scale 1; prev/next scaled to 0.7 (546px).
     The reference places prev/next so their PHOTO halves are off-screen
     / covered by center, with only their TEXT panels peeking out.
     Using transform-origin to anchor the peeking edge. */
  .bHWXED .slick-slide.slick-slide.slick-slide.wp-prev {
    transform-origin: right center !important;
    transform: translate(calc(-50% - 400px), -50%) scale(0.7) !important;
  }
  .bHWXED .slick-slide.slick-slide.slick-slide.wp-next {
    transform-origin: left center !important;
    transform: translate(calc(-50% + 400px), -50%) scale(0.7) !important;
  }
}

/* Inner winner card wrapper: let the original styled-component CSS drive
   width (780 at desktop, 350 below) — just ensure margins are sane. */
.bHWXED .slick-slide .slide-recent-winner > div {
  margin: 0 auto !important;
}

/* Dots */
.bHWXED .slick-dots {
  display: flex !important;
  justify-content: center;
  gap: 10px;
  list-style: none;
  padding: 12px 0 0;
  margin: 0 !important;
  position: relative !important;
  bottom: auto !important;
}
.bHWXED .slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.bHWXED .slick-dots li button {
  width: 12px;
  height: 12px;
  padding: 0;
  border: 1px solid #021534;
  border-radius: 50%;
  background: transparent;
  font-size: 0;
  cursor: pointer;
}
.bHWXED .slick-dots li button::before { content: none !important; }
.bHWXED .slick-dots li.slick-active button { background: #021534; }

/* Arrows — keep them as transparent hit-area overlays (no visible chrome).
   Original site uses them as click regions; dots carry the visible nav. */
.bHWXED .slick-arrow.slick-arrow.slick-arrow {
  display: block !important;
  position: absolute !important;
  top: 0 !important;
  height: 100% !important;
  width: 160px !important;
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  cursor: pointer !important;
  z-index: 30 !important;
  padding: 0 !important;
}
.bHWXED .slick-arrow.slick-prev { left: 0 !important; }
.bHWXED .slick-arrow.slick-next { right: 0 !important; }
.bHWXED .slick-arrow::before,
.bHWXED .slick-arrow::after { display: none !important; content: none !important; }
.bHWXED .slick-arrow button {
  width: 100% !important;
  height: 100% !important;
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  cursor: pointer !important;
  padding: 0 !important;
  font-size: 0 !important;
}

/* Generic fallback (non-winner carousels) */
.slick-slide .slide-recent-winner > div {
  max-width: 100% !important;
}

/* Drop dots & arrows that no longer function — EXCEPT for carousels we
   wire up (scratch-off home, winners gallery, etc.) which keep their
   arrows and we style them below. */
.slick-arrow,
.slick-dots { display: none !important; }

/* Re-show arrows for Scratch-Off Games home section. The container
   already carries its own width/height/position from styled-components
   (iBYnVV etc.), and the inner NextArrow/PrevArrow element is the
   chevron. We only need to undo the global `.slick-arrow { display:none }`
   for ScratchOffGames containers. Do NOT add background/border-radius/
   ::before — those caused a second oval overlapping the real chevron. */
[class*="ScratchOffGames__ArrowContainer"].slick-arrow {
  display: flex !important;
  cursor: pointer;
}

/* ================================================================== */
/*  About Us "Draw Team" carousel                                      */
/*                                                                     */
/*  The global `.slick-*` overrides at the top of this file convert    */
/*  every slick carousel into a flex strip with overflow-x auto, which */
/*  is correct for the Marquee/Scratch-Off lists but breaks DrawTeam — */
/*  the reference renders one full-width slide at a time with diamond- */
/*  rotated prev/next arrows and page dots. The per-page head CSS      */
/*  already ships the arrow (prNcx/duPqBI) and dot (slick-dots) styles */
/*  intact, so we only need to undo our own overrides for this scope.  */
/*  initDrawTeamCarousel in overrides.js drives the transform.         */
/* ================================================================== */
[class*="DrawTeam__Container-sc-"] .slick-list {
  overflow: hidden !important;
  overflow-x: hidden !important;
  overflow-y: hidden !important;
  padding: 0 !important;
  width: 100% !important;
}
[class*="DrawTeam__Container-sc-"] .slick-track {
  display: block !important;
  width: 700% !important;
  max-width: none !important;
  padding: 0 !important;
  gap: 0 !important;
  flex: none !important;
  /* Snapshot ships inline `left: -100%` from static slick markup;
     slick-js would have cleared it at runtime. We drive position via
     JS-set `transform` instead, so neutralise the inline left. */
  left: 0 !important;
  /* transform is driven by JS (setProperty with !important) */
}
[class*="DrawTeam__Container-sc-"] .slick-slide {
  display: inline-block !important;
  float: none !important;
  width: 14.2857142857% !important;
  flex: none !important;
  vertical-align: top;
}
[class*="DrawTeam__Container-sc-"] .slick-arrow {
  display: block !important;
  cursor: pointer;
}
[class*="DrawTeam__Container-sc-"] .slick-dots {
  display: block !important;
}
/* Snapshot captures the bio as a plain `<p>` sibling of the styled
   `<p class="bdYZvS">` (not a descendant), so `.bdYZvS p` from the per-
   page head doesn't match. Restyle every `<p>` inside the DetailsBlock
   to match the reference's Description style. */
[class*="DrawTeamMember__DetailsBlock-sc-"] p {
  color: rgb(255, 255, 255) !important;
  font-size: 18px;
  line-height: 1.56;
  text-align: center;
}
/* Keep the slide track from showing a scrollbar — arrows drive the
   scroll via initSlickArrowScroll, user shouldn't see a raw bar. */
[class*="home-games__Section-sc-"] .slick-list,
[class*="ScratchOffGames__InnerContainer"] .slick-list {
  overflow: hidden !important;
}
/* Slick builds an "infinite loop" by cloning the last N slides before
   the first real one and the first N after the last. Our static HTML
   captures those clones, and with transform:none forced globally, they
   render *before* the real first slide — so the newest game (#1693)
   appears as slide 4 instead of slide 1. Hide clones only for the
   ScratchOffGames carousel so the real order (newest → oldest) starts
   at position 1. NOTE: do NOT apply to Recent Winners (.bHWXED) — that
   carousel genuinely uses cloned center slides. */
[class*="home-games__Section-sc-"] [class*="ScratchOffGames__Container"] .slick-slide.slick-cloned,
[class*="home-games__Section-sc-"] [class*="ScratchOffGames__Slider"] .slick-slide.slick-cloned {
  display: none !important;
}
/* The section needs position: relative so arrows anchor correctly. */
[class*="home-games__Section-sc-"]:has([class*="ScratchOffGames__ArrowContainer"]) {
  position: relative;
}
/* Force SOG home carousel slides to uniform, RESPONSIVE width.
   The global `.slick-slide { width: auto !important }` default (line 33)
   collapses each slide to its content's natural width, producing uneven
   cards (382/467/366/...). The static snapshot's `style="width: 421px"`
   was captured at a specific viewport and isn't responsive.
   Here we size each slide as 1/N of the list width (with no gap) so the
   layout scales cleanly with the container across breakpoints, matching
   the live reference's slidesToShow behaviour:
     <768:   1 card
     768:    2 cards
     992:    3 cards
     1440+:  3 cards (container is capped at ~1261px by the outer
             Container-sc max-width: 1440px, so 3 × ~420 stays ideal) */
[class*="home-games__Section-sc-"] [class*="ScratchOffGames__Container"] .slick-track,
[class*="home-games__Section-sc-"] [class*="ScratchOffGames__Slider"] .slick-track {
  gap: 0 !important;
  padding: 0 !important;
}
[class*="home-games__Section-sc-"] [class*="ScratchOffGames__Container"] .slick-slide:not(.slick-cloned),
[class*="home-games__Section-sc-"] [class*="ScratchOffGames__Slider"] .slick-slide:not(.slick-cloned) {
  flex: 0 0 100% !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
}
@media (min-width: 768px) {
  [class*="home-games__Section-sc-"] [class*="ScratchOffGames__Container"] .slick-slide:not(.slick-cloned),
  [class*="home-games__Section-sc-"] [class*="ScratchOffGames__Slider"] .slick-slide:not(.slick-cloned) {
    flex: 0 0 50% !important;
    width: 50% !important;
    max-width: 50% !important;
  }
}
@media (min-width: 992px) {
  [class*="home-games__Section-sc-"] [class*="ScratchOffGames__Container"] .slick-slide:not(.slick-cloned),
  [class*="home-games__Section-sc-"] [class*="ScratchOffGames__Slider"] .slick-slide:not(.slick-cloned) {
    flex: 0 0 calc(100% / 3) !important;
    width: calc(100% / 3) !important;
    max-width: calc(100% / 3) !important;
  }
}

/* ---------- Scratch-off listing: toolbar/search runaway height ----------
   Without React, the Toolbar/search-input form inherits huge heights.
   Constrain to natural sizes so the grid sits below correctly. */
[class*=ScratchOffGames__Toolbar] {
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
}
[class*=search-input__Form] {
  height: auto !important;
  min-height: 0 !important;
  max-height: 60px !important;
  align-items: center !important;
}
[class*=ScratchOffGames__GameList] {
  height: auto !important;
  min-height: 0 !important;
}
[class*=ScratchOffGames__InnerContainer],
[class*=ScratchOffGames__Container] {
  height: auto !important;
  min-height: 0 !important;
}

/* Card grid renders left-to-right in DOM order (1691, 1692, 1693, ...)
   same as the live reference. An earlier PDF spec asked for RTL but
   the current reference (https://nylottery.ny.gov/scratch-off-games)
   is LTR, so we keep the browser default. */

/* Filter-by-price tiles highlight when selected by overrides.js. */
[class*="ScratchOffGames__InnerContainer-sc-"] .sort-container .page-button.selected {
  background: #021534 !important;
  color: #fff !important;
  border-color: #021534 !important;
}

.nyl-sog-minigame-trigger {
  position: absolute;
  left: 11.2%;
  top: 75.5%;
  z-index: 5;
  width: 150px;
  height: 54px;
  border: 0;
  border-radius: 4px;
  background: transparent;
  color: transparent;
  cursor: pointer;
}

.nyl-sog-minigame-trigger:focus-visible {
  outline: 3px solid #f9c80e;
  outline-offset: 4px;
}

.nyl-sog-modal-open {
  overflow: hidden;
}

.nyl-sog-game-overlay {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nyl-sog-game {
  position: relative;
}

.nyl-sog-game-close {
  position: absolute;
  cursor: pointer;
}

.nyl-sog-game-board {
  position: relative;
}

/* Exact Year of the Horse interactive marquee styles copied from the
   reference site's public bundle, translated to static override selectors. */
.nyl-sog-game-overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  flex-direction: column;
  padding: 0;
  margin: 0;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.4);
}

.nyl-sog-game {
  --max-width: 1416px;
  --close-x-color: #fff;
  --marquee-close-margin-x: 12px;
  --marquee-close-margin-y: 12px;
  --mobile-bg-size: contain;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: calc(100vw - 24px);
  max-width: 450px;
  height: auto;
  max-height: calc(100vh - 24px);
  margin: 16px;
  padding: 0;
  overflow: auto;
  border: 0;
  border-radius: 16px;
  background: #fefefe;
  box-shadow: none;
  outline: none;
}

.nyl-sog-game::before,
.nyl-sog-game::after {
  display: none;
}

.nyl-sog-game-close {
  top: var(--marquee-close-margin-y);
  right: var(--marquee-close-margin-x);
  z-index: 200;
  display: block;
  width: 15px;
  height: 15px;
  border: 0;
  background: transparent;
  color: var(--close-x-color);
  font-size: 28px;
  font-weight: bold;
  line-height: 16px;
  text-align: center;
}

.nyl-sog-yoth {
  --cards-max-width: 1168px;
  --gold-color: #e0c576;
  --button-translate-adjust: calc(19px + 12px);
  --mobile-game-started-y-translate-adjust: calc(20px + var(--button-translate-adjust));
  --desktop-game-started-y-translate-adjust: 32px;
  --transition-delay-play-again: 0s;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 640px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow-y: auto;
  color: #fff;
  background:
    url("/static/yoth-minigame/yoth-bg-mobile-top.png") center top / var(--mobile-bg-size, contain) no-repeat,
    url("/static/yoth-minigame/yoth-bg-mobile-bottom.png") center bottom / var(--mobile-bg-size, contain) no-repeat,
    #9d1c12;
  background-blend-mode: lighten;
}

.nyl-sog-golden-frame {
  position: absolute;
  width: calc(100% - 24px);
  height: calc(100% - 24px);
  border: 2px solid #e2c776;
  pointer-events: none;
  z-index: 10;
}

.nyl-sog-golden-frame-red-box {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 18px;
  height: 18px;
  background: #951612;
  z-index: 1;
}

.nyl-sog-golden-frame-piece {
  position: absolute;
  width: 40px;
  height: 40px;
  background: url("/static/yoth-minigame/golden-frame-piece.svg") top left / contain no-repeat;
}

.nyl-sog-golden-frame-piece.top-left {
  top: 0;
  left: 0;
  transform: rotate(-90deg);
}

.nyl-sog-golden-frame-piece.top-right {
  top: 0;
  right: 0;
}

.nyl-sog-golden-frame-piece.bottom-left {
  bottom: 0;
  left: 0;
  transform: rotate(-180deg);
}

.nyl-sog-golden-frame-piece.bottom-right {
  right: 0;
  bottom: 0;
  transform: rotate(90deg);
}

.nyl-sog-game-main {
  width: 100%;
  height: 100%;
  padding: 40px 16px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  opacity: 1;
  transition: opacity 0.5s var(--transition-delay-play-again);
}

.nyl-sog-yoth.has-congrats .nyl-sog-game-main {
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
}

.nyl-sog-game-head {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 0;
  z-index: 1;
}

#game-title {
  margin: 0 0 12px;
  color: var(--gold-color);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}

#game-instructions {
  margin: 0;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
}

.nyl-sog-primary,
.nyl-sog-secondary {
  min-width: 111px;
  height: 38px;
  padding: 12px;
  border: 0;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: none;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
}

.nyl-sog-primary {
  background: linear-gradient(90deg, #e0c576 0%, #d6a71f 100%);
  color: #000;
}

.nyl-sog-secondary {
  border: 1px solid #e0c576;
  background: #8e010c;
  color: #fff;
}

.nyl-sog-game-start {
  display: none;
  flex-shrink: 0;
}

.nyl-sog-game-start-mobile {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 217px;
  height: 62px;
  transform: translate(-50%, calc(-50% - 20px));
}

.nyl-sog-yoth.game-started .nyl-sog-game-start-mobile {
  display: none;
}

.nyl-sog-game-over-mobile {
  display: none;
  margin-top: 24px;
}

.nyl-sog-yoth.game-started .nyl-sog-game-over-mobile {
  display: flex;
}

.nyl-sog-game-stage {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 24px;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}

.nyl-sog-game-board {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(4, auto);
  gap: 10px;
  z-index: 1;
}

.nyl-sog-card {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 1 100%;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 25;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  transform: scale(1);
  transform-style: preserve-3d;
  transition: transform 0.5s;
  touch-action: manipulation;
  opacity: 0.6;
  z-index: 1;
}

.nyl-sog-card:not(:disabled) {
  cursor: pointer;
}

.nyl-sog-card[data-game-started="true"] {
  opacity: 1;
}

.nyl-sog-card.flip {
  transform: rotateY(180deg);
}

.nyl-sog-card .front-face,
.nyl-sog-card .back-face {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  backface-visibility: hidden;
}

.nyl-sog-card .front-face {
  transform: rotateY(180deg);
}

.nyl-sog-fact-bubble,
.nyl-sog-game-over {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 100%;
  max-width: 700px;
  padding: 32px;
  border: 2px solid #e0c576;
  border-radius: 30px;
  background: #8e010c;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  transform: translate(-50%, calc(-50% - var(--mobile-game-started-y-translate-adjust)));
}

.nyl-sog-fact-title,
.nyl-sog-game-over-title {
  margin-bottom: 4px;
  font-weight: 600;
}

.nyl-sog-game-over {
  max-width: 500px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  text-align: center;
}

.nyl-sog-game-over-text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.nyl-sog-game-over-title {
  font-size: 24px;
  line-height: 1.5;
}

.nyl-sog-game-over-instructions {
  font-size: 16px;
  line-height: 1.5;
}

.nyl-sog-popup-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 16px;
  margin: 16px;
  border: 0;
  background: transparent;
  color: inherit;
  font-size: 20px;
  line-height: 16px;
  cursor: pointer;
  z-index: 1;
}

.nyl-sog-end-buttons {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  justify-content: center;
}

.nyl-sog-completed {
  position: absolute;
  inset: 0;
  z-index: 10;
  pointer-events: none;
  overflow: hidden;
}

.nyl-sog-yoth.has-congrats .nyl-sog-completed {
  pointer-events: auto;
  overflow: auto;
}

.nyl-sog-completed-content {
  position: absolute;
  inset: 0;
  padding: 40px 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  overflow: auto;
  color: #fff;
}

.nyl-sog-completed-text {
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: center;
  line-height: 1.5;
  z-index: 2;
}

.nyl-sog-completed-text h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
}

.nyl-sog-completed-text h4 {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.nyl-sog-big-horse {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  object-fit: contain;
  transform: translate(0, 40%);
  opacity: 0.35;
  pointer-events: none;
}

.nyl-sog-fact-list {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: repeat(8, auto);
  row-gap: 18px;
  column-gap: 18px;
  margin-top: 32px;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
}

.nyl-sog-fact-list div {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 18px;
}

.nyl-sog-fact-list img {
  width: 80px;
  aspect-ratio: 16 / 25;
  object-fit: contain;
}

@media (min-width: 1075px) {
  .nyl-sog-game {
    --marquee-close-margin-x: 26px;
    --marquee-close-margin-y: 25px;
    width: calc(100vw - 64px);
    max-width: 1400px;
    max-height: 100%;
    border-radius: 12px;
  }

  .nyl-sog-yoth {
    min-height: 0;
    background:
      url("/static/yoth-minigame/yoth-bg.png") center center / cover no-repeat,
      radial-gradient(63.74% 42.49% at 50% 50%, #aa1b13 0%, #931d11 100%);
  }

  .nyl-sog-game-main {
    padding: 64px 64px 0;
    justify-content: space-between;
  }

  #game-title {
    font-size: 32px;
  }

  .nyl-sog-game-start {
    display: flex;
  }

  .nyl-sog-game-start-mobile,
  .nyl-sog-yoth.game-started .nyl-sog-game-over-mobile {
    display: none;
  }

  .nyl-sog-game-stage {
    height: 100%;
    padding-bottom: 64px;
  }

  .nyl-sog-game-board {
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 24px;
  }

  .nyl-sog-card {
    opacity: 1;
  }

  .nyl-sog-fact-bubble,
  .nyl-sog-game-over {
    transform: translate(-50%, calc(-50% - var(--desktop-game-started-y-translate-adjust)));
  }

  .nyl-sog-end-buttons {
    flex-direction: row;
    gap: 16px;
  }

  .nyl-sog-completed-content {
    padding: 64px;
    flex-direction: row;
    gap: 80px;
    overflow: hidden;
  }

  .nyl-sog-completed-text {
    max-width: 400px;
    justify-content: center;
    gap: 32px;
    text-align: left;
  }

  .nyl-sog-completed-text h3 {
    font-size: 32px;
  }

  .nyl-sog-completed-text h4 {
    font-size: 18px;
  }

  .nyl-sog-big-horse {
    width: 75%;
    transform: translate(50%, 37.5%);
    opacity: 1;
  }

  .nyl-sog-fact-list {
    grid-template-columns: repeat(2, auto);
    grid-template-rows: repeat(4, auto);
    column-gap: 64px;
    height: 100%;
    margin-top: 0;
  }

  .nyl-sog-fact-list img {
    width: 5vw;
    max-width: 80px;
  }
}

@media (max-width: 900px) {
  .nyl-sog-minigame-trigger {
    left: 11%;
    top: 74%;
    width: 126px;
    height: 48px;
  }
}

@media (max-height: 600px) {
  .nyl-sog-game {
    height: calc(100vh - 24px);
  }
}

@media (max-height: 600px) and (min-width: 1075px) {
  .nyl-sog-game {
    --mobile-bg-size: cover;
    max-width: 600px;
  }
}

/* ================================================================== */
/*  Sticky top navigation (Issue #2)                                   */
/*  The nav lives inside components/Header's <div data-chrome="header">*/
/*  which is the sticky's containing block. That wrapper is only as    */
/*  tall as its children (~108px), so plain `position: sticky` would   */
/*  detach the nav after 108px of scroll. Collapse the wrapper with    */
/*  `display: contents` so sticky's containing block is <body>, then   */
/*  pin the desktop + mobile nav bars.                                 */
/* ================================================================== */
[data-chrome="header"] {
  display: contents;
}
[class*="Header__HiddenTablet-sc-"],
[class*="Header__ShowTablet-sc-"] {
  position: sticky;
  top: 0;
  z-index: 100;
}
/* Ticker strip should stay in flow (below the sticky nav is fine). */
[class*="Ticker__Wrapper"] { z-index: 90; }

/* ================================================================== */
/*  Accordion open state (Issue #7, #11)                               */
/*  overrides.js toggles `opened-content` + inline height. Add a tiny  */
/*  transition so it animates.                                         */
/* ================================================================== */
[class*="accordion__Content-sc-"] {
  transition: height 250ms ease !important;
}
[class*="accordion__Content-sc-"].opened-content {
  animation: none !important;
}
[class*="accordion__ArrowIcon-sc-"] {
  transition: transform 200ms ease;
}

/* ================================================================== */
/*  Dropdown open state (Issue #9)                                     */
/*  When overrides.js adds .dropdown-open, only flip the native        */
/*  animation props (max-height/visibility) — leave the reference's    */
/*  own background/color/padding/border-bottom rules (e.g. .hPmqX) in  */
/*  charge of the look so each page's dropdown matches its origin.    */
/* ================================================================== */
[class*="dropdown__Container-sc-"].dropdown-open {
  position: relative;
}
[class*="dropdown__Container-sc-"].dropdown-open [class*="dropdown__DropdownContent-sc-"],
[class*="dropdown__Container-sc-"].dropdown-open [class*="dropdown__List-sc-"],
[class*="dropdown__Container-sc-"].dropdown-open [class*="dropdown__Options-sc-"] {
  max-height: none !important;
  visibility: visible !important;
  overflow: visible !important;
}

/* All Winning Numbers dropdown uses a light list, not the dark sort-by
   palette. White background, navy text, soft hover; divider lines between
   items. Scope everything to the page's container so the scratch-off
   sort dropdown keeps its dark palette. */
[class*="AllWinningNumbers__DropdownContainer-sc-"] [class*="dropdown__Container-sc-"].dropdown-open [class*="dropdown__DropdownContent-sc-"],
[class*="AllWinningNumbers__DropdownContainer-sc-"] [class*="dropdown__Container-sc-"].dropdown-open [class*="dropdown__List-sc-"],
[class*="AllWinningNumbers__DropdownContainer-sc-"] [class*="dropdown__Container-sc-"].dropdown-open [class*="dropdown__Options-sc-"] {
  background: #fff;
  color: #0a2461;
  border: 1px solid #d5d8e0;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}
[class*="AllWinningNumbers__DropdownContainer-sc-"] [class*="dropdown__Container-sc-"].dropdown-open .item {
  color: #0a2461;
  background: #fff;
  border-bottom: 1px solid #e6e8ee;
  text-align: center;
}
[class*="AllWinningNumbers__DropdownContainer-sc-"] [class*="dropdown__Container-sc-"].dropdown-open .item:last-child {
  border-bottom: none;
}
[class*="AllWinningNumbers__DropdownContainer-sc-"] [class*="dropdown__Container-sc-"].dropdown-open .item:hover {
  background: #f2f4f8;
}

/* Filter/Search buttons on All Winning Numbers: active state = navy pill,
   inactive = grey. The snapshot ships with `inactive` by default; JS
   toggles it to `active` once the form has valid input. */
[class*="AllWinningNumbers__FilterButton-sc-"].active,
[class*="AllWinningNumbers__SearchButton-sc-"].active {
  background: #021534 !important;
  color: #fff !important;
  cursor: pointer !important;
}
[class*="AllWinningNumbers__ClearButton-sc-"]:not([disabled]) {
  cursor: pointer;
}

/* Draw Team arrows need to look clickable */
[class*="DrawTeam__PrevArrow-sc-"],
[class*="DrawTeam__NextArrow-sc-"] {
  cursor: pointer;
}

/* ================================================================== */
/*  Promotion page modals (Issue #15)                                  */
/*  overrides.js injects the captured modal HTML; it already carries   */
/*  PromotionsGenericModal__* classes from the reference but those     */
/*  styled-component rules aren't in our per-page head CSS. Match the  */
/*  reference modal geometry so FAQ / guidelines popups stay identical.*/
/* ================================================================== */
.nyl-promotion-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2000;
  padding: 20px;
}
.nyl-promotion-modal-loading {
  background: #fff;
  padding: 24px 32px;
  border-radius: 8px;
  color: #021534;
}
.nyl-promotion-modal-overlay [class*="PromotionsGenericModal__ModalContent"],
.nyl-promotion-modal-overlay [role="dialog"] {
  background: #fff;
  max-width: 1024px;
  width: min(calc(100vw - 40px), 1024px);
  max-height: 75vh;
  overflow: visible;
  padding: 0 40px;
  border-radius: 24px;
  position: relative;
  color: #021534;
  box-shadow: rgba(0, 0, 0, 0.2) 0 20px 36px 0;
}
.nyl-promotion-modal-overlay [class*="PromotionsGenericModal__CloseButton"] {
  position: absolute;
  top: 24px;
  right: 40px;
  background: transparent;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  padding: 0;
  width: 32px;
  height: 32px;
}
.nyl-promotion-modal-overlay [class*="PromotionsGenericModal__ModalTitle"] {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  margin: 56px 0 10px;
  color: #021534;
}
.nyl-promotion-modal-overlay [class*="PromotionsGenericModal__ModalBody"] {
  max-height: calc(75vh - 97px);
  overflow-y: auto;
  padding: 0 0 40px;
}
.nyl-promotion-modal-overlay [class*="PromotionsGenericModal__ModalBody"] p {
  margin: 0 0 25px;
  line-height: 21px;
  font-size: 14px;
}
.nyl-promotion-modal-overlay [class*="PromotionsGenericModal__ModalBody"] strong {
  color: #021534;
  font-weight: 600;
}
.nyl-promotion-modal-overlay a {
  color: #0060a7;
  text-decoration: underline;
}

/* ================================================================== */
/*  Promotion drawing detail pages                                     */
/*  New promotion snapshots can reuse older full heads, but several    */
/*  current pages carry fresh styled-component hash classes that are    */
/*  absent from those heads. Fill only those missing classes here.      */
/* ================================================================== */
[data-clone-body^="promotions/drawings/"] .iCjabM {
  background: #f7f7f7;
  color: #021534;
  padding: 50px 0 90px;
}

[data-clone-body^="promotions/drawings/"] .iDOuAP,
[data-clone-body="promotions/drawings/promotional/336"] .fAcsJe {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

@media (max-width: 991px) {
  [data-clone-body^="promotions/drawings/"] .iDOuAP,
  [data-clone-body="promotions/drawings/promotional/336"] .fAcsJe {
    margin-top: 40px;
  }
}

@media (min-width: 991px) {
  [data-clone-body^="promotions/drawings/"] .iDOuAP {
    display: grid;
    gap: 60px 20px;
    grid-template-areas:
      "entry-confirmed entry-confirmed"
      "details panel"
      "how panel"
      "what panel"
      "prizes prizes"
      "footer-buttons .";
    grid-template-columns: 1fr 1fr;
  }

  [data-clone-body="promotions/drawings/promotional/336"] .fAcsJe {
    display: grid;
    gap: 60px 20px;
    grid-template-areas:
      "entry-confirmed entry-confirmed"
      "details panel"
      "how panel"
      "what panel"
      "prizes panel"
      "footer-buttons .";
    grid-template-columns: 1fr 1fr;
  }
}

[data-clone-body^="promotions/drawings/"] .iDfdmr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

@media (min-width: 991px) {
  [data-clone-body^="promotions/drawings/"] .iDfdmr {
    align-items: stretch;
    flex-direction: row;
    gap: 20px;
    grid-area: prizes;
  }
}

[data-clone-body^="promotions/drawings/"] .nnmGI {
  align-items: center;
  display: flex;
  flex: 1 1 0%;
  flex-direction: row;
  min-width: 0;
}

@media (min-width: 991px) {
  [data-clone-body^="promotions/drawings/"] .nnmGI {
    max-width: 33.333%;
  }
}

[data-clone-body^="promotions/drawings/"] .hqGzsv {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  padding: 0 14px;
}

[data-clone-body^="promotions/drawings/"] .jWpBzp {
  border-radius: 12px;
  height: 120px;
  width: 160px;
}

[data-clone-body^="promotions/drawings/"] .buYlWJ {
  color: #021534;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
}

[data-clone-body^="promotions/drawings/"] .cfKCru {
  color: #021534;
  font-size: 14px;
  line-height: 1.4;
}

[data-clone-body="promotions/drawings/promotional/336"] .eWgGFn {
  align-items: center;
  background: url("/cms-cdn/sites/default/files/2026-04/Mets%20Hero%204.jpg") center center / cover no-repeat;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
  min-height: 316px;
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (min-width: 991px) {
  [data-clone-body="promotions/drawings/promotional/336"] .eWgGFn {
    gap: 30px;
    min-height: 434px;
  }
}

[data-clone-body="promotions/drawings/promotional/336"] .mrDlC {
  max-width: 75vw;
}

@media (min-width: 768px) {
  [data-clone-body="promotions/drawings/promotional/336"] .mrDlC {
    max-width: 50vw;
  }
}

@media (min-width: 991px) {
  [data-clone-body="promotions/drawings/promotional/336"] .mrDlC {
    max-width: 548px;
  }
}

[data-clone-body="promotions/drawings/promotional/336"] .eRPVLe {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  margin-top: 4px;
}

@media (min-width: 991px) {
  [data-clone-body="promotions/drawings/promotional/336"] .eRPVLe {
    font-size: 20px;
  }
}

[data-clone-body="promotions/drawings/promotional/336"] .gvprgH {
  display: flex;
  flex-direction: column;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

@media (min-width: 991px) {
  [data-clone-body="promotions/drawings/promotional/336"] .gvprgH {
    grid-area: prizes;
  }
}

[data-clone-body="promotions/drawings/promotional/336"] .kiCODJ,
[data-clone-body="promotions/drawings/promotional/336"] .DZpAr {
  align-items: center;
  background: #ff7026;
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  min-height: 119px;
  overflow: hidden;
  padding: 20px;
  position: relative;
}

[data-clone-body="promotions/drawings/promotional/336"] .DZpAr {
  background: #fddb18;
}

[data-clone-body="promotions/drawings/promotional/336"] .uQdBT {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}

[data-clone-body="promotions/drawings/promotional/336"] .yrtTY {
  background: #fff;
  border-radius: 999px;
  box-shadow: rgba(13, 18, 28, 0.1) 0 0 40px -8px;
  color: #101828;
  display: block;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  margin: 0 0 16px;
  padding: 4px 8px;
  width: max-content;
}

[data-clone-body="promotions/drawings/promotional/336"] .ksyaj {
  color: #101828;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 5px;
  padding-right: 200px;
}

[data-clone-body="promotions/drawings/promotional/336"] .dQDzzx {
  color: #101828;
  font-size: 16px;
  line-height: 1.5;
}

[data-clone-body="promotions/drawings/promotional/336"] .loEBiP {
  align-items: center;
  color: #101828;
  display: flex;
  font-size: 12px;
  font-weight: 500;
  gap: 6px;
  margin: 0;
}

[data-clone-body="promotions/drawings/promotional/336"] .gzpaCD {
  height: 14px;
  width: 10.5px;
}

[data-clone-body="promotions/drawings/promotional/336"] .enFFrM {
  bottom: 0;
  display: block;
  pointer-events: none;
  position: absolute;
  right: 0;
}

[data-clone-body="promotions/drawings/promotional/336"] .dMMDky {
  display: block;
  height: auto;
  max-width: 165px;
}

/* ================================================================== */
/*  Email-preference popup modal (Issue #21)                           */
/*  Reference styled-components generate dynamic hash classes that     */
/*  aren't captured in our head CSS, so we style by the stable         */
/*  popup-modal__* base classes.                                       */
/* ================================================================== */
/* Selector note: we combine [class*="popup-modal__StyledDialogContent"]
   with [data-reach-dialog-content] because the captured head ships a
   generic `[data-reach-dialog-content] { background:#fff; width:50vw; ... }`
   rule. Using both attribute selectors lifts our specificity to 0,0,2,0
   and lets us override those generic defaults. */
[class*="popup-modal__StyledDialogContent"][data-reach-dialog-content] {
  position: fixed;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  transform: translate(-50%, -50%);
  margin: 0;
  width: min(900px, calc(100% - 40px));
  max-width: 900px;
  min-height: 300px;
  height: auto;
  padding: 35px;
  background: #021534;
  color: #fff;
  border-radius: 20px;
  z-index: 2000;
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.35);
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* Backdrop: a dedicated sibling element (.nyl-modal-backdrop) is
   injected by overrides.js and sits just behind the modal so the
   modal's own background stays solid. Using ::before here broke that
   layering — z-index:-1 on a fixed pseudo of a z-index:2000 host still
   paints on top of the host's own background-color (Safari/Chrome
   stacking context rules), bleeding the veil through the modal. */
.nyl-modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 1999;
  pointer-events: none;
}
/* Hide the backdrop when the modal is closed. */
.nyl-modal-backdrop.nyl-modal-closed {
  display: none !important;
}
[class*="popup-modal__CloseButton"] {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 26px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 0;
  cursor: pointer;
  padding: 4px;
  border-radius: 4px;
}
[class*="popup-modal__CloseButton"] svg {
  width: 18px;
  height: 18px;
  color: #fff;
}
[class*="popup-modal__VisuallyHidden"] {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0);
  white-space: nowrap; border: 0;
}
[class*="popup-modal__Title"]:not([class*="Mobile"]) {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin: 50px 0 0 0;
  line-height: 48px;
  color: #fff;
}
[class*="popup-modal__Description"]:not([class*="Mobile"]) {
  font-size: 16px;
  text-align: center;
  margin: 0;
  padding: 30px 50px;
  max-width: 80%;
  line-height: 1.4;
  color: #fff;
}
/* Hide mobile-only duplicates on desktop */
@media (min-width: 768px) {
  [class*="popup-modal__TitleMobile"],
  [class*="popup-modal__DescriptionMobile"] {
    display: none !important;
  }
}
@media (max-width: 767px) {
  [class*="popup-modal__Title"]:not([class*="Mobile"]),
  [class*="popup-modal__Description"]:not([class*="Mobile"]) {
    display: none !important;
  }
}
[class*="popup-modal__StyledDialogContent"] [class*="SubscribeForm__Container"] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  max-width: 70%;
  width: 100%;
}
[class*="popup-modal__StyledDialogContent"] [class*="SubscribeForm__InputContainer"] {
  width: 100%;
}
[class*="popup-modal__StyledDialogContent"] [class*="SubscribeForm__InputContainer"] input {
  width: 100%;
  padding: 14px 20px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 16px;
  box-sizing: border-box;
}
[class*="popup-modal__StyledDialogContent"] [class*="SubscribeForm__InputContainer"] input::placeholder {
  color: rgba(255, 255, 255, 0.55);
}
[class*="popup-modal__StyledDialogContent"] [class*="SubscribeForm__SecondaryButton"] {
  background: #fff;
  color: #021534;
  padding: 15px 0;
  width: 200px;
  height: 46px;
  border-radius: 22px;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  cursor: pointer;
  border: 0;
  margin: 30px 0 0;
}
/* Modal closed state — JS sets data-state="closed" or hides via inline */
[class*="popup-modal__StyledDialogContent"][data-state="closed"],
[class*="popup-modal__StyledDialogContent"].nyl-modal-closed {
  display: none !important;
}

/* ================================================================== */
/*  Help Center expanded FAQ view (click "See More")                   */
/*                                                                     */
/*  Reference uses styled-components hash classes that our snapshot    */
/*  never captured (the expanded layout is only rendered after a       */
/*  client-side state transition). We build the expanded DOM ourselves */
/*  and style the stable class names (.tabs-container, .tab,           */
/*  .selectedQuestions, DropdownPlus__DropdownContainer, etc.) to      */
/*  match the reference computed-style measurements.                   */
/* ================================================================== */
.nyl-hc-expanded-section {
  display: flex;
  flex-direction: column;
  max-width: 900px;
  margin: 0 auto;
  padding: 24px 16px 0;
  text-align: left;
}
.nyl-hc-expanded-section .back-btn {
  display: inline-block;
  width: fit-content;
  color: rgb(2, 21, 52);
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
  text-decoration: none;
  background: none;
  border: 0;
  padding: 0;
  margin: 0 0 30px;
}
.nyl-hc-expanded-section .back-btn::before {
  content: "< ";
}
.nyl-hc-expanded-section .nyl-hc-faqs-heading {
  font-size: 32px;
  font-weight: 500;
  color: rgb(51, 51, 51);
  margin: 0 0 30px;
  text-align: left;
  line-height: 32px;
}
.nyl-hc-expanded-section [class*="QuestionsInnerBlock"],
.nyl-hc-expanded-section .nyl-hc-expanded-inner {
  display: flex;
  flex-direction: row;
  gap: 82px;
  align-items: flex-start;
}
.nyl-hc-expanded-section .tabs-container {
  display: flex;
  flex-direction: column;
  flex: 0 0 257px;
  width: 257px;
}
.nyl-hc-expanded-section .tab {
  padding: 10px;
  font-size: 20px;
  font-weight: 500;
  color: rgb(0, 0, 0);
  background: transparent;
  text-align: left;
  border: 0;
  border-radius: 5px;
  cursor: pointer;
  line-height: 1.2;
  font-family: inherit;
}
.nyl-hc-expanded-section .tab.active {
  background: rgb(242, 242, 242);
  color: rgb(0, 96, 167);
}
.nyl-hc-expanded-section .questions {
  flex: 1 1 auto;
  text-align: left;
}
.nyl-hc-expanded-section .selectedQuestions h3 {
  font-size: 32px;
  font-weight: 500;
  color: rgb(51, 51, 51);
  margin: 0 0 30px;
  text-align: left;
  line-height: 32px;
}
.nyl-hc-expanded-section [class*="DropdownPlus__DropdownContainer"],
.nyl-hc-expanded-section .nyl-hc-dropdown {
  display: flex;
  flex-direction: row;
  margin: 5px 0 15px;
  color: rgb(0, 96, 167);
}
.nyl-hc-expanded-section .nyl-hc-dropdown-icon,
.nyl-hc-expanded-section [class*="DropdownPlus__DropdownIcon"] {
  flex: 0 0 23px;
  width: 23px;
  font-size: 30px;
  font-weight: 400;
  color: rgb(0, 96, 167);
  line-height: 21px;
  user-select: none;
  cursor: pointer;
}
.nyl-hc-expanded-section .nyl-hc-dropdown .right {
  flex: 1 1 auto;
  color: rgb(0, 96, 167);
}
.nyl-hc-expanded-section .nyl-hc-dropdown .header {
  font-size: 18px;
  font-weight: 600;
  color: rgb(0, 96, 167);
  line-height: 21px;
  cursor: pointer;
  text-align: left;
}
.nyl-hc-expanded-section .nyl-hc-dropdown .answer {
  display: none;
  padding: 10px 0 0;
  color: rgb(31, 31, 31);
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
}
.nyl-hc-expanded-section .nyl-hc-dropdown .answer p {
  margin: 0;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
.nyl-hc-expanded-section .nyl-hc-dropdown .answer p + p {
  margin-top: 12px;
}
.nyl-hc-expanded-section .nyl-hc-dropdown .answer ul,
.nyl-hc-expanded-section .nyl-hc-dropdown .answer ol {
  margin: 8px 0;
  padding-left: 24px;
}
.nyl-hc-expanded-section .nyl-hc-dropdown .answer a {
  color: rgb(0, 96, 167);
  text-decoration: underline;
}
.nyl-hc-expanded-section .nyl-hc-dropdown.open .answer {
  display: block;
}
/* When expanded view is showing, hide the overview heading + grid */
[data-hc-state="expanded"] [class*="QuestionsBlock-sc-"],
[data-hc-state="expanded"] [class*="QuestionsSection-sc-"],
[data-hc-state="expanded"] [class*="TabTitle-sc-"] {
  display: none !important;
}

/* Hero transforms when help-center is in expanded state:
   reference goes from navy-stacked to light-gray side-by-side. */
[data-hc-state="expanded"] [class*="HeroContainer-sc-"] {
  background: rgb(242, 242, 242) !important;
  color: rgb(0, 0, 0) !important;
  height: 275px !important;
}
[data-hc-state="expanded"] [class*="HeroLayer2-sc-"] {
  flex-direction: row !important;
  align-items: center;
  max-width: 1160px;
  width: 100%;
  margin: 0 auto !important;
  padding: 0 90px;
  box-sizing: border-box;
}
[data-hc-state="expanded"] [class*="HeroInnerContainer-sc-"] {
  margin: 0 !important;
  width: auto !important;
  max-width: none !important;
}
[data-hc-state="expanded"] [class*="HeroText-sc-"] {
  flex: 1 1 auto !important;
  padding-top: 0 !important;
  margin-left: 75px;
}
[data-hc-state="expanded"] [class*="Title-sc-"] {
  color: rgb(0, 0, 0) !important;
  font-size: 40px !important;
}
[data-hc-state="expanded"] [class*="Subtitle-sc-"] {
  color: rgb(0, 0, 0) !important;
  font-size: 22px !important;
}
[data-hc-state="expanded"] [class*="SearchBox-sc-"] input,
[data-hc-state="expanded"] [class*="SearchBox-sc-"] input::placeholder {
  color: rgb(2, 21, 52) !important;
}

/* ================================================================== */
/*  Help Center "Still Need Help? Contact Us" — top/bottom structure   */
/*                                                                     */
/*  Reference layout: form fills the panel width on top, then a        */
/*  horizontal divider, then phones | postal-address as TWO side-by-   */
/*  side columns below. Our snapshot uses CollapsedContact > section + */
/*  div siblings (siblings stack as block). JS forces display:flex so  */
/*  we explicitly stack with flex-direction: column to keep top/bottom */
/*  layout regardless of viewport, and let the address row arrange its */
/*  two .address children side-by-side.                                */
/* ================================================================== */
[class*="CollapsedContact-sc-"] {
  flex-direction: column !important;
  align-items: stretch !important;
  max-width: 1160px;
  margin: 0 auto !important;
}
[class*="CollapsedContact-sc-"] [class*="ContactSection-sc-"] {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  border-bottom: 0;
}
[class*="CollapsedContact-sc-"] [class*="ContactFormAddress-sc-"] {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  border-top: 1px solid rgba(2, 21, 52, 0.15) !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: flex-start !important;
  justify-content: center !important;
  gap: 60px !important;
  padding: 30px 20px !important;
}
[class*="CollapsedContact-sc-"] [class*="ContactFormAddress-sc-"] .address {
  display: block !important;
  flex: 0 1 auto !important;
  width: auto !important;
  justify-content: flex-start !important;
}
[class*="CollapsedContact-sc-"] [class*="ContactFormAddress-sc-"] .primary-address {
  border-right: 1px solid rgba(2, 21, 52, 0.15);
  padding-right: 60px;
}

/* ================================================================== */
/*  Help Center search results section (Issue #22)                     */
/* ================================================================== */
.nyl-hc-search-section {
  padding: 24px 0;
  max-width: 900px;
  margin: 0 auto;
}
.nyl-hc-search-section .back-btn {
  display: inline-block;
  cursor: pointer;
  color: #0060a7;
  font-weight: 500;
  margin-bottom: 16px;
  text-decoration: underline;
}
.nyl-hc-search-section h2 {
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 8px;
  color: #021534;
}
.nyl-hc-search-section .nyl-hc-search-count {
  color: #555;
  margin: 0 0 16px;
}
.nyl-hc-search-section .nyl-hc-search-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.nyl-hc-search-section .nyl-hc-search-list li {
  padding: 12px 0;
  border-bottom: 1px solid #eee;
}
.nyl-hc-search-section .nyl-hc-search-list a {
  color: #021534;
  font-weight: 500;
}

/* ================================================================== */
/*  Live Drawings sidebar — "Next Live Broadcast" carousel (Issue #6b) */
/*                                                                     */
/*  The sidebar uses a real slick-slider with slick-dots + two arrows. */
/*  Clone snapshot captures a static state where the flex track lays   */
/*  all 7 game tiles side by side, so only ~2 fit and the 2nd is       */
/*  clipped. We pin the list width, hide overflow, and pulse-scroll    */
/*  one tile at a time; dots/arrows are styled per reference.          */
/* ================================================================== */
[class*="LiveGames__Sidebar-sc-"] .slick-slider {
  position: relative;
  margin-top: 5px;
  padding-bottom: 40px;          /* space for arrow/dots row below */
}
[class*="LiveGames__Sidebar-sc-"] .slick-list {
  overflow: hidden !important;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
}
[class*="LiveGames__Sidebar-sc-"] .slick-track {
  display: flex !important;
  transform: none !important;
  width: auto !important;
  gap: 10px;
}
[class*="LiveGames__Sidebar-sc-"] .slick-slide {
  flex: 0 0 auto;                /* width is set inline by overrides.js so */
  scroll-snap-align: start;      /* exactly two cards fit per page */
  margin: 10px 0 !important;
}
[class*="LiveGames__Sidebar-sc-"] .slick-slide > div,
[class*="LiveGames__Sidebar-sc-"] .slick-slide > div > [class*="LiveGames__Game-sc-"] {
  width: 100%;
  margin-right: 0;
}
/* Bottom row: arrows + pill, matching the reference .hsrgGw rules.
   Arrows share the same dark rgb(55,73,89) fill as the pill; chevron
   is white on that dark circle. */
[class*="LiveGames__Sidebar-sc-"] [class*="LiveGames__Arrow-sc-"].slick-arrow,
[class*="LiveGames__Sidebar-sc-"] .slick-arrow {
  display: flex !important;
  position: absolute;
  top: auto !important;
  bottom: 4px;
  transform: none !important;
  width: 32px;
  height: 32px;
  border-radius: 50% !important;
  background: rgb(55, 73, 89) !important;
  box-shadow: none !important;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 4;
  font-size: 0;
  color: #fff;
}
[class*="LiveGames__Sidebar-sc-"] .slick-arrow.slick-prev { left: 10px; }
[class*="LiveGames__Sidebar-sc-"] .slick-arrow.slick-next { right: 10px; left: auto; }
[class*="LiveGames__Sidebar-sc-"] .slick-arrow::before,
[class*="LiveGames__Sidebar-sc-"] .slick-arrow::after {
  content: "";
  display: block;
  width: 8px; height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
[class*="LiveGames__Sidebar-sc-"] .slick-arrow.slick-prev::before {
  transform: rotate(-135deg);
  margin-left: 3px;
}
[class*="LiveGames__Sidebar-sc-"] .slick-arrow.slick-next::before {
  transform: rotate(45deg);
  margin-left: -3px;
}
[class*="LiveGames__Sidebar-sc-"] .slick-arrow.slick-disabled {
  opacity: 0.35;
  cursor: default;
}
[class*="LiveGames__Sidebar-sc-"] .slick-arrow::after { display: none; }
/* Dots row — injected by overrides.js. */
/* Rounded-pill dots row between the two arrows. Each bar has its
   own left/right fade (linear-gradient background) so the ends blur
   into the pill — the reference achieves the same effect with a
   semi-transparent 2px stripe that visually feathers on the dark
   pill. */
[class*="LiveGames__Sidebar-sc-"] .slick-slider > .slick-dots {
  position: absolute !important;
  bottom: 4px !important;
  top: auto !important;
  left: 50% !important;
  right: auto !important;
  transform: translateX(-50%) !important;
  width: calc(100% - 100px) !important;
  max-width: 220px;
  height: 32px !important;
  background: rgb(55, 73, 89) !important;
  border-radius: 32px !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 8px;
  list-style: none;
  padding: 0 18px;
  margin: 0;
  pointer-events: auto;
  z-index: 4;
}
[class*="LiveGames__Sidebar-sc-"] .slick-slider > .slick-dots li {
  flex: 1 1 auto;
  height: 2px !important;
  width: auto !important;
  min-width: 20px;
  max-width: 28px;
  margin: 0 !important;
  border-radius: 0 !important;
  background: linear-gradient(
    to right,
    rgba(209, 224, 255, 0)   0%,
    rgba(209, 224, 255, 0.4) 25%,
    rgba(209, 224, 255, 0.4) 75%,
    rgba(209, 224, 255, 0)   100%
  );
  cursor: pointer;
  transition: opacity 150ms ease;
}
[class*="LiveGames__Sidebar-sc-"] .slick-slider > .slick-dots li.slick-active {
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0)   0%,
    rgba(255, 255, 255, 1)   25%,
    rgba(255, 255, 255, 1)   75%,
    rgba(255, 255, 255, 0)   100%
  );
}

.nyl-promotion-modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(2, 21, 52, 0.68);
}

.nyl-promotion-modal-loading,
.nyl-promotion-modal-card {
  width: min(620px, 94vw);
  max-height: min(720px, 86vh);
  overflow: auto;
  border-radius: 8px;
  background: #fff;
  color: #021534;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.35);
}

.nyl-promotion-modal-loading {
  padding: 32px;
  text-align: center;
  font-weight: 700;
}

.nyl-promotion-modal-card {
  position: relative;
  padding: 32px;
}

.nyl-promotion-modal-card h2 {
  margin: 0 48px 18px 0;
  font-size: 28px;
  line-height: 1.15;
  color: #004980;
}

.nyl-promotion-modal-card p {
  margin: 0 0 14px;
  font-size: 16px;
  line-height: 1.5;
}

.nyl-promotion-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: #004980;
  color: #fff;
  font-size: 26px;
  line-height: 36px;
  cursor: pointer;
}

.nyl-video-poster {
  min-height: 340px;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
}

.nyl-video-poster-powerball {
  background-color: #e21a3d;
}

.nyl-live-drawing-card {
  position: relative;
  width: 84% !important;
  max-width: 602px;
  min-width: 0;
  aspect-ratio: 16 / 9;
  height: auto !important;
  min-height: 0;
  padding: 0 !important;
  margin: 2px auto 12px !important;
  overflow: hidden !important;
  border-radius: 0;
  background: #021534;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
  cursor: pointer;
}

.nyl-live-drawing-card #videoFrame,
.nyl-live-drawing-card .nyl-powerball-brightcove-frame {
  position: absolute;
  inset: 0;
  z-index: 3;
  width: 100% !important;
  height: 100% !important;
  overflow: hidden !important;
}

.nyl-live-drawing-card #videoFrame iframe,
.nyl-live-drawing-card #videoFrame video,
.nyl-live-drawing-card #videoFrame .video-js {
  width: 100% !important;
  height: 100% !important;
}

.nyl-live-drawing-card:not(.nyl-brightcove-mounted) #videoFrame:empty {
  pointer-events: none;
}

.nyl-live-drawing-fallback {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  background: #021534;
}

.nyl-live-official-poster {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nyl-live-drawing-fallback::before {
  content: "";
  position: absolute;
  inset: 0 0 24px;
  background:
    radial-gradient(circle at 7% 12%, rgba(255, 255, 255, 0.1) 0 1px, transparent 2px),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.055) 0 34px, transparent 34px 68px),
    linear-gradient(135deg, #e2143f 0%, #d81738 50%, #ea2541 100%);
}

.nyl-live-drawing-fallback::after {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  right: -80px;
  bottom: -96px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
}

.nyl-live-pb-logo {
  position: relative;
  z-index: 1;
  margin: 7% auto 2%;
  width: max-content;
  color: #fff;
  font-size: clamp(9px, 1vw, 12px);
  font-weight: 800;
  letter-spacing: 1px;
  text-align: center;
}

.nyl-live-pb-logo span {
  display: inline-block;
  margin-left: 8px;
  padding: 0.5em 0.7em;
  border-radius: 999px;
  background: #f1f2f2;
  color: #172033;
  font-size: clamp(22px, 2.55vw, 31px);
  letter-spacing: 0.24em;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.15);
}

.nyl-live-pb-logo b {
  display: inline-grid;
  place-items: center;
  width: clamp(31px, 3.65vw, 44px);
  height: clamp(31px, 3.65vw, 44px);
  margin-left: -6px;
  border-radius: 50%;
  background: #d7193f;
  color: #fff;
  font-size: clamp(10px, 1.15vw, 14px);
  letter-spacing: 0;
  vertical-align: middle;
}

.nyl-live-pb-logo small {
  display: block;
  width: clamp(104px, 11.6vw, 140px);
  margin: -7px auto 0;
  background: #fff;
  color: #172033;
  font-size: clamp(10px, 1.15vw, 14px);
  letter-spacing: 1px;
  line-height: 1.2;
}

.nyl-live-title {
  position: relative;
  z-index: 1;
  width: 86%;
  max-width: 526px;
  margin: 0 auto;
  padding: 2.4% 3% 2%;
  background: #020202;
  color: #fff;
  font-size: clamp(36px, 4.85vw, 58px);
  font-style: italic;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  transform: skew(-8deg);
}

.nyl-live-subtitle {
  position: relative;
  z-index: 1;
  margin-top: 2%;
  color: #fff;
  font-size: clamp(14px, 1.75vw, 21px);
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 1px;
}

.nyl-live-preview {
  position: absolute;
  z-index: 2;
  right: 10px;
  bottom: 7%;
  width: 34%;
  max-width: 205px;
  aspect-ratio: 205 / 116;
  height: auto;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.22);
}

.nyl-live-preview-logo {
  position: absolute;
  left: 20%;
  top: 28%;
  color: #172033;
  font-size: clamp(10px, 1.35vw, 16px);
  font-weight: 900;
  letter-spacing: 0.5em;
}

.nyl-live-preview-logo b {
  display: inline-grid;
  place-items: center;
  width: clamp(14px, 1.8vw, 22px);
  height: clamp(14px, 1.8vw, 22px);
  margin-left: -6px;
  border-radius: 50%;
  background: #d7193f;
  color: #fff;
  font-size: clamp(4px, 0.5vw, 6px);
  letter-spacing: 0;
  vertical-align: middle;
}

.nyl-live-preview-logo small {
  display: block;
  width: 52%;
  margin: -2px 0 0 52%;
  background: #f1f2f2;
  color: #172033;
  font-size: clamp(4px, 0.42vw, 5px);
  letter-spacing: 0;
  line-height: 1.6;
}

.nyl-live-play {
  position: absolute;
  left: 44%;
  top: 27%;
  width: 24%;
  aspect-ratio: 1;
  height: auto;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.32);
}

.nyl-live-play::after {
  content: "";
  position: absolute;
  left: 38%;
  top: 26%;
  border-top: clamp(9px, 1vw, 12px) solid transparent;
  border-bottom: clamp(9px, 1vw, 12px) solid transparent;
  border-left: clamp(13px, 1.5vw, 18px) solid rgba(255, 255, 255, 0.9);
}

.nyl-live-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 7px 9px;
  background: rgba(0, 0, 0, 0.42);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.nyl-live-replay-preview {
  position: absolute;
  right: 14px;
  bottom: 16px;
  z-index: 6;
  display: block;
  width: min(41.5%, 258px);
  aspect-ratio: 205 / 116;
  height: auto;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: #ffffff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.28);
  cursor: pointer;
}

.nyl-live-replay-preview:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: 3px;
}

.nyl-live-replay-thumb {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nyl-live-replay-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to bottom, rgba(0, 0, 0, 0.14), transparent 36%),
    linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent 42%);
}

.nyl-live-replay-play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 52px;
  height: 52px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.38);
}

.nyl-live-replay-play::after {
  content: "";
  position: absolute;
  left: 21px;
  top: 15px;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 16px solid rgba(255, 255, 255, 0.9);
}

.nyl-live-replay-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 8px 10px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.15;
  text-align: left;
}

.nyl-live-previous-link {
  display: block;
  width: max-content;
  margin: 4px auto 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.35;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.nyl-live-previous-link:hover,
.nyl-live-previous-link:focus {
  color: #ffffff;
}

body.nyl-live-modal-open {
  overflow: hidden;
}

.nyl-live-replay-overlay {
  position: fixed;
  inset: 0;
  z-index: 2147483000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
  background: rgba(0, 0, 0, 0.58);
}

.nyl-live-replay-dialog {
  position: relative;
  width: min(1040px, calc(100vw - 64px));
}

.nyl-live-replay-close {
  position: absolute;
  right: -18px;
  top: -18px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #ffffff;
  color: #4c5567;
  font-size: 38px;
  font-weight: 300;
  line-height: 1;
  cursor: pointer;
}

.nyl-live-replay-card {
  padding: 28px 28px 22px;
  background: #ffffff;
  color: #333333;
}

.nyl-live-replay-video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  background: #000000;
}

.nyl-live-replay-meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding-top: 10px;
  font-size: 14px;
  line-height: 1.25;
}

.nyl-live-replay-meta strong {
  color: #333333;
  font-weight: 800;
}

.nyl-live-replay-meta span {
  color: #777777;
}

.nyl-mfl-promo {
  width: min(1160px, calc(100% - 48px));
  margin: 0 auto -8px;
  padding-top: 22px;
}

.nyl-mfl-promo-image {
  display: block;
  width: 100%;
  height: clamp(118px, 12vw, 172px);
  border-radius: 10px;
  background-image: url("/assets/MFL_On%20Sale%20Now_Marquee_DESKTOP_2840x900.png_9e8dd3_5e8308.webp");
  background-position: center;
  background-size: cover;
}

@media (max-width: 767px) {
  .nyl-video-poster {
    min-height: 240px;
    border-radius: 0;
  }

  .nyl-mfl-promo {
    width: 100%;
    padding: 24px 16px 0;
    margin-bottom: 0;
  }

  .nyl-mfl-promo-image {
    height: 260px;
    border-radius: 0;
    background-image: url("/assets/MFL_On%20Sale%20Now_Marquee_MOBILE_320x480.png_7fd0a8_f91914.webp");
  }
}
