/* Tool pages: print styles + category filter active states. */
      /* PRINT STYLES */
      @media print {
        header, footer, #ss-loading, .print\:hidden, .ss-preview-tab, #ss-cta-box { display: none !important; }
        #ss-results { background: white !important; padding: 0 !important; }
        .ss-check-card { break-inside: avoid; border: 1px solid #eee !important; margin-bottom: 1rem; }
        .bg-brand { background-color: #2563eb !important; -webkit-print-color-adjust: exact; }
      }

.seo-category-btn.is-active {
    background: #3282B8;
    border-color: #3282B8;
    color: #fff;
}
.seo-tool-card.hidden {
    display: none;
}
