When importing a document with a style set in a parent <div> element its children`s 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: