Where to set Row hovered style in a perspective table

Good morning,

I create a style to set the row hovered color of a perspective table.
If I set it directly in this way it works of course for all the tables:

} .ia_tableComponent__body__row--hovered { color: black; } {

I would like to set it specifically for one single table so I set it like this:

} .psc-Tabelle\/RowHovered .ia_tableComponent__body__row--hovered { color: black; } {

But actually I don't know where I have to set the class style in the table :sweat_smile:

Forgive me, during all the test probably I do something wrong and is seems it wasn't working.

I simply set it in the "generic" style of the table (the last in the bottom).