.fc-ap-stripe-checkout-ux-message {
	display: block;
	clear: both;
	margin-top: 0.65em;
	font-size: 0.95em;
	line-height: 1.4;
}

.fc-ap-stripe-checkout-ux-message::before {
	content: '';
	display: inline-block;
	width: 0.85em;
	height: 0.85em;
	margin-right: 0.45em;
	border: 0.15em solid currentColor;
	border-right-color: transparent;
	border-radius: 50%;
	vertical-align: -0.1em;
	animation: fc-ap-stripe-checkout-ux-spin 0.8s linear infinite;
}

@keyframes fc-ap-stripe-checkout-ux-spin {
	to {
		transform: rotate(360deg);
	}
}
