.wp-block-acf-pc-custom-form-assembly.is-selected {
	border: 3px dashed #333
}

.wp-block-acf-pc-custom-form-assembly .acf-block-component {
	background: #dedede;
	padding: 20px;
}

.wp-block-acf-pc-custom-form-assembly .acf-block-preview {
	background: #fff;
	padding: 10px;
	position: relative;
}

.wp-block-acf-pc-custom-form-assembly.is-selected .acf-block-component:before {
	content: 'To change the form, use the settings in the right sidebar for this block.';
	display: block;
	margin: 0 0 20px;
	text-align: center;
}

/* Disable Links in Editor */
.acf-block-preview .pc-custom-form-assembly,
.wp-block-acf-pc-custom-form-assembly .acf-block-preview * {
	pointer-events: none;
}
