The elements produced by rendering a content collection to a <Content /> component don't have the [data-astro-randomstring] attribute, and so aren't picked up by styles specified in a <style> tag in the component.
As a result, I have to :global() everything for it to work. For example, to apply some styling to an h2.
I feel like I'm missing something. How should I be styling these components?