.wp-block-acf-pc-custom-posts .acf-block-component {
	background: #d3d3d3;
	padding: 20px;
	position: relative;
}

.wp-block-acf-pc-custom-posts.is-selected {
	border: 3px dashed #111;
}

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