/**
 * Auto Form Builder - Form Block (editor styles).
 *
 * Styles for the block placeholder and the server-side rendered preview
 * inside the block editor canvas.
 */

.wp-block-auto-form-builder-form .auto-form-builder-block-selector {
	width: 100%;
	max-width: 320px;
}

.wp-block-auto-form-builder-form .auto-form-builder-block-preview {
	padding: 4px 0;
}

/* Keep the preview visually intact while interaction is disabled. */
.wp-block-auto-form-builder-form .components-disabled {
	opacity: 1;
}
