Margin-right custom:slider-entity-row

Hello,

How is it possible to indent the numerical value in the slider on the right?
image

It is span class=“state”.

cards:
  - type: custom:slider-entity-row
    entity: input_number.root_192_168_10_66_volume
    full_row: true
    style: |
      .state {
        margin-right: 10px;
      }

I have tried this but it does not work.
Thanks

Strongly suggest to ask similar questions either here

or here

instead of creating a new topic.

Almost every popular custom card has it’s own thread.