Run.css overrides styles when using HTML plugin

I’m using the Bubble HTML plugin to display HTML I pull from the database. The issue is, even though I have H2, H3, etc from the “User Agent Stylesheet”, all those styles are wiped out by global style resets in run.css:

Is there any way I can instruct Bubble to make the “user agent stylesheet” priority?

If not, do I just need to create a custom stylesheet just for the HTML component output (div.HTML)?

Thank you.

It’s to be expected. If you want to override bubble’s styles, you can use !important

I ended up just overriding the styles at the page level: