/**
 * Voter education light mode — readable text (loads after Tailwind CDN)
 */

html.light .ec-edu-public-page {
  color: #0f172a;
}

html.light .ec-edu-public-page #voter-education-root [class*="text-white"]:not([class*="bg-apc-green"]) {
  color: #0f172a !important;
}

html.light .ec-edu-public-page #voter-education-root [class*="text-white/90"],
html.light .ec-edu-public-page #voter-education-root [class*="text-white/85"],
html.light .ec-edu-public-page #voter-education-root [class*="text-white/80"] {
  color: #1e293b !important;
}

html.light .ec-edu-public-page #voter-education-root [class*="text-white/75"],
html.light .ec-edu-public-page #voter-education-root [class*="text-white/70"],
html.light .ec-edu-public-page #voter-education-root [class*="text-white/65"] {
  color: #334155 !important;
}

html.light .ec-edu-public-page #voter-education-root [class*="text-white/60"],
html.light .ec-edu-public-page #voter-education-root [class*="text-white/55"],
html.light .ec-edu-public-page #voter-education-root [class*="text-white/50"] {
  color: #475569 !important;
}

html.light .ec-edu-public-page #voter-education-root :is(h1, h2, h3, h4) {
  color: #0f172a;
}

html.light .ec-edu-public-page .ec-edu-blog-hero-glass h2,
html.light .ec-edu-public-page .ec-edu-blog-hero-glass p {
  color: inherit;
}

html.light .ec-edu-public-page [class*="bg-apc-green"][class*="text-white"],
html.light .ec-edu-public-page a[class*="bg-apc-green"] {
  color: #ffffff !important;
}
