/**
 * Gutenberg Block Editor Styles
 *
 * @package AppsFruit_Elementor_Embed
 */

.aefe-block-placeholder {
	padding: 40px 20px;
	background: #f0f0f1;
	border: 2px dashed #ccc;
	text-align: center;
	color: #666;
	font-size: 14px;
	border-radius: 4px;
}

.aefe-block-preview {
	padding: 20px;
	background: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	min-height: 100px;
}

.aefe-block-preview-loading {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100px;
	color: #666;
}

.wp-block-aefe-embed-template {
	margin: 20px 0;
}

/* Block inspector controls */
.aefe-block-controls {
	padding: 16px;
}

.aefe-block-controls .components-base-control {
	margin-bottom: 16px;
}

.aefe-block-info {
	padding: 12px;
	background: #f0f6fc;
	border-left: 4px solid #0073aa;
	margin-bottom: 16px;
	font-size: 13px;
	line-height: 1.5;
}

.aefe-block-info code {
	background: #fff;
	padding: 2px 6px;
	border-radius: 3px;
	font-size: 12px;
}
