🔹 Card-mod - Add css styles to any lovelace card

I’d drop the type: custom:mod-card if possible

type: custom:mushroom-title-card
title: "{{ now().strftime('%I') }}:{{ now().strftime('%M %p') | lower }}"
subtitle: >-
  {{ now().strftime('%A') }}, {{ now().strftime('%B') }} {{ now().strftime('%d')
  }}
card_mod:
  style: |
    ha-card {
      --title-padding: 12px 12px 3px;
      --title-spacing: 100px;
      --title-font-size: 34px !important;
      --subtitle-font-size: 25px !important;
    }

Just a heads up…Mushroom threads are here and here