
/* Table styling for content types to imitate ckeditor 5 */
.h5p-iframe {}

figcaption {
	background-color: transparent;
	caption-side: top;
	color: #333;
	display: table-caption;
	font-size: .75em;
	outline-offset: -1px;
	padding: .6em;
	text-align: center;
	word-break: break-word;
}
