I’m trying to add default styling to content blocks so that the client doesn’t have to worry about it. Using the `render_block` filter, I managed to wrap each content block. However, I would like to place the wrapper only around content blocks at the top level, excluding those nested within another content block. Is it possible to achieve this with PHP?