
	[data-ek-editor] {
		display: contents;
	}

	[data-ek-editor] .tiptap {
		white-space: pre-wrap;
	}

	[data-ek-editor] .tiptap:focus {
		outline: none;
	}

	[data-ek-editor] .tiptap p.is-editor-empty:first-child::before {
		color: var(--ek-placeholder-color, #adb5bd);
		font-style: var(--ek-placeholder-font-style, normal);
		content: attr(data-placeholder);
		float: left;
		height: 0;
		pointer-events: none;
	}
