.mfcv-field-invalid {
	border-color: #b32d2e !important;
	box-shadow: 0 0 0 1px #b32d2e !important;
}

.mfcv-error-message {
	color: #b32d2e;
	display: block;
	font-size: 13px;
	line-height: 1.4;
	margin-top: 6px;
}

.mfcv-error-message[hidden] {
	display: none;
}

.mfcv-adblock-warning {
	background: #fff8e5;
	border-left: 4px solid #dba617;
	color: #3c3320;
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 16px;
	padding: 10px 12px;
}

.mfcv-adblock-warning[hidden] {
	display: none;
}

.mfcv-adblock-warning-global {
	box-sizing: border-box;
	margin: 0;
	position: relative;
	width: 100%;
	z-index: 99999;
}
