I am using the code below to style an element on a picture-elements card
The first part of the code is properly considered but not the top, left, font and width.
style: |
ha-card {
--card-background-color: 'transparent'
}
top: 11%
left: 10%
width: 500px
font-size: 8
The weather card has the transparent background but does not position itself accordingly at the top left.
Any help is appreciated
Erik