/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.cn_card-header {
	text-align: center;
	background: #373435 !important;
	color: #fff;
}

/* Validation error styles */
.cn-enquiry-form .cn-has-error {
	border-color: #dc3545 !important;
	box-shadow: 0 0 0 1px #dc3545;
}

.cn-enquiry-form .cn-field-error {
	display: block;
	color: #dc3545;
	font-size: 12px;
	margin-top: 4px;
}