/* Final product-page prize rows.
   Loaded after legacy product-cart CSS to keep the prize list compact and readable. */

body.tmc24-theme.single-product .tmc-instant-prize-grid {
  gap: 8px !important;
}

body.tmc24-theme.single-product .tmc-instant-prize-card {
  display: grid !important;
  grid-template-columns: 78px minmax(0, 1fr) 86px !important;
  grid-template-rows: 78px !important;
  align-items: center !important;
  gap: 10px !important;
  min-height: 78px !important;
  height: 78px !important;
  max-height: 78px !important;
  padding: 0 !important;
  border: 1px solid rgba(16, 185, 129, .18) !important;
  border-radius: 8px !important;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%) !important;
  box-shadow: 0 10px 26px rgba(15, 23, 42, .06) !important;
  overflow: visible !important;
  transform: none !important;
  transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease !important;
}

body.tmc24-theme.single-product .tmc-instant-prize-card:hover {
  border-color: rgba(16, 185, 129, .42) !important;
  box-shadow: 0 14px 34px rgba(15, 23, 42, .10) !important;
  transform: translateY(-1px) !important;
}

body.tmc24-theme.single-product .tmc-instant-prize-card::after {
  content: "⌄" !important;
  right: 0 !important;
  width: 86px !important;
  background: linear-gradient(180deg, #2ee482 0%, #11b967 54%, #07944e 100%) !important;
  border-radius: 0 8px 8px 0 !important;
  color: #ffffff !important;
  font-size: 18px !important;
  font-weight: 900 !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, .16) !important;
}

body.tmc24-theme.single-product .tmc-instant-prize-card::before {
  right: -11px !important;
  width: 22px !important;
  height: 22px !important;
  background: #ffffff !important;
  box-shadow: inset 0 0 0 1px rgba(16, 185, 129, .12) !important;
}

body.tmc24-theme.single-product .tmc-instant-prize-card__media,
body.tmc24-theme.single-product .tmc-instant-prize-card__img,
body.tmc24-theme.single-product .tmc-instant-prize-card__placeholder,
body.tmc24-theme.single-product .tmc-instant-prize-card__fallback-visual {
  box-sizing: border-box !important;
  align-self: center !important;
  justify-self: start !important;
  width: 58px !important;
  min-width: 58px !important;
  max-width: 58px !important;
  height: 58px !important;
  min-height: 58px !important;
  max-height: 58px !important;
  aspect-ratio: 1 / 1 !important;
  object-fit: cover !important;
  border-radius: 8px !important;
  background: linear-gradient(135deg, #e7fbf0 0%, #e8f5ff 100%) !important;
  box-shadow: inset 0 0 0 1px rgba(16, 185, 129, .08) !important;
  overflow: hidden !important;
}

body.tmc24-theme.single-product .tmc-instant-prize-card__media {
  margin-left: 10px !important;
}

body.tmc24-theme.single-product .tmc-instant-prize-card__body {
  box-sizing: border-box !important;
  align-self: center !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: flex-start !important;
  gap: 7px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  height: 78px !important;
  max-height: 78px !important;
  padding: 7px 90px 7px 0 !important;
  overflow: hidden !important;
  color: #071426 !important;
  opacity: 1 !important;
  visibility: visible !important;
}

body.tmc24-theme.single-product .tmc-instant-prize-card__kind,
body.tmc24-theme.single-product .tmc-instant-prize-card__ticket,
body.tmc24-theme.single-product .tmc-instant-prize-card p,
body.tmc24-theme.single-product .tmc-instant-prize-card dl {
  display: none !important;
}

body.tmc24-theme.single-product .tmc-instant-prize-card h3 {
  display: -webkit-box !important;
  width: 100% !important;
  max-width: 100% !important;
  min-height: 0 !important;
  height: auto !important;
  max-height: 35px !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #071426 !important;
  font-size: 15px !important;
  line-height: 1.14 !important;
  font-weight: 850 !important;
  white-space: normal !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
  opacity: 1 !important;
  visibility: visible !important;
}

body.tmc24-theme.single-product .tmc-instant-prize-card__state {
  position: absolute !important;
  z-index: 3 !important;
  right: 12px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 62px !important;
  min-height: 28px !important;
  max-height: 40px !important;
  margin: 0 !important;
  padding: 3px 7px !important;
  border: 1px solid rgba(255, 255, 255, .72) !important;
  border-radius: 9px !important;
  color: #ffffff !important;
  background: linear-gradient(180deg, #38e98b 0%, #13b967 100%) !important;
  font-size: 9px !important;
  line-height: 1.1 !important;
  font-weight: 900 !important;
  text-align: center !important;
  text-transform: uppercase !important;
  letter-spacing: .01em !important;
  white-space: normal !important;
  overflow: hidden !important;
  opacity: 1 !important;
  visibility: visible !important;
  box-shadow: 0 7px 18px rgba(16, 185, 129, .26) !important;
}

body.tmc24-theme.single-product .tmc-instant-prize-card.is-won .tmc-instant-prize-card::after {
  background: linear-gradient(180deg, #9aa8a0 0%, #64746c 100%) !important;
}

body.tmc24-theme.single-product .tmc-instant-prize-card__fallback-visual {
  padding: 3px !important;
}

body.tmc24-theme.single-product .tmc-instant-prize-card__fallback-visual strong {
  font-size: 10px !important;
  line-height: .95 !important;
}

body.tmc24-theme.single-product .tmc-instant-prize-card__fallback-visual span {
  font-size: 5px !important;
  line-height: 1 !important;
}

@media (max-width: 768px) {
  body.tmc24-theme.single-product .tmc-instant-prize-card {
    grid-template-columns: 62px minmax(0, 1fr) 72px !important;
    grid-template-rows: 68px !important;
    gap: 8px !important;
    min-height: 68px !important;
    height: 68px !important;
    max-height: 68px !important;
  }

  body.tmc24-theme.single-product .tmc-instant-prize-card::after {
    width: 72px !important;
    font-size: 16px !important;
  }

  body.tmc24-theme.single-product .tmc-instant-prize-card__media,
  body.tmc24-theme.single-product .tmc-instant-prize-card__img,
  body.tmc24-theme.single-product .tmc-instant-prize-card__placeholder,
  body.tmc24-theme.single-product .tmc-instant-prize-card__fallback-visual {
    width: 48px !important;
    min-width: 48px !important;
    max-width: 48px !important;
    height: 48px !important;
    min-height: 48px !important;
    max-height: 48px !important;
    aspect-ratio: 1 / 1 !important;
  }

  body.tmc24-theme.single-product .tmc-instant-prize-card__media {
    margin-left: 7px !important;
  }

  body.tmc24-theme.single-product .tmc-instant-prize-card__body {
    gap: 5px !important;
    height: 68px !important;
    max-height: 68px !important;
    padding: 6px 74px 6px 0 !important;
  }

  body.tmc24-theme.single-product .tmc-instant-prize-card h3 {
    max-height: 29px !important;
    font-size: 12px !important;
    line-height: 1.12 !important;
    -webkit-line-clamp: 2 !important;
  }

  body.tmc24-theme.single-product .tmc-instant-prize-card__state {
    right: 8px !important;
    width: 52px !important;
    min-height: 24px !important;
    max-height: 36px !important;
    padding: 3px 5px !important;
    border-radius: 8px !important;
    font-size: 7px !important;
  }
}

/* Stage 45: bright 7days-style entry bundle tiles. */
body.tmc24-theme.single-product .tmc25-ticket-buy-form .tmc79-entry-bundles {
  padding: 18px 18px 14px !important;
  background:
    linear-gradient(180deg, rgba(248, 252, 255, .98) 0%, #ffffff 100%) !important;
  border-bottom: 1px solid #dce9f6 !important;
}

body.tmc24-theme.single-product .tmc25-ticket-buy-form .tmc79-entry-bundles__head {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  margin: 0 0 14px !important;
  text-align: center !important;
}

body.tmc24-theme.single-product .tmc25-ticket-buy-form .tmc79-entry-bundles__head span,
body.tmc24-theme.single-product .tmc25-ticket-buy-form .tmc79-entry-bundles__head strong {
  color: #071426 !important;
  font-size: 18px !important;
  line-height: 1.1 !important;
  font-weight: 950 !important;
  letter-spacing: -.01em !important;
}

body.tmc24-theme.single-product .tmc25-ticket-buy-form .tmc79-entry-bundles__grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 10px !important;
}

body.tmc24-theme.single-product .tmc25-ticket-buy-form .tmc79-entry-bundle {
  position: relative !important;
  isolation: isolate !important;
  display: grid !important;
  align-content: center !important;
  min-height: 104px !important;
  padding: 14px 12px 12px !important;
  border: 1px solid #cfe0f3 !important;
  border-radius: 8px !important;
  background:
    radial-gradient(circle at 86% 10%, rgba(255, 255, 255, .96) 0 15px, transparent 16px),
    linear-gradient(180deg, #fffdf3 0%, #f7fbff 100%) !important;
  color: #071426 !important;
  box-shadow: 0 8px 22px rgba(7, 20, 38, .05) !important;
  overflow: hidden !important;
  text-align: left !important;
  transform: none !important;
  transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease, background .16s ease !important;
}

body.tmc24-theme.single-product .tmc25-ticket-buy-form .tmc79-entry-bundle::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 auto 0 0 !important;
  width: 5px !important;
  background: linear-gradient(180deg, #ffd84d 0%, #f7b500 100%) !important;
  opacity: .95 !important;
  transition: opacity .16s ease !important;
}

body.tmc24-theme.single-product .tmc25-ticket-buy-form .tmc79-entry-bundle:hover,
body.tmc24-theme.single-product .tmc25-ticket-buy-form .tmc79-entry-bundle:focus-visible {
  border-color: rgba(247, 181, 0, .72) !important;
  box-shadow: 0 12px 28px rgba(247, 181, 0, .16) !important;
  transform: translateY(-1px) !important;
  outline: 0 !important;
}

body.tmc24-theme.single-product .tmc25-ticket-buy-form .tmc79-entry-bundle.is-highlighted,
body.tmc24-theme.single-product .tmc25-ticket-buy-form .tmc79-entry-bundle.is-active {
  border-color: #1687ff !important;
  background:
    radial-gradient(circle at 86% 10%, rgba(255, 255, 255, .98) 0 15px, transparent 16px),
    linear-gradient(180deg, #ffffff 0%, #eef7ff 100%) !important;
  box-shadow: 0 14px 32px rgba(22, 135, 255, .18), inset 0 0 0 1px rgba(22, 135, 255, .18) !important;
}

body.tmc24-theme.single-product .tmc25-ticket-buy-form .tmc79-entry-bundle.is-active::before,
body.tmc24-theme.single-product .tmc25-ticket-buy-form .tmc79-entry-bundle.is-highlighted::before {
  opacity: 1 !important;
  background: linear-gradient(180deg, #34a7ff 0%, #1687ff 100%) !important;
}

body.tmc24-theme.single-product .tmc25-ticket-buy-form .tmc79-entry-bundle__line {
  display: block !important;
  min-height: 0 !important;
}

body.tmc24-theme.single-product .tmc25-ticket-buy-form .tmc79-entry-bundle strong {
  display: block !important;
  margin: 0 !important;
  color: #071426 !important;
  font-size: 18px !important;
  line-height: 1.08 !important;
  font-weight: 950 !important;
  letter-spacing: -.01em !important;
}

body.tmc24-theme.single-product .tmc25-ticket-buy-form .tmc79-entry-bundle__price,
body.tmc24-theme.single-product .tmc25-ticket-buy-form .tmc79-entry-bundle em {
  display: block !important;
  margin: 9px 0 0 !important;
  color: #071426 !important;
  font-size: 27px !important;
  line-height: .95 !important;
  font-style: normal !important;
  font-weight: 950 !important;
  letter-spacing: -.03em !important;
}

body.tmc24-theme.single-product .tmc25-ticket-buy-form .tmc79-entry-bundle__price .woocommerce-Price-currencySymbol {
  font-size: .86em !important;
}

body.tmc24-theme.single-product .tmc25-ticket-buy-form .tmc79-entry-bundle__meta {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: fit-content !important;
  max-width: 100% !important;
  min-height: 19px !important;
  margin-top: 7px !important;
  padding: 3px 7px !important;
  border: 1px solid rgba(247, 181, 0, .24) !important;
  border-radius: 999px !important;
  background: rgba(255, 216, 77, .22) !important;
  color: #8a5b00 !important;
  font-size: 10px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  white-space: nowrap !important;
}

body.tmc24-theme.single-product .tmc25-ticket-buy-form .tmc79-entry-bundle.is-highlighted .tmc79-entry-bundle__meta,
body.tmc24-theme.single-product .tmc25-ticket-buy-form .tmc79-entry-bundle.is-active .tmc79-entry-bundle__meta {
  border-color: rgba(22, 135, 255, .24) !important;
  background: rgba(22, 135, 255, .12) !important;
  color: #075fc0 !important;
}

body.tmc24-theme.single-product .tmc25-ticket-buy-form .tmc79-entry-bundle__badge {
  position: absolute !important;
  z-index: 2 !important;
  top: -16px !important;
  right: 10px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 18px !important;
  padding: 3px 9px !important;
  border-radius: 999px !important;
  background: linear-gradient(180deg, #34a7ff 0%, #1687ff 100%) !important;
  color: #fff !important;
  font-size: 8px !important;
  line-height: 1 !important;
  font-weight: 950 !important;
  letter-spacing: .02em !important;
  text-transform: uppercase !important;
  box-shadow: 0 8px 18px rgba(22, 135, 255, .22) !important;
}

body.tmc24-theme.single-product .tmc25-ticket-buy-form .tmc79-entry-bundle:has(.tmc79-entry-bundle__badge) strong {
  max-width: 100% !important;
}

@media (max-width: 768px) {
  body.tmc24-theme.single-product .tmc25-ticket-buy-form .tmc79-entry-bundles {
    padding: 14px 12px 12px !important;
  }

  body.tmc24-theme.single-product .tmc25-ticket-buy-form .tmc79-entry-bundles__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  body.tmc24-theme.single-product .tmc25-ticket-buy-form .tmc79-entry-bundle {
    min-height: 92px !important;
    padding: 12px 10px 10px !important;
  }

  body.tmc24-theme.single-product .tmc25-ticket-buy-form .tmc79-entry-bundle strong {
    font-size: 15px !important;
  }

  body.tmc24-theme.single-product .tmc25-ticket-buy-form .tmc79-entry-bundle__price,
  body.tmc24-theme.single-product .tmc25-ticket-buy-form .tmc79-entry-bundle em {
    font-size: 23px !important;
  }

  body.tmc24-theme.single-product .tmc25-ticket-buy-form .tmc79-entry-bundle__meta {
    font-size: 9px !important;
  }
}

/* Stage 44: high-specificity final prize ticket treatment.
   This wins against the legacy duplicated product-cart CSS blocks. */
body.tmc24-theme.single-product .tmc25-product-instant-win-prizes .tmc-instant-prize-showcase {
  --tmc-prize-green: #14c86f !important;
  --tmc-prize-green-dark: #07944e !important;
  --tmc-prize-ink: #071426 !important;
}

body.tmc24-theme.single-product .tmc25-product-instant-win-prizes .tmc-instant-prize-grid {
  display: grid !important;
  gap: 8px !important;
}

/* Owner remarks 2026-07-06: keep volume discounts visually separate from entry packs. */
body.tmc24-theme.single-product .tmc25-ticket-buy-form .tmc79-entry-bundles__grid.tmc79-entry-bundles__grid--packs {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 10px !important;
}

body.tmc24-theme.single-product .tmc25-ticket-buy-form .tmc79-bulk-discounts {
  margin: 16px 0 0 !important;
  padding: 14px !important;
  border: 1px solid rgba(22, 135, 255, .16) !important;
  border-radius: 8px !important;
  background:
    linear-gradient(180deg, rgba(239, 248, 255, .9) 0%, rgba(255, 255, 255, .98) 100%) !important;
}

body.tmc24-theme.single-product .tmc25-ticket-buy-form .tmc79-bulk-discounts__head {
  display: flex !important;
  align-items: baseline !important;
  justify-content: space-between !important;
  gap: 12px !important;
  margin: 0 0 10px !important;
  text-align: left !important;
}

body.tmc24-theme.single-product .tmc25-ticket-buy-form .tmc79-bulk-discounts__head span {
  color: #071426 !important;
  font-size: 14px !important;
  line-height: 1.1 !important;
  font-weight: 950 !important;
}

body.tmc24-theme.single-product .tmc25-ticket-buy-form .tmc79-bulk-discounts__head small {
  color: #60758d !important;
  font-size: 10px !important;
  line-height: 1.25 !important;
  font-weight: 800 !important;
  text-align: right !important;
}

body.tmc24-theme.single-product .tmc25-ticket-buy-form .tmc79-entry-bundles__grid.tmc79-entry-bundles__grid--discounts {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 8px !important;
}

body.tmc24-theme.single-product .tmc25-ticket-buy-form .tmc79-entry-bundles__grid--discounts .tmc79-entry-bundle {
  min-height: 76px !important;
  padding: 11px 12px !important;
  border-color: rgba(22, 135, 255, .22) !important;
  background:
    radial-gradient(circle at 92% 14%, rgba(255, 255, 255, .98) 0 13px, transparent 14px),
    linear-gradient(180deg, #ffffff 0%, #f1f8ff 100%) !important;
  box-shadow: 0 8px 18px rgba(22, 135, 255, .07) !important;
}

body.tmc24-theme.single-product .tmc25-ticket-buy-form .tmc79-entry-bundles__grid--discounts .tmc79-entry-bundle::before {
  width: 4px !important;
  background: linear-gradient(180deg, #34a7ff 0%, #1687ff 100%) !important;
}

body.tmc24-theme.single-product .tmc25-ticket-buy-form .tmc79-entry-bundles__grid--discounts .tmc79-entry-bundle__badge {
  display: none !important;
}

body.tmc24-theme.single-product .tmc25-ticket-buy-form .tmc79-entry-bundles__grid--discounts .tmc79-entry-bundle strong {
  font-size: 14px !important;
  line-height: 1.05 !important;
  letter-spacing: 0 !important;
}

body.tmc24-theme.single-product .tmc25-ticket-buy-form .tmc79-entry-bundles__grid--discounts .tmc79-entry-bundle__price {
  margin-top: 6px !important;
  font-size: 20px !important;
  line-height: 1 !important;
  letter-spacing: -.02em !important;
}

body.tmc24-theme.single-product .tmc25-ticket-buy-form .tmc79-entry-bundles__grid--discounts .tmc79-entry-bundle__meta {
  margin-top: 5px !important;
  border-color: rgba(22, 135, 255, .22) !important;
  background: rgba(22, 135, 255, .12) !important;
  color: #075fc0 !important;
}

@media (max-width: 560px) {
  body.tmc24-theme.single-product .tmc25-ticket-buy-form .tmc79-entry-bundles__grid.tmc79-entry-bundles__grid--packs {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 7px !important;
  }

  body.tmc24-theme.single-product .tmc25-ticket-buy-form .tmc79-entry-bundles__grid--packs .tmc79-entry-bundle {
    min-height: 86px !important;
    padding: 10px 8px !important;
  }

  body.tmc24-theme.single-product .tmc25-ticket-buy-form .tmc79-entry-bundles__grid--packs .tmc79-entry-bundle strong {
    font-size: 13px !important;
  }

  body.tmc24-theme.single-product .tmc25-ticket-buy-form .tmc79-entry-bundles__grid--packs .tmc79-entry-bundle__price {
    font-size: 18px !important;
  }

  body.tmc24-theme.single-product .tmc25-ticket-buy-form .tmc79-bulk-discounts {
    margin-top: 12px !important;
    padding: 11px !important;
  }

  body.tmc24-theme.single-product .tmc25-ticket-buy-form .tmc79-bulk-discounts__head {
    display: block !important;
  }

  body.tmc24-theme.single-product .tmc25-ticket-buy-form .tmc79-bulk-discounts__head small {
    display: block !important;
    margin-top: 3px !important;
    text-align: left !important;
  }

  body.tmc24-theme.single-product .tmc25-ticket-buy-form .tmc79-entry-bundles__grid.tmc79-entry-bundles__grid--discounts {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 7px !important;
  }

  body.tmc24-theme.single-product .tmc25-ticket-buy-form .tmc79-entry-bundles__grid--discounts .tmc79-entry-bundle {
    min-height: 70px !important;
    padding: 10px 9px !important;
  }
}

body.tmc24-theme.single-product .tmc25-product-instant-win-prizes .tmc-instant-prize-card {
  position: relative !important;
  display: grid !important;
  grid-template-columns: 82px minmax(0, 1fr) 104px !important;
  align-items: center !important;
  gap: 12px !important;
  min-height: 84px !important;
  height: 84px !important;
  max-height: 84px !important;
  padding: 0 !important;
  border: 1px solid rgba(20, 200, 111, .28) !important;
  border-radius: 10px !important;
  background:
    linear-gradient(90deg, rgba(232, 255, 244, .92) 0, rgba(255, 255, 255, .98) 92px, #f7fafc 100%) !important;
  box-shadow: 0 10px 28px rgba(7, 20, 38, .07) !important;
  overflow: hidden !important;
}

body.tmc24-theme.single-product .tmc25-product-instant-win-prizes .tmc-instant-prize-card::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 0 0 auto !important;
  width: 104px !important;
  height: 100% !important;
  background:
    radial-gradient(circle at 30% 12%, rgba(255, 255, 255, .42), transparent 25%),
    linear-gradient(180deg, #36ec8f 0%, #16c872 52%, #07944e 100%) !important;
  border-radius: 0 10px 10px 0 !important;
  pointer-events: none !important;
}

body.tmc24-theme.single-product .tmc25-product-instant-win-prizes .tmc-instant-prize-card::before {
  content: "" !important;
  position: absolute !important;
  z-index: 4 !important;
  right: -13px !important;
  top: 50% !important;
  width: 26px !important;
  height: 26px !important;
  margin-top: -13px !important;
  border-radius: 999px !important;
  background: #fff !important;
  box-shadow: inset 0 0 0 1px rgba(20, 200, 111, .20) !important;
}

body.tmc24-theme.single-product .tmc25-product-instant-win-prizes .tmc-instant-prize-card__media,
body.tmc24-theme.single-product .tmc25-product-instant-win-prizes .tmc-instant-prize-card__img,
body.tmc24-theme.single-product .tmc25-product-instant-win-prizes .tmc-instant-prize-card__placeholder,
body.tmc24-theme.single-product .tmc25-product-instant-win-prizes .tmc-instant-prize-card__fallback-visual {
  width: 60px !important;
  min-width: 60px !important;
  max-width: 60px !important;
  height: 60px !important;
  min-height: 60px !important;
  max-height: 60px !important;
  aspect-ratio: 1 / 1 !important;
  margin-left: 11px !important;
  border-radius: 9px !important;
  object-fit: cover !important;
  overflow: hidden !important;
  background: linear-gradient(135deg, #e7fff2 0%, #e7f5ff 100%) !important;
  box-shadow: inset 0 0 0 1px rgba(20, 200, 111, .14) !important;
}

body.tmc24-theme.single-product .tmc25-product-instant-win-prizes .tmc-instant-prize-card__body {
  position: static !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  gap: 7px !important;
  min-width: 0 !important;
  height: 84px !important;
  max-height: 84px !important;
  padding: 8px 110px 8px 0 !important;
  overflow: visible !important;
}

body.tmc24-theme.single-product .tmc25-product-instant-win-prizes .tmc-instant-prize-card h3 {
  display: -webkit-box !important;
  width: 100% !important;
  max-height: 38px !important;
  margin: 0 !important;
  color: var(--tmc-prize-ink) !important;
  font-size: 15px !important;
  line-height: 1.18 !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
  overflow: hidden !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
}

body.tmc24-theme.single-product .tmc25-product-instant-win-prizes .tmc-instant-prize-card__state {
  position: absolute !important;
  z-index: 5 !important;
  right: 16px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 70px !important;
  min-height: 38px !important;
  max-height: 46px !important;
  padding: 4px 7px !important;
  border: 1px solid rgba(255, 255, 255, .72) !important;
  border-radius: 10px !important;
  background: rgba(255, 255, 255, .14) !important;
  color: #fff !important;
  box-shadow: 0 10px 22px rgba(7, 148, 78, .22) !important;
  font-size: 9px !important;
  line-height: 1.08 !important;
  font-weight: 950 !important;
  letter-spacing: .01em !important;
  text-align: center !important;
  text-transform: uppercase !important;
  white-space: normal !important;
}

body.tmc24-theme.single-product .tmc25-product-instant-win-prizes .tmc-instant-prize-card__kind,
body.tmc24-theme.single-product .tmc25-product-instant-win-prizes .tmc-instant-prize-card__ticket,
body.tmc24-theme.single-product .tmc25-product-instant-win-prizes .tmc-instant-prize-card p,
body.tmc24-theme.single-product .tmc25-product-instant-win-prizes .tmc-instant-prize-card dl {
  display: none !important;
}

body.tmc24-theme.single-product .tmc25-product-instant-win-prizes .tmc-instant-prize-card:hover {
  border-color: rgba(20, 200, 111, .58) !important;
  box-shadow: 0 14px 34px rgba(7, 20, 38, .12) !important;
  transform: translateY(-1px) !important;
}

@media (max-width: 768px) {
  body.tmc24-theme.single-product .tmc25-product-instant-win-prizes .tmc-instant-prize-card {
    grid-template-columns: 66px minmax(0, 1fr) 82px !important;
    gap: 8px !important;
    min-height: 72px !important;
    height: 72px !important;
    max-height: 72px !important;
  }

  body.tmc24-theme.single-product .tmc25-product-instant-win-prizes .tmc-instant-prize-card::after {
    width: 82px !important;
  }

  body.tmc24-theme.single-product .tmc25-product-instant-win-prizes .tmc-instant-prize-card__media,
  body.tmc24-theme.single-product .tmc25-product-instant-win-prizes .tmc-instant-prize-card__img,
  body.tmc24-theme.single-product .tmc25-product-instant-win-prizes .tmc-instant-prize-card__placeholder,
  body.tmc24-theme.single-product .tmc25-product-instant-win-prizes .tmc-instant-prize-card__fallback-visual {
    width: 50px !important;
    min-width: 50px !important;
    max-width: 50px !important;
    height: 50px !important;
    min-height: 50px !important;
    max-height: 50px !important;
    margin-left: 8px !important;
  }

  body.tmc24-theme.single-product .tmc25-product-instant-win-prizes .tmc-instant-prize-card__body {
    height: 72px !important;
    max-height: 72px !important;
    padding: 7px 88px 7px 0 !important;
  }

  body.tmc24-theme.single-product .tmc25-product-instant-win-prizes .tmc-instant-prize-card h3 {
    max-height: 31px !important;
    font-size: 12px !important;
    line-height: 1.18 !important;
  }

  body.tmc24-theme.single-product .tmc25-product-instant-win-prizes .tmc-instant-prize-card__state {
    right: 11px !important;
    width: 58px !important;
    min-height: 32px !important;
    max-height: 40px !important;
    padding: 4px 5px !important;
    font-size: 7px !important;
  }
}

/* Stage 089: final 7days-like dropdown prize rows on product pages. */
body.single-product .tmc25-product-instant-win-prizes{
  padding:16px 0 46px !important;
  background:#fff !important;
}

body.single-product .tmc25-product-instant-win-prizes > .tmc24-container{
  width:min(100% - 32px, 980px) !important;
  max-width:980px !important;
  margin:0 auto !important;
}

body.single-product .tmc-instant-prize-showcase.is-seven-days{
  margin:0 !important;
  padding:0 !important;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
}

body.single-product .tmc-instant-prize-showcase.is-seven-days .tmc-instant-prize-showcase__head,
body.single-product .tmc-instant-prize-showcase.is-seven-days .tmc-instant-prize-stats{
  display:none !important;
}

body.single-product .tmc-instant-prize-showcase.is-seven-days .tmc-instant-prize-groups{
  display:grid !important;
  gap:8px !important;
}

body.single-product .tmc-instant-prize-showcase.is-seven-days .tmc-instant-prize-group{
  position:relative !important;
  overflow:hidden !important;
  border:0 !important;
  border-radius:8px !important;
  background:#f2f4f7 !important;
  box-shadow:none !important;
}

body.single-product .tmc-instant-prize-showcase.is-seven-days .tmc-instant-prize-group__summary{
  min-height:96px !important;
  display:grid !important;
  grid-template-columns:96px minmax(0,1fr) !important;
  grid-template-rows:auto auto !important;
  align-items:start !important;
  column-gap:18px !important;
  row-gap:8px !important;
  position:relative !important;
  padding:12px 76px 12px 12px !important;
  background:#f2f4f7 !important;
  cursor:pointer !important;
  list-style:none !important;
}

body.single-product .tmc-instant-prize-showcase.is-seven-days .tmc-instant-prize-group__summary::-webkit-details-marker{
  display:none !important;
}

body.single-product .tmc-instant-prize-showcase.is-seven-days .tmc-instant-prize-group__image{
  grid-column:1 / 2 !important;
  grid-row:1 / 3 !important;
  width:96px !important;
  height:86px !important;
  min-width:96px !important;
  overflow:hidden !important;
  border-radius:8px !important;
  background:#d9e8f5 !important;
}

body.single-product .tmc-instant-prize-showcase.is-seven-days .tmc-instant-prize-group__image img{
  width:100% !important;
  height:100% !important;
  display:block !important;
  object-fit:cover !important;
}

body.single-product .tmc-instant-prize-showcase.is-seven-days .tmc-instant-prize-group__image .tmc-instant-prize-card,
body.single-product .tmc-instant-prize-showcase.is-seven-days .tmc-instant-prize-group__image .tmc-instant-prize-card__placeholder{
  width:96px !important;
  height:86px !important;
  min-height:0 !important;
  margin:0 !important;
  border:0 !important;
  border-radius:8px !important;
  background:linear-gradient(135deg,#dffbf5 0%,#d7ecff 100%) !important;
  box-shadow:none !important;
}

body.single-product .tmc-instant-prize-showcase.is-seven-days .tmc-instant-prize-group__image .tmc-instant-prize-card__body,
body.single-product .tmc-instant-prize-showcase.is-seven-days .tmc-instant-prize-group__image .tmc-instant-prize-card__status,
body.single-product .tmc-instant-prize-showcase.is-seven-days .tmc-instant-prize-group__image .tmc-instant-prize-card__kind,
body.single-product .tmc-instant-prize-showcase.is-seven-days .tmc-instant-prize-group__image .tmc-instant-prize-card__value{
  display:none !important;
}

body.single-product .tmc-instant-prize-showcase.is-seven-days .tmc-instant-prize-group__copy{
  grid-column:2 / 3 !important;
  grid-row:1 / 2 !important;
  min-width:0 !important;
  display:block !important;
  align-self:end !important;
}

body.single-product .tmc-instant-prize-showcase.is-seven-days .tmc-instant-prize-group__copy strong{
  display:block !important;
  max-width:100% !important;
  color:#06162b !important;
  font-size:22px !important;
  font-weight:850 !important;
  line-height:1.1 !important;
  letter-spacing:0 !important;
  text-transform:none !important;
}

body.single-product .tmc-instant-prize-showcase.is-seven-days .tmc-instant-prize-group__copy em{
  display:none !important;
}

body.single-product .tmc-instant-prize-showcase.is-seven-days .tmc-instant-prize-group__state{
  grid-column:2 / 3 !important;
  grid-row:2 / 3 !important;
  justify-self:start !important;
  min-height:28px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  padding:0 16px !important;
  border-radius:4px !important;
  background:#bfe5ff !important;
  color:#073a63 !important;
  font-size:14px !important;
  font-weight:750 !important;
  line-height:1 !important;
  letter-spacing:0 !important;
  text-transform:none !important;
  box-shadow:none !important;
}

body.single-product .tmc-instant-prize-showcase.is-seven-days .tmc-instant-prize-group__chevron{
  position:absolute !important;
  top:0 !important;
  right:0 !important;
  bottom:0 !important;
  width:58px !important;
  height:auto !important;
  display:grid !important;
  place-items:center !important;
  border-radius:0 8px 8px 0 !important;
  background:#1398e9 !important;
}

body.single-product .tmc-instant-prize-showcase.is-seven-days .tmc-instant-prize-group__chevron::before{
  content:"" !important;
  width:10px !important;
  height:10px !important;
  position:relative !important;
  z-index:2 !important;
  border-right:2px solid #fff !important;
  border-bottom:2px solid #fff !important;
  transform:rotate(45deg) !important;
  transition:transform .18s ease-out !important;
}

body.single-product .tmc-instant-prize-showcase.is-seven-days .tmc-instant-prize-group[open] .tmc-instant-prize-group__chevron::before{
  transform:rotate(225deg) !important;
}

body.single-product .tmc-instant-prize-showcase.is-seven-days .tmc-instant-prize-group__chevron::after{
  content:"" !important;
  position:absolute !important;
  right:-15px !important;
  top:50% !important;
  width:30px !important;
  height:42px !important;
  border-radius:999px 0 0 999px !important;
  background:#fff !important;
  transform:translateY(-50%) !important;
}

body.single-product .tmc-instant-prize-showcase.is-seven-days .tmc-instant-prize-group__tickets{
  display:grid !important;
  grid-template-columns:repeat(auto-fill,minmax(112px,1fr)) !important;
  justify-content:stretch !important;
  gap:10px !important;
  padding:12px 12px 28px 12px !important;
  background:#f2f4f7 !important;
}

body.single-product .tmc-instant-prize-showcase.is-seven-days .tmc-instant-prize-ticket{
  min-height:74px !important;
  display:grid !important;
  grid-template-rows:44px 30px !important;
  position:relative !important;
  overflow:visible !important;
  border:0 !important;
  border-radius:7px !important;
  background:#fff !important;
  box-shadow:none !important;
}

body.single-product .tmc-instant-prize-showcase.is-seven-days .tmc-instant-prize-ticket::before,
body.single-product .tmc-instant-prize-showcase.is-seven-days .tmc-instant-prize-ticket::after{
  content:"" !important;
  position:absolute !important;
  top:38px !important;
  width:18px !important;
  height:18px !important;
  border-radius:999px !important;
  background:#f2f4f7 !important;
}

body.single-product .tmc-instant-prize-showcase.is-seven-days .tmc-instant-prize-ticket::before{
  left:-9px !important;
}

body.single-product .tmc-instant-prize-showcase.is-seven-days .tmc-instant-prize-ticket::after{
  right:-9px !important;
}

body.single-product .tmc-instant-prize-showcase.is-seven-days .tmc-instant-prize-ticket strong{
  min-height:44px !important;
  display:grid !important;
  place-items:center !important;
  padding:0 8px !important;
  color:#073052 !important;
  font-size:15px !important;
  font-weight:700 !important;
  line-height:1 !important;
  letter-spacing:0 !important;
}

body.single-product .tmc-instant-prize-showcase.is-seven-days .tmc-instant-prize-ticket em{
  min-height:30px !important;
  display:grid !important;
  place-items:center !important;
  padding:0 8px !important;
  border-radius:0 0 7px 7px !important;
  background:#1294e8 !important;
  color:#fff !important;
  font-size:11px !important;
  font-style:normal !important;
  font-weight:900 !important;
  line-height:1 !important;
  letter-spacing:0 !important;
  text-transform:uppercase !important;
}

body.single-product .tmc-instant-prize-showcase.is-seven-days .tmc-instant-prize-ticket.is-won strong{
  color:#8fa0ad !important;
}

body.single-product .tmc-instant-prize-showcase.is-seven-days .tmc-instant-prize-ticket.is-won em,
body.single-product .tmc-instant-prize-showcase.is-seven-days .tmc-instant-prize-ticket.is-more em{
  background:#b8c1ca !important;
}

@media (max-width: 768px){
  body.single-product .tmc25-product-instant-win-prizes > .tmc24-container{
    width:min(100% - 20px, 980px) !important;
  }

  body.single-product .tmc-instant-prize-showcase.is-seven-days .tmc-instant-prize-group__summary{
    min-height:82px !important;
    grid-template-columns:72px minmax(0,1fr) !important;
    column-gap:12px !important;
    padding:10px 54px 10px 10px !important;
  }

  body.single-product .tmc-instant-prize-showcase.is-seven-days .tmc-instant-prize-group__image,
  body.single-product .tmc-instant-prize-showcase.is-seven-days .tmc-instant-prize-group__image .tmc-instant-prize-card,
  body.single-product .tmc-instant-prize-showcase.is-seven-days .tmc-instant-prize-group__image .tmc-instant-prize-card__placeholder{
    width:72px !important;
    min-width:72px !important;
    height:72px !important;
  }

  body.single-product .tmc-instant-prize-showcase.is-seven-days .tmc-instant-prize-group__copy strong{
    font-size:18px !important;
    line-height:1.12 !important;
  }

  body.single-product .tmc-instant-prize-showcase.is-seven-days .tmc-instant-prize-group__state{
    min-height:24px !important;
    padding:0 11px !important;
    font-size:12px !important;
  }

  body.single-product .tmc-instant-prize-showcase.is-seven-days .tmc-instant-prize-group__chevron{
    width:44px !important;
  }

  body.single-product .tmc-instant-prize-showcase.is-seven-days .tmc-instant-prize-group__tickets{
    grid-template-columns:repeat(auto-fill,minmax(92px,1fr)) !important;
    gap:8px !important;
    padding:10px 10px 22px 10px !important;
  }

  body.single-product .tmc-instant-prize-showcase.is-seven-days .tmc-instant-prize-ticket{
    min-height:66px !important;
    grid-template-rows:40px 26px !important;
  }

  body.single-product .tmc-instant-prize-showcase.is-seven-days .tmc-instant-prize-ticket strong{
    min-height:40px !important;
    font-size:14px !important;
  }

  body.single-product .tmc-instant-prize-showcase.is-seven-days .tmc-instant-prize-ticket em{
    min-height:26px !important;
    font-size:10px !important;
  }
}

/* Stage 092: won instant-win tickets stay visible but clearly crossed out. */
body.single-product .tmc-instant-prize-showcase.is-seven-days .tmc-instant-prize-ticket.is-won{
  opacity:.72 !important;
}

body.single-product .tmc-instant-prize-showcase.is-seven-days .tmc-instant-prize-ticket.is-won strong{
  color:#7f8f9f !important;
  text-decoration:line-through !important;
  text-decoration-thickness:2px !important;
  text-decoration-color:#d83b52 !important;
  text-underline-offset:0 !important;
}

body.single-product .tmc-instant-prize-showcase.is-seven-days .tmc-instant-prize-ticket.is-won em{
  background:#aeb9c4 !important;
  color:#fff !important;
}

/* Stage 091: tighter rows, full-bleed prize thumbnails. */
body.single-product .tmc-instant-prize-showcase.is-seven-days .tmc-instant-prize-group__summary{
  min-height:64px !important;
  grid-template-columns:78px minmax(0,1fr) !important;
  column-gap:12px !important;
  row-gap:4px !important;
  padding:7px 52px 7px 8px !important;
}

body.single-product .tmc-instant-prize-showcase.is-seven-days .tmc-instant-prize-group__image{
  width:78px !important;
  min-width:78px !important;
  height:58px !important;
  min-height:58px !important;
  max-height:58px !important;
  padding:0 !important;
  border-radius:8px !important;
  box-sizing:border-box !important;
  overflow:hidden !important;
  background:#eaf5ff !important;
}

body.single-product .tmc-instant-prize-showcase.is-seven-days .tmc-instant-prize-group__image img,
body.single-product .tmc-instant-prize-showcase.is-seven-days .tmc-instant-prize-group__image .tmc-instant-prize-card,
body.single-product .tmc-instant-prize-showcase.is-seven-days .tmc-instant-prize-group__image .tmc-instant-prize-card__placeholder,
body.single-product .tmc-instant-prize-showcase.is-seven-days .tmc-instant-prize-group__image .tmc-instant-prize-card__fallback-visual{
  width:100% !important;
  min-width:100% !important;
  max-width:100% !important;
  height:100% !important;
  min-height:100% !important;
  max-height:100% !important;
  display:block !important;
  margin:0 !important;
  padding:0 !important;
  border:0 !important;
  border-radius:8px !important;
  box-sizing:border-box !important;
  object-fit:cover !important;
}

body.single-product .tmc-instant-prize-showcase.is-seven-days .tmc-instant-prize-group__image .tmc-instant-prize-card__fallback-visual{
  display:grid !important;
  grid-template-rows:1fr auto !important;
  place-items:center !important;
  gap:0 !important;
  padding:6px !important;
  background:
    radial-gradient(circle at 18% 17%, rgba(255,255,255,.92) 0 13%, transparent 14%),
    radial-gradient(circle at 82% 78%, rgba(255,255,255,.54) 0 18%, transparent 19%),
    linear-gradient(135deg,#dffcf4 0%,#dcedff 52%,#fff0f3 100%) !important;
}

body.single-product .tmc-instant-prize-showcase.is-seven-days .tmc-instant-prize-group__image .tmc-instant-prize-card__fallback-visual strong{
  align-self:end !important;
  width:100% !important;
  color:#06162b !important;
  font-size:12px !important;
  font-weight:950 !important;
  line-height:1 !important;
  text-align:center !important;
  white-space:nowrap !important;
  overflow:hidden !important;
  text-overflow:ellipsis !important;
}

body.single-product .tmc-instant-prize-showcase.is-seven-days .tmc-instant-prize-group__image .tmc-instant-prize-card__fallback-visual span{
  align-self:start !important;
  width:100% !important;
  margin-top:2px !important;
  color:#0e5d94 !important;
  font-size:7px !important;
  font-weight:950 !important;
  line-height:1 !important;
  letter-spacing:.03em !important;
  text-align:center !important;
  text-transform:uppercase !important;
  white-space:nowrap !important;
  overflow:hidden !important;
  text-overflow:ellipsis !important;
}

body.single-product .tmc-instant-prize-showcase.is-seven-days .tmc-instant-prize-group__copy strong{
  font-size:17px !important;
  line-height:1.06 !important;
}

body.single-product .tmc-instant-prize-showcase.is-seven-days .tmc-instant-prize-group__state{
  min-height:22px !important;
  padding:0 11px !important;
  font-size:11px !important;
}

body.single-product .tmc-instant-prize-showcase.is-seven-days .tmc-instant-prize-group__chevron{
  width:44px !important;
}

body.single-product .tmc-instant-prize-showcase.is-seven-days .tmc-instant-prize-group__chevron::after{
  width:24px !important;
  height:34px !important;
  right:-12px !important;
}

body.single-product .tmc-instant-prize-showcase.is-seven-days .tmc-instant-prize-group__tickets{
  grid-template-columns:repeat(auto-fill,minmax(78px,92px)) !important;
  gap:6px !important;
  padding:7px 52px 14px 8px !important;
}

body.single-product .tmc-instant-prize-showcase.is-seven-days .tmc-instant-prize-ticket{
  min-height:50px !important;
  grid-template-rows:30px 20px !important;
}

body.single-product .tmc-instant-prize-showcase.is-seven-days .tmc-instant-prize-ticket::before,
body.single-product .tmc-instant-prize-showcase.is-seven-days .tmc-instant-prize-ticket::after{
  top:26px !important;
}

body.single-product .tmc-instant-prize-showcase.is-seven-days .tmc-instant-prize-ticket strong{
  min-height:30px !important;
  font-size:12px !important;
}

body.single-product .tmc-instant-prize-showcase.is-seven-days .tmc-instant-prize-ticket em{
  min-height:20px !important;
  font-size:8px !important;
}

@media (max-width: 768px){
  body.single-product .tmc-instant-prize-showcase.is-seven-days .tmc-instant-prize-group__summary{
    min-height:60px !important;
    grid-template-columns:70px minmax(0,1fr) !important;
    padding:6px 44px 6px 7px !important;
  }

  body.single-product .tmc-instant-prize-showcase.is-seven-days .tmc-instant-prize-group__image{
    width:70px !important;
    min-width:70px !important;
    height:52px !important;
    min-height:52px !important;
    max-height:52px !important;
  }

  body.single-product .tmc-instant-prize-showcase.is-seven-days .tmc-instant-prize-group__copy strong{
    font-size:15px !important;
  }

  body.single-product .tmc-instant-prize-showcase.is-seven-days .tmc-instant-prize-group__state{
    min-height:20px !important;
    font-size:10px !important;
  }

  body.single-product .tmc-instant-prize-showcase.is-seven-days .tmc-instant-prize-group__chevron{
    width:38px !important;
  }

  body.single-product .tmc-instant-prize-showcase.is-seven-days .tmc-instant-prize-group__tickets{
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    padding:6px 44px 12px 7px !important;
  }
}

/* Stage 090: compact TMC finish for long instant-win prize lists. */
body.single-product .tmc25-product-instant-win-prizes{
  padding:10px 0 34px !important;
  background:#fff !important;
}

body.single-product .tmc25-product-instant-win-prizes > .tmc24-container{
  width:min(100% - 28px, 920px) !important;
}

body.single-product .tmc-instant-prize-showcase.is-seven-days .tmc-instant-prize-groups{
  gap:7px !important;
}

body.single-product .tmc-instant-prize-showcase.is-seven-days .tmc-instant-prize-group{
  border:1px solid #d9e7f6 !important;
  background:#f7fbff !important;
  box-shadow:0 8px 18px rgba(6,22,43,.035) !important;
}

body.single-product .tmc-instant-prize-showcase.is-seven-days .tmc-instant-prize-group__summary{
  min-height:72px !important;
  grid-template-columns:70px minmax(0,1fr) !important;
  column-gap:14px !important;
  row-gap:5px !important;
  padding:8px 56px 8px 10px !important;
  background:#f7fbff !important;
}

body.single-product .tmc-instant-prize-showcase.is-seven-days .tmc-instant-prize-group__image,
body.single-product .tmc-instant-prize-showcase.is-seven-days .tmc-instant-prize-group__image .tmc-instant-prize-card,
body.single-product .tmc-instant-prize-showcase.is-seven-days .tmc-instant-prize-group__image .tmc-instant-prize-card__placeholder{
  width:70px !important;
  min-width:70px !important;
  height:56px !important;
  border-radius:8px !important;
}

body.single-product .tmc-instant-prize-showcase.is-seven-days .tmc-instant-prize-group__image{
  align-self:center !important;
  border:1px solid rgba(8,92,156,.1) !important;
  background:#edf6ff !important;
}

body.single-product .tmc-instant-prize-showcase.is-seven-days .tmc-instant-prize-group__image .tmc-instant-prize-card__fallback-visual{
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:center !important;
  gap:2px !important;
  padding:6px !important;
  background:
    radial-gradient(circle at 16% 18%, rgba(255,255,255,.86) 0 13%, transparent 14%),
    linear-gradient(135deg,#e9fff6 0%,#d7f0ff 48%,#ffeef2 100%) !important;
}

body.single-product .tmc-instant-prize-showcase.is-seven-days .tmc-instant-prize-group__image .tmc-instant-prize-card__fallback-visual strong{
  display:block !important;
  max-width:100% !important;
  color:#08192f !important;
  font-size:12px !important;
  font-weight:950 !important;
  line-height:1 !important;
  text-align:center !important;
  white-space:nowrap !important;
  overflow:hidden !important;
  text-overflow:ellipsis !important;
  text-shadow:0 1px 0 rgba(255,255,255,.75) !important;
}

body.single-product .tmc-instant-prize-showcase.is-seven-days .tmc-instant-prize-group__image .tmc-instant-prize-card__fallback-visual span{
  display:block !important;
  max-width:100% !important;
  color:#0d5b91 !important;
  font-size:7px !important;
  font-weight:900 !important;
  line-height:1.05 !important;
  text-align:center !important;
  text-transform:uppercase !important;
  letter-spacing:.03em !important;
  white-space:normal !important;
  overflow:hidden !important;
}

body.single-product .tmc-instant-prize-showcase.is-seven-days .tmc-instant-prize-group__copy{
  align-self:center !important;
}

body.single-product .tmc-instant-prize-showcase.is-seven-days .tmc-instant-prize-group__copy strong{
  font-size:18px !important;
  line-height:1.08 !important;
  font-weight:900 !important;
}

body.single-product .tmc-instant-prize-showcase.is-seven-days .tmc-instant-prize-group__state{
  min-height:24px !important;
  padding:0 12px !important;
  border:1px solid #b9e5ff !important;
  border-radius:6px !important;
  background:#e8f7ff !important;
  color:#073a63 !important;
  font-size:12px !important;
  font-weight:850 !important;
}

body.single-product .tmc-instant-prize-showcase.is-seven-days .tmc-instant-prize-group__chevron{
  width:48px !important;
  border-radius:0 8px 8px 0 !important;
  background:linear-gradient(180deg,#1177ff 0%,#0ba2ef 58%,#16bf75 100%) !important;
}

body.single-product .tmc-instant-prize-showcase.is-seven-days .tmc-instant-prize-group__chevron::after{
  right:-13px !important;
  width:26px !important;
  height:36px !important;
}

body.single-product .tmc-instant-prize-showcase.is-seven-days .tmc-instant-prize-group__tickets{
  grid-template-columns:repeat(auto-fill,minmax(82px,96px)) !important;
  gap:7px !important;
  padding:8px 56px 18px 10px !important;
  background:#f7fbff !important;
}

body.single-product .tmc-instant-prize-showcase.is-seven-days .tmc-instant-prize-ticket{
  min-height:56px !important;
  grid-template-rows:34px 22px !important;
  border-radius:7px !important;
  box-shadow:0 5px 10px rgba(6,22,43,.04) !important;
}

body.single-product .tmc-instant-prize-showcase.is-seven-days .tmc-instant-prize-ticket::before,
body.single-product .tmc-instant-prize-showcase.is-seven-days .tmc-instant-prize-ticket::after{
  top:29px !important;
  width:14px !important;
  height:14px !important;
  background:#f7fbff !important;
}

body.single-product .tmc-instant-prize-showcase.is-seven-days .tmc-instant-prize-ticket::before{
  left:-7px !important;
}

body.single-product .tmc-instant-prize-showcase.is-seven-days .tmc-instant-prize-ticket::after{
  right:-7px !important;
}

body.single-product .tmc-instant-prize-showcase.is-seven-days .tmc-instant-prize-ticket strong{
  min-height:34px !important;
  font-size:13px !important;
  font-weight:850 !important;
}

body.single-product .tmc-instant-prize-showcase.is-seven-days .tmc-instant-prize-ticket em{
  min-height:22px !important;
  background:#1177ff !important;
  font-size:9px !important;
  font-weight:950 !important;
}

body.single-product .tmc-instant-prize-showcase.is-seven-days .tmc-instant-prize-ticket.is-available em{
  background:linear-gradient(90deg,#1177ff 0%,#08a7e8 100%) !important;
}

body.single-product .tmc-instant-prize-showcase.is-seven-days .tmc-instant-prize-ticket.is-won em,
body.single-product .tmc-instant-prize-showcase.is-seven-days .tmc-instant-prize-ticket.is-more em{
  background:#aeb9c4 !important;
}

@media (max-width: 768px){
  body.single-product .tmc25-product-instant-win-prizes > .tmc24-container{
    width:min(100% - 16px, 920px) !important;
  }

  body.single-product .tmc-instant-prize-showcase.is-seven-days .tmc-instant-prize-group__summary{
    min-height:66px !important;
    grid-template-columns:62px minmax(0,1fr) !important;
    column-gap:10px !important;
    padding:7px 48px 7px 8px !important;
  }

  body.single-product .tmc-instant-prize-showcase.is-seven-days .tmc-instant-prize-group__image,
  body.single-product .tmc-instant-prize-showcase.is-seven-days .tmc-instant-prize-group__image .tmc-instant-prize-card,
  body.single-product .tmc-instant-prize-showcase.is-seven-days .tmc-instant-prize-group__image .tmc-instant-prize-card__placeholder{
    width:62px !important;
    min-width:62px !important;
    height:52px !important;
  }

  body.single-product .tmc-instant-prize-showcase.is-seven-days .tmc-instant-prize-group__copy strong{
    font-size:16px !important;
  }

  body.single-product .tmc-instant-prize-showcase.is-seven-days .tmc-instant-prize-group__state{
    min-height:21px !important;
    padding:0 9px !important;
    font-size:11px !important;
  }

  body.single-product .tmc-instant-prize-showcase.is-seven-days .tmc-instant-prize-group__chevron{
    width:40px !important;
  }

  body.single-product .tmc-instant-prize-showcase.is-seven-days .tmc-instant-prize-group__tickets{
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    padding:7px 48px 14px 8px !important;
  }

  body.single-product .tmc-instant-prize-showcase.is-seven-days .tmc-instant-prize-ticket{
    min-height:52px !important;
    grid-template-rows:31px 21px !important;
  }

  body.single-product .tmc-instant-prize-showcase.is-seven-days .tmc-instant-prize-ticket strong{
    min-height:31px !important;
    font-size:12px !important;
  }

  body.single-product .tmc-instant-prize-showcase.is-seven-days .tmc-instant-prize-ticket em{
    min-height:21px !important;
    font-size:8px !important;
  }
}
