body {
    background-color: lightgray;
}

/* Glycemia chart drag-to-pan: only the curve (and its episode labels) slides,
   axes, grid and target band stay fixed. */
.glycemia-chart.dragging .recharts-line,
.glycemia-chart.dragging .recharts-reference-dot {
    transform: translateX(var(--drag-px));
}

/* No white focus ring when clicking the chart. */
.glycemia-chart *:focus {
    outline: none !important;
}

