/*
 * Support Gutenberg Editor for the Castpod theme.
 *
 */

.wp-block-image,
.wp-block-gallery,
.wp-block-audio,
.wp-block-video,
.wp-block-embed,
.wp-block-quote,
.wp-block-code,
.wp-block-pullquote,
.wp-block-preformatted,
.wp-block-table,
.wp-block-text-columns,
.wp-block-separator,
figure[class^="wp-block-embed-"] {
	margin-bottom: 1.5em;
	max-width: 720px;
}

.wp-block-button {
	margin-bottom: 1.5em;
}

hr.wp-block-separator {
	border-top: 1px solid #efefef;
	border-bottom: 0;
}

.wp-block-image img {
	width: 100%;
}

.gutenberg-blocks #content .wp-block-cover-image {
	margin-bottom: 1.5em;
}

.gutenberg-blocks #content .wp-block-cover-image > :last-child {
	margin-bottom: 0;
}
