.cld-download-button {
	display: inline-block;
	padding: 10px 18px;
	background: #1d4ed8;
	color: #ffffff;
	text-decoration: none;
	border-radius: 4px;
	font-weight: 600;
	line-height: 1.4;
}

.cld-download-button:hover,
.cld-download-button:focus {
	background: #1e40af;
	color: #ffffff;
}

.cld-download-notice {
	padding: 10px 14px;
	background: #fef3c7;
	border-left: 4px solid #d97706;
}
