/* 浅色主题修正层 · /solutions/stone.html · 自动生成 2026-09-26
   修的是"背景在父级、颜色在子级"这类静态分析看不到的对比度问题。
   重新生成：node audit-lighttheme.js && python3 gen-light-fix.py
   ⚠ 生成器是**合并**逻辑：修好的规则会保留，不会因为审计不再报错就被删。 */

div > div:nth-of-type(2) > h5 { color: #048197 !important; }
div.cta-content > p.cta-desc { color: #ffffff !important; }
div.cta-phone > a { color: #ffffff !important; }
div.user-area > a.btn.btn-sm.btn-outline { color: #666fc4 !important; }
thead > tr:nth-of-type(1) > th { color: #048197 !important; }
