/* flexbox.css — the flex container, the main-axis arrow, and the items. */
.fx-container { fill: rgba(56, 189, 248, 0.06); stroke: rgba(56, 189, 248, 0.4); stroke-width: 1.4; stroke-dasharray: 5 3; }
.fx-axis { stroke: #38bdf8; stroke-width: 1.4; }
.fx-axis-cross { stroke: #fbbf24; stroke-width: 1.4; opacity: 0.85; }
.fx-axislbl { fill: #7dd3fc; font-size: 10px; font-weight: 600; }
.fx-item { fill: rgba(251, 191, 36, 0.24); stroke: #fbbf24; stroke-width: 1.4; }
.fx-itemt { fill: #fff7e6; font-size: 14px; font-weight: 700; font-variant-numeric: tabular-nums; }
