/**
 * Validation and status styles for the theme's own (non-CF7) forms.
 */

.form-error {
	display: none;
	margin-top: 4px;
	font-size: 13px;
	line-height: 1.3;
	color: #e02b2b;
}

.search__input.is-invalid,
input.is-invalid {
	border-color: #e02b2b;
	box-shadow: 0 0 0 1px rgba(224, 43, 43, 0.35);
}

.form-message {
	display: none;
	width: 100%;
	margin-top: 8px;
	padding: 8px 12px;
	border-radius: 8px;
	font-size: 14px;
	line-height: 1.35;
	background: rgba(0, 210, 106, 0.12);
	color: #0b7a44;
}

.form-message--error {
	background: rgba(224, 43, 43, 0.1);
	color: #b71c1c;
}

.search__input-btn[disabled] {
	opacity: 0.6;
	cursor: progress;
}
