.cmmc-checkout {
	max-width: 480px;
	margin: 1em 0;
	font-family: inherit;
}

.cmmc-checkout-form p {
	margin-bottom: 14px;
}

.cmmc-checkout-form label {
	display: block;
	font-weight: 600;
	font-size: 14px;
}

.cmmc-checkout-form input[type="text"],
.cmmc-checkout-form input[type="email"] {
	width: 100%;
	padding: 8px 10px;
	margin-top: 4px;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-weight: 400;
	box-sizing: border-box;
}

.cmmc-field-note {
	display: block;
	font-weight: 400;
	font-size: 13px;
	color: #666;
	margin-top: 4px;
}

.cmmc-checkout-form button {
	background: #0070ba;
	color: #fff;
	border: none;
	padding: 10px 20px;
	border-radius: 4px;
	font-size: 15px;
	cursor: pointer;
}

.cmmc-checkout-form button:hover {
	background: #005ea6;
}

.cmmc-price-summary {
	background: #f5f8fa;
	border: 1px solid #dce5ea;
	border-radius: 4px;
	padding: 12px 14px;
}

.cmmc-error {
	background: #fcf0f1;
	border: 1px solid #d63638;
	color: #8a1f21;
	padding: 10px 14px;
	border-radius: 4px;
}

#cmmc-paypal-status {
	margin-top: 12px;
	font-weight: 600;
}

.cmmc-success-box {
	background: #eaf7ea;
	border: 1px solid #2e7d32;
	border-radius: 6px;
	padding: 20px 22px;
}

.cmmc-success-headline {
	display: block;
	font-size: 24px;
	font-weight: 800;
	color: #1a7a1a;
	line-height: 1.3;
	margin-bottom: 10px;
}

.cmmc-download-button {
	display: inline-block;
	background: #0070ba;
	color: #fff;
	text-decoration: none;
	padding: 12px 24px;
	border-radius: 4px;
	font-weight: 700;
	font-size: 16px;
}

.cmmc-download-button:hover {
	background: #005ea6;
	color: #fff;
}
