/* function_grapher.css — grapher-specific styling for the function_grapher viz
   (web/static/js/viz/function_grapher.js). The graph, cards, equation and controls come from
   _shared.css (`.lv-*`) + 17-learn.css (`.lx-viz-*`); this sheet only lays out the coefficient
   sliders in a compact responsive row. Lazy-loaded only on lessons that use this type. */

.fgr-sliders {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 0.7rem 0.9rem;
}
/* (the slider grid is also available as the shared `.lv-sliders`; the subtitle bullet now lives in
   _shared.css so every viz type's subtitle is bulleted, not just the grapher's.) */
