.has-pc-blue-color {
	color: #2b2b9b !important;
}

.has-pc-blue-background-color {
	background-color: #2b2b9b !important;
}

.has-nova-scotia-blue-color {
	color: #639ee0 !important;
}

.has-nova-scotia-blue-background-color {
	background-color: #639ee0 !important;
}

.has-light-grey-color {
	color: #f2f4f2 !important;
}

.has-light-grey-background-color {
	background-color: #f2f4f2 !important;
}

.has-white-color {
	color: #fff !important;
}

.has-white-background-color {
	background-color: #fff !important;
}

.has-charcoal-color {
	color: #212529 !important;
}

.has-charcoal-background-color {
	background-color: #212529 !important;
}

.wp-block-group.is-style-nspcp-brand-tile {
	height: 100%;
	padding: clamp(1.5rem, 3vw, 2.5rem);
	border-radius: 0.5rem;
	box-shadow: 0 0.5rem 1.5rem rgba(43, 43, 155, 0.1);
}
