Replicate OpenHab UI with Lovelace

I’m slowly migrating from Openhab to HA, and to make it less painful for the family, I try to recreate the UI as much as I can.
I want to do something like this:


Closest I got so far is with the Paper Buttons Row extension, but its still not there
image
Any tip, how could I create button rows with titles and icons similar to my OH setup?

something like this
image

type: horizontal-stack
cards:
  - content: |
      ## text or whatever
    type: markdown
  - type: custom:gap-card
  - entity: script.cc_wz_back
    icon: mdi:skip-backward
    name: ' '
    tap_action:
      action: call-service
      service: script.turn_on
      service_data:
        entity_id: script.cc_wz_back
    type: entity-button
  - entity: script.cc_wz_back
    icon: mdi:skip-forward
    name: ' '
    tap_action:
      action: call-service
      service: script.turn_on
      service_data:
        entity_id: script.cc_wz_back
    type: entity-button

Horzontal stack and gap-card
the button-card could you help a lot too.

Spotify looks like a fold-entity-row