/* Stronger contrast for the two measured accent colors on light cards. */
[style*="var(--accent-sun)"],
[style*="#d97706"] { color: #9a3412 !important; }
[style*="rgb(56, 189, 248)"],
[style*="#38bdf8"] { color: #0369a1 !important; }
[style*="#ec4899"] { color: #9d174d !important; }
footer [style*="#939eae"],
footer .legal-disclosure { color: #475569 !important; }
/* Preserve existing content while ensuring the measured legal disclosure meets WCAG contrast. */
footer .premium-container > div > div { color: #475569 !important; opacity: 1 !important; }
footer .premium-container > div > div strong { color: #334155 !important; }
