/* sql_select.css — the query lines (active clause lit) + the table; WHERE keeps rows, SELECT cols. */
.sl-q { fill: #5b6b80; font-size: 12px; font-family: ui-monospace, Menlo, Consolas, monospace; }
.sl-q-on { fill: #e8eef6; font-weight: 600; }
.sl-hd { fill: rgba(104, 130, 176, 0.16); stroke: rgba(104, 130, 176, 0.4); stroke-width: 1; }
.sl-hdt { fill: #a9c0e2; font-size: 12px; font-weight: 700; font-family: ui-monospace, Menlo, Consolas, monospace; }
.sl-cell { fill: rgba(255, 255, 255, 0.03); stroke: rgba(148, 163, 184, 0.22); stroke-width: 0.8; }
.sl-keep { fill: rgba(52, 211, 153, 0.16); stroke: rgba(52, 211, 153, 0.5); }
.sl-dim { fill: rgba(255, 255, 255, 0.015); stroke: rgba(148, 163, 184, 0.12); }
.sl-val { fill: #dbe4ef; font-size: 13px; font-variant-numeric: tabular-nums; font-family: ui-monospace, Menlo, Consolas, monospace; }
.sl-dimt { fill: #3f4d5e; }
