/* box_plot.css — box-and-whisker plot (see box_plot.js). */
.bp-svg { display: block; width: 100%; height: auto; }
.bp-axis { stroke: rgba(203, 213, 225, 0.4); stroke-width: 1.2; }
.bp-tick { stroke: rgba(203, 213, 225, 0.4); stroke-width: 1; }
.bp-tlab { fill: #93a4b8; font-size: 8.5px; font-variant-numeric: tabular-nums; }
.bp-box { fill: rgba(56, 189, 248, 0.18); stroke: #38bdf8; stroke-width: 1.8; }
.bp-median { stroke: #fbbf24; stroke-width: 2.6; }
.bp-whisker { stroke: #cbd5e1; stroke-width: 1.8; }
.bp-cap { stroke: #cbd5e1; stroke-width: 1.8; }
.bp-vlab { fill: #e2e8f0; font-size: 9px; font-weight: 700; font-variant-numeric: tabular-nums; paint-order: stroke; stroke: #0a0f1a; stroke-width: 2.4px; stroke-linejoin: round; }
