.spektrix-checkout-status,
.spektrix-order-confirmation {
	max-width: 900px;
	margin: 2rem auto;
	padding: 1.25rem;
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 10px;
}

.spektrix-checkout-error {
	background: #fef2f2;
	border: 1px solid #fecaca;
	color: #991b1b;
	padding: 0.9rem;
	border-radius: 8px;
	margin: 1rem 0;
}
