Expected behaviour
Given I have a line chart, in styled mode, with a shared tooltip
When I apply a className to my series
Then I expect that className to be applied to the tooltip element for that series

Actual behaviour
The className specified is not added to the values for the series in the tooltip
Live demo with steps to reproduce
https://codepen.io/fhoeben/pen/WNJyeNQ

The line colours have been configured, these are applied to the labels but not to the tooltip. The tooltip elements do not have the weight or bmi class specified to their series

Product version
Highcharts JS v10.2.1 (2022-08-29)
Affected browser(s)
all
Expected behaviour
Given I have a line chart, in styled mode, with a shared tooltip

When I apply a className to my series
Then I expect that className to be applied to the tooltip element for that series
Actual behaviour
The className specified is not added to the values for the series in the tooltip
Live demo with steps to reproduce
https://codepen.io/fhoeben/pen/WNJyeNQ
The line colours have been configured, these are applied to the labels but not to the tooltip. The tooltip elements do not have the

weightorbmiclass specified to their seriesProduct version
Highcharts JS v10.2.1 (2022-08-29)
Affected browser(s)
all