/**
 * Custom checkout sections.
 *
 * Values carried over from the inline styles the previous WPCode implementation
 * emitted, so the checkout looks the same.
 */

.custom-checkout-fields-wrapper {
	margin-bottom: 20px;
}

.custom-checkout-fields {
	padding: 20px;
	background: #f1f7ff;
	border-radius: 15px;
	overflow: hidden;
}

.custom-checkout-fields-wrapper .custom-checkout-fields + .custom-checkout-fields {
	margin-top: 20px;
}

.cri-trip-summary {
	margin-bottom: 20px;
}

.cri-trip-summary .custom-checkout-fields {
	overflow: hidden !important;
}

.cri-trip-summary input[readonly],
.cri-trip-summary input[disabled] {
	background: #fff;
	cursor: default;
	opacity: 1;
}
