
/* hand‑pointer on each bar (rect & path) */
#sg-movers-graph .plotly .barlayer rect,

/* optional hover glow */
#sg-movers-graph .plotly .barlayer rect:hover,
#sg-movers-graph .plotly .barlayer path:hover {
  filter: drop-shadow(0 0 4px rgba(0,123,255,.75));
}
.num-cell {
  text-align: right;
}

/* coloured ∆‑percentage cells (same colours you use elsewhere) */
.pos-delta {
  color: #0072B2;          /* blue  – price up   */
  font-weight: 600;
}

.neg-delta {
  color: #D55E00;          /* orange – price down */
  font-weight: 600;
}


.js-plotly-plot .plotly .cursor-crosshair,
.js-plotly-plot .plotly .cursor-ew-resize,
.js-plotly-plot .plotly .cursor-ns-resize {
    cursor: pointer !important;
}

#my-graph .js-plotly-plot svg .barlayer {
    cursor: pointer;
}