//
// Transparent
//

// Transparent elements in a block position needs to render as block inside the editor to avoid selection and input quirks
[data-mce-block] {
  display: block;
}
