Dashboard 2.0 Template is group-scoped but affects gauges in different groups

Hello,
I have two gauges in my dashboard. For the first I want to suppress the display of value. In the second gauge I want to see the value. I have defined a UI template with the following text:

<style>
    /* remove all texts*/
    .nrdb-ui-gauge-value, .nrdb-ui-gauge #limits text {
        display: none;
    }
</style>

The UI template is group-scoped but the values are not visible in both gauges.
How can I get the desired display?
Kind regards
Juergen

CSS will not be scoped like that.

Just add a class name to one of them and add that to the CSS.

Ps, the CSS should be added to a template set for CSS. (And without the style tags).

Thanks!
Do you have a simple example for that or a link pointing to it?
That would help me.
Regards Juergen