/*
 * ah-app.css — List Dakota Staff Override File
 * ─────────────────────────────────────────────
 * Add page-specific CSS overrides and new component styles here.
 * This file loads LAST so anything here wins over mstyles / substyles.
 *
 * Guidelines:
 *  - Use CSS custom properties from :root where possible (see mstyles.css)
 *  - Prefix new component classes with your initials to avoid collisions
 *  - Do NOT redefine existing variables here — override values only where needed
 */

/* Custom SVG category icons — sized to match Font Awesome in cat-cards */
.cat-icon-svg {
    width: 2.5rem;
    height: 2.5rem;
    object-fit: contain;
    display: block;
    color: var(--color-primary);
}