.ccs-people-fields {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: .7rem;
}

.ccs-people-fields label {
	margin: 0;
}

.ccs-payment-option > input + span {
	min-height: 238px;
}

.ccs-payment-option .ccs-live-price {
	display: block;
	height: auto;
	min-height: 70px;
	margin: .65rem 0;
	padding: .7rem;
	border: 1px solid #d5e4f3;
	border-radius: 11px;
	background: #fff;
	color: #08213f;
	transform: none !important;
	transition: none;
}

.ccs-payment-option .ccs-live-price strong {
	display: block;
	font-size: 1rem;
	line-height: 1.25;
}

.ccs-payment-option .ccs-live-price small {
	display: block;
	margin: .3rem 0 0;
	color: #55718c;
	font-size: .68rem;
	line-height: 1.35;
}

.ccs-payment-option input:checked + span .ccs-live-price {
	border-color: #a9c9ee;
	background: #fff;
	box-shadow: 0 6px 16px rgba(11, 61, 145, .07);
}

@media (max-width: 800px) {
	.ccs-payment-option > input + span,
	.ccs-payment-option .ccs-live-price {
		min-height: 0;
	}
}
