html, body { margin: 0 !important; overflow-x: hidden; }
.echo-editor-preview-root { overflow: hidden; }
[data-echo-field] { cursor: text; outline: 1px dashed transparent; }
[data-echo-field]:hover { outline-color: #537fe7; }
[data-echo-field]:focus { background: rgba(83,127,231,.12); outline: 2px solid #537fe7; }
[data-echo-image-field] { cursor: pointer; }
a { pointer-events: none; }
