/* ─────────────────────────────────────────────────────────
   styles-append-props-heat-hr-dormant-v0.17.1.1.css
   Standalone append patch (new versioned file per CSS-append rule;
   loads after styles-append-props-heat-hr-v0.17.1.css). v0.17.1.1
   renders the Hard Rock heat card ALWAYS — this styles its dormant
   (zero-rows, disabled) state: muted, no glow, default cursor.
   ───────────────────────────────────────────────────────── */
.bh-heat-cell.bh-heat-hr.bh-heat-dormant {
    opacity: 0.45;
    box-shadow: inset 0 -2px 0 rgba(77, 159, 255, 0.25);
    cursor: default;
}
.bh-heat-cell.bh-heat-hr.bh-heat-dormant .bh-heat-v {
    color: rgba(77, 159, 255, 0.65);
}
