7 lines
110 B

<p>this may or may not be styled</p>
<style>
:global(div) > :global(section) > p {
color: red;
}
</style>