/* sa_vol_ratio.css — isometric cube + SA:V bar (see sa_vol_ratio.js). */
.sv-svg { display: block; width: 100%; height: auto; }
.sv-front { fill: rgba(52, 211, 153, 0.42); stroke: #34d399; stroke-width: 1.6; }
.sv-top { fill: rgba(52, 211, 153, 0.62); stroke: #34d399; stroke-width: 1.6; }
.sv-right { fill: rgba(52, 211, 153, 0.26); stroke: #34d399; stroke-width: 1.6; }
.sv-edge { fill: #e2e8f0; font-size: 11px; font-weight: 700; }
.sv-rlab { fill: #a7f3d0; font-size: 10px; font-weight: 700; }
.sv-bar-bg { fill: rgba(255, 255, 255, 0.06); stroke: rgba(255, 255, 255, 0.12); stroke-width: 1; }
.sv-bar { fill: #34d399; }
.sv-grid { stroke: rgba(255, 255, 255, 0.16); stroke-width: 0.6; }
.sv-rval { fill: #a7f3d0; font-size: 12px; font-weight: 700; font-variant-numeric: tabular-nums; }
