/**
 * PRNewsPlus — WCAG AA text-contrast fixes (2026-07-18)
 * Loaded AFTER tailwind.min.css + main.css so these win the cascade.
 */
.text-gray-400 { color: #6B7280; }
.text-brand-orange { color: #C2410C; }
.text-\[\#FF6C22\] { color: #C2410C; }
.hover\:text-brand-orange:hover { color: #C2410C; }
.text-orange-600 { color: #C2410C; }