/* transformations.css — the original (dashed) and the transformed (solid) shape. */
.lv-shape-orig { fill: rgba(148, 163, 184, 0.08); stroke: rgba(148, 163, 184, 0.5); stroke-width: 1.5; stroke-dasharray: 5 3; }
.lv-shape { fill: rgba(104, 130, 176, 0.22); stroke: #8fa8cf; stroke-width: 2; }
