.asper-contact-form__notice {
	margin: 0 0 18px;
	padding: 12px 14px;
	border: 1px solid #d9dee7;
	background: #f8fafc;
	color: #1f2937;
	font-size: 14px;
	line-height: 1.6;
}

.asper-contact-form__notice--success {
	border-color: #b7e4c7;
	background: #f0fff4;
	color: #14532d;
}

.asper-contact-form__notice--error {
	border-color: #fecaca;
	background: #fff5f5;
	color: #7f1d1d;
}

.asper-contact-form__hp {
	position: absolute;
	left: -9999px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.asper-contact-form--submitting .asper-submit {
	cursor: wait;
	opacity: 0.75;
}
