Entities divider card height

Hello all,

Can someone help me to reduce the card size to min so that it’s just about a line width and doesn’t take much space on dashboard? I am using entities divider for this.

type: entities
entities:
  - type: divider
    style:
      background-color: grey
theme: Mushroom Shadow
show_header_toggle: false
card_mod:
  style: |
    ha-card {
         border: none;
         box-shadow: none;
         margin-top: -20px;
         height: .1em !important;
         }

Suggest to ask similar questions in the main card mod thread. In short - reduce paddings for “#states”.
Or reconsider a design - use Markdown with a line.