.ckf-embed {
	box-sizing: border-box;
	clear: both;
	width: 100%;
	max-width: none;
	min-height: 0 !important;
	margin-block: 0 !important;
	padding-block: 0 !important;
	background: #eee8e0;
}

.ckf-embed.alignfull {
	width: 100vw;
	max-width: 100vw;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
}

.ckf-embed__frame {
	display: block;
	width: 100%;
	height: 720px;
	min-height: 0;
	margin: 0 !important;
	border: 0;
	background: #eee8e0;
}

.ckf-editor-placeholder {
	margin-block: 1rem;
}
