When importing a document with a style set in a parent <div> element its children`s (heading (<h1>-<h6>) and <div>) content doesn't inherit it.
Steps to reproduce:
<div style="background-color: green;">
<h1>Test heading</h1>
<div>Test div</div>
</div>
Actual vs Expected: