Less clicks = better UX. I can be frustrating for advanced users to jump to different sections of webflow to manage their advanced components.
It would be nice to place CSS, HTML, & JS all inside of a single embed element using an advanced option. That could inject the CSS & JS in the appropriate locations.
<style>
.notification{wow that is a pretty alert that I never want to see again;}
</style>
---
<div class="notification">
<p>we are gdpr compliant</p>
</div>
---
<script>
I'll put a little cookie on your browser so you never have to see me again if you press the button.
</script>