/**
 * The following styles get applied inside the editor only.
 * Minimal custom styles for editor-specific states
 */

.wp-block-create-block-youtube-enhanced-embed {
	&.is-loading {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding: 1em;
		min-height: 200px;
		text-align: center;
		background: rgba(0, 0, 0, 0.1);
	}

	.wp-block-embed__placeholder-input {
		width: 100%;
		max-width: 600px;
	}

	.block-library-embed__interactive-overlay {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}
}

.wp-block-embed {
	&.is-loading {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding: 1em;
		min-height: 200px;
	}
}
