/* Additions beyond the frozen Avada bundles: form notices only. */
.iacls-form-notice {
	max-width: 1248px;
	margin: 0 auto 1.2em;
	padding: 0.9em 1.1em;
	border-radius: 4px;
	font-size: 18px;
}
.iacls-form-notice--success {
	background: #e6f4ea;
	color: #1e4620;
	border: 1px solid #b7dfc0;
}
.iacls-form-notice--error {
	background: #fce8e6;
	color: #611a15;
	border: 1px solid #f3c2be;
}
