RSS Card Template
Without any adjustment of the actual feed, I was able to target most elements using flexbox. There is one area of the card that I cannot target explicitly, and that is the description text. It isn't wrapped in any element so I cannot target it with
CSS. This is preventing me from increasing the padding around the text in the card, which would be optimal. Steve Tapp will try to adjust the feed to have a <p> tag around the description text, but in the meantime, this design will suffice.
We need to test this with other feeds before proceeding with development.