/* IFRAME */

.IFRAME iframe {
	display: block;
	width: 100%;
	min-height: var(--iframe-height);
	border: none;
}

@media screen and (max-width: 960px) {
	.IFRAME iframe {min-height: var(--iframe-height-mobile);}
}



/* WPADMIN */

.wp-block .IFRAME .container {
	position: relative;
	border: 1px dashed var(--grey-300);
	background: var(--grey-100);
	border-radius: var(--s1);
}

.wp-block .IFRAME .container::after {
	content: '-- IFRAME --';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
