
/* TISIAS PATCH V129
   HOME ONLY:
   1) Improve readability of the top iCAN 2026 Finals feature.
   2) Replace the July 15 + medal promo images with the uploaded IFIA PROMO AD 1 / 2.
   3) Restore the exact uploaded Souvenir Set image in the HOME slideshow.
*/

/* Bright high-contrast text in the V128 Finals feature. */
#tisias-v128-finals-home-feature .tisias-v128-feature-kicker {
  color: #caff68 !important;
  -webkit-text-fill-color: #caff68 !important;
  text-shadow: 0 0 10px rgba(172, 255, 86, .25) !important;
}

#tisias-v128-finals-home-feature .tisias-v128-feature-head h2 {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  text-shadow: 0 2px 16px rgba(0, 0, 0, .50) !important;
}

#tisias-v128-finals-home-feature .tisias-v128-feature-head p {
  color: #fff2a8 !important;
  -webkit-text-fill-color: #fff2a8 !important;
  text-shadow: 0 1px 10px rgba(0, 0, 0, .48) !important;
}

#tisias-v128-finals-home-feature .tisias-v128-feature-cta {
  background: linear-gradient(135deg, #b6ff54 0%, #63efa0 100%) !important;
  color: #06110b !important;
  -webkit-text-fill-color: #06110b !important;
  border: 1px solid rgba(217, 255, 156, .56) !important;
}

#tisias-v128-finals-home-feature .tisias-v128-feature-card span {
  color: #d8ff74 !important;
  -webkit-text-fill-color: #d8ff74 !important;
  background: rgba(1, 11, 7, .90) !important;
}

/* Ensure the two replacement promo ads present cleanly inside their existing slots. */
img[data-tisias-v129-promo="1"],
img[data-tisias-v129-promo="2"] {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-width: 100% !important;
  object-fit: contain !important;
  object-position: center !important;
  background: transparent !important;
}

/* Make sure the souvenir thumbnail is not rendered as a blank black tile. */
#tisias-v128-home-slider img[src*="home-souvenir-set"] {
  object-fit: contain !important;
  background: #060b08 !important;
}
