@import "tailwindcss";

/*
 * All hand-written CSS lives here, after the Tailwind import. One stylesheet,
 * so there is one place to look.
 */

/* Charts are rendered as inline SVG from server-computed coordinates (D3). The
   SVG carries its own intrinsic size; this stops it being stretched by a
   flex or grid parent, which would move the labels off the boxes layout
   reserved for them. */
.chart-svg,
[data-chart-pan-zoom-target="canvas"] > svg {
  display: block;
  max-width: none;
  user-select: none;
}
