/* ===========================================================================
   TEMPORARY FEATURE — OPCA rev3 bootloader crisis (added 2026-06).
   Highlights rev3 OPCA rows on search.html. Delete this file (and the tagged
   line in search.html) when the campaign is over.
   =========================================================================== */

/* Green = reflashed with new bootloader. Red = still on old bootloader.
   Applied to the row's cells so it overrides the zebra-striping and hover. */
.qa-table tbody tr.opca-flash-ok  td { background: #bfe9c6 !important; }
.qa-table tbody tr.opca-flash-bad td { background: #f6c9c9 !important; }
