/* logic_gates.css — the gate label box + the highlighted truth-table rows. */
.lv-gate { fill: rgba(104, 130, 176, 0.18); stroke: #8fa8cf; stroke-width: 1.6; }
.lv-gatelbl { fill: #cdd9f0; font-size: 22px; font-weight: 800; }
.lv-thead { fill: #94a3b8; font-size: 13px; font-weight: 700; }
.lv-trow { fill: rgba(255, 255, 255, 0.03); stroke: rgba(255, 255, 255, 0.07); stroke-width: 1; }
.lv-trow-cur { fill: rgba(251, 191, 36, 0.16); stroke: rgba(251, 191, 36, 0.5); stroke-width: 1.4; }
.lv-tcell { fill: #cbd5e1; font-size: 18px; font-weight: 700; font-variant-numeric: tabular-nums; }
