/* QAFlow - category.php page
   Extracted from inline style="" attributes. Per-category colors reuse
   the shared .cat-{id}-bg / .cat-{id}-color classes served by
   includes/dynamic-theme.php (same categories table, same id). */

.cat-header-icon-wrap {
    width: 60px;
    height: 60px;
}

.cat-header-icon {
    font-size: 24px;
}

.cat-empty-icon {
    font-size: 48px;
    color: #ccc;
}

.cat-vote-col {
    min-width: 60px;
}

.cat-avatar-24 {
    width: 24px;
    height: 24px;
}

.card.cat-cta-gradient {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
}
