/* Solution 页 — 红色主题覆盖（wp_head 末尾加载） */

.solution-page .sol-hero {
    background-color: #cc0000 !important;
    background-image: linear-gradient(90deg, #cc0000 0%, #d93636 30%, #f5b4b4 65%, #fff5f5 100%) !important;
}

.solution-page .sol-cat-card {
    background: #cc0000 !important;
}

.solution-page .solution-archive__card-tag {
    background: #ffe4e4 !important;
}

.solution-page .sol-intro__content table th {
    background: #ffe4e4 !important;
}
