/* resistivity.css — a wire whose length & thickness change (see resistivity.js). */
.rv2-svg { display: block; width: 100%; height: auto; }
.rv2-wire { stroke: rgba(0, 0, 0, 0.3); stroke-width: 0.6; }
.rv2-term { fill: #475569; stroke: #cbd5e1; stroke-width: 1; }
.rv2-dim { stroke: rgba(148, 163, 184, 0.6); stroke-width: 1; }
.rv2-lab { fill: #cbd5e1; font-size: 10px; font-weight: 600; }
.rv2 [data-mat].is-on { border-color: #38bdf8; background: color-mix(in srgb, #38bdf8 18%, transparent); color: #e0f2fe; }
