#eff-waterfall .js-plotly-plot .plotly .barlayer .bars .point path,
#eff-waterfall .js-plotly-plot .plotly .barlayer .bars .point rect,
#eff-waterfall .js-plotly-plot .plotly .barlayer .bars .points .point path,
#eff-waterfall .js-plotly-plot .plotly .barlayer .bars .points .point rect {
    transition: stroke-width 0.08s ease, stroke 0.08s ease, filter 0.08s ease;
    vector-effect: non-scaling-stroke;
}

#eff-waterfall .js-plotly-plot .plotly .barlayer .bars .point:hover path,
#eff-waterfall .js-plotly-plot .plotly .barlayer .bars .point:hover rect,
#eff-waterfall .js-plotly-plot .plotly .barlayer .bars .points .point:hover path,
#eff-waterfall .js-plotly-plot .plotly .barlayer .bars .points .point:hover rect {
    stroke: rgba(15, 23, 42, 0.95) !important;
    stroke-width: 3px !important;
    filter: brightness(0.92);
}
