/*--------------------------------------------------------------------------*\
    Serie group
\*--------------------------------------------------------------------------*/

.chart__serie-group {
    /*box*/
    padding: 10px; /* Increase the padding to make the hover area larger */
    margin: -10px; /* Adjust the margin to keep the positioning correct */

    /*text*/
    pointer-events: bounding-box; /* Ensure the group is considered for pointer events */
}