.form-honeypot {
	position: absolute !important;
	left: -9999rem !important;
	width: 1rem !important;
	height: 1rem !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

.form-response {
	display: none;
	width: 100%;
	font-size: 14rem;
	line-height: 1.4;

	&.success {
		display: block;
		color: #16833b;
	}

	&.error {
		display: block;
		color: #c62828;
	}
}