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

About styling a header in Markdown.
It is similar to a header in some other cards:

type: markdown
title: tttt
content: xxx
card_mod:
  style:
    $: |
      .card-header {
        color: red !important;
      }