Remove inline styles from emotion

Builder inserts inline styles (from emotion) in the <head>. On components that are set to noWrap: true these styles are overriding our component styles:


image

This happens even though “Use default styles” is set to off, and even when “Components Only Mode” is on.
How can these be removed?

Stack:
Next + CSS Modules

Thanks!