/**
 * SPCA Payment Result
 */

.spca-cw-payment-result {
	box-sizing: border-box;
	max-width: 48rem;
	margin: 0 auto;
	padding: 1.5rem 1rem;
}

.spca-cw-payment-result__title {
	margin: 0 0 1rem;
	font-size: 1.5rem;
	line-height: 1.35;
}

.spca-cw-payment-result__content {
	font-size: 1rem;
	line-height: 1.6;
}

.spca-cw-payment-result__content--error {
	color: #c00;
}

.spca-cw-payment-result__content a {
	color: #0083cb;
}
