.bsa-fp-error-banner {
	display: none;
	margin: 0 0 1rem;
	padding: 0.85rem 1rem;
	border: 1px solid #e35d6a;
	border-left-width: 4px;
	background: #2a1215;
	color: #ffd7db;
	font-size: 15px;
	line-height: 1.45;
	border-radius: 4px;
}

.bsa-fp-error-banner.is-visible {
	display: block;
}

.bsa-fp-checking {
	opacity: 0.85;
	pointer-events: none;
}

.bsa-fp-checking .fsSubmitButton,
.bsa-fp-checking button[type="submit"] {
	cursor: wait;
}
