/* circular_measure.css — the circle, shaded sector wedge, highlighted arc and the two radii. */
.lv-circle { fill: none; stroke: rgba(255, 255, 255, 0.18); stroke-width: 1.4; }
.lv-sector { fill: rgba(56, 189, 248, 0.25); stroke: none; }
.lv-arc { stroke: #fbbf24; stroke-width: 3.5; fill: none; stroke-linecap: round; }
.lv-radius { stroke: #cbd5e1; stroke-width: 2; }
