.is-selected.wp-block-acf-pc-custom-color-box,
.has-child-selected.wp-block-acf-pc-custom-color-box {
	background: #ccc;
	border: 3px dashed #111;
	padding: 20px;
}

.is-selected.wp-block-acf-pc-custom-color-box .wp-block-pc-block-color,
.has-child-selected.wp-block-acf-pc-custom-color-box .wp-block-pc-block-color {
	padding: 10px;
}

.is-selected.wp-block-acf-pc-custom-color-box:before,
.has-child-selected.wp-block-acf-pc-custom-color-box:before {
	content: 'Before making any changes to the content, make sure you choose the background & text color in the settings area to the right. To ensure the Color Box is selected, click on this help text or on any of the grey surrounding area before selecting the background color.';
	display: block;
	font-family: 'GT America Bold';
	margin-bottom: 10px;
	text-align: center;
}

.wp-block-acf-pc-custom-color-box .has-sky-blue-background-color {
	background-color: rgb(185, 221, 225);
}

.wp-block-acf-pc-custom-color-box .has-black-color {
	color: rgb(0,0,0);
}
