.download-security-notice {
	margin-top: 12px;
	max-width: 640px;
	padding: 10px 14px;
	font-size: 12px;
	line-height: 1.65;
	color: var(--text-muted, #8b90a0);
	background: rgba(74, 108, 247, 0.06);
	border: 1px solid rgba(74, 108, 247, 0.12);
	border-radius: 8px;
}
.download-security-notice strong {
	color: var(--text-secondary, #5c6178);
	font-weight: 600;
}
.cta-inner .download-security-notice {
	margin: 16px auto 0;
	max-width: 720px;
	text-align: left;
	color: rgba(255, 255, 255, 0.65);
	background: rgba(255, 255, 255, 0.06);
	border-color: rgba(255, 255, 255, 0.12);
}
.cta-inner .download-security-notice strong {
	color: rgba(255, 255, 255, 0.85);
}
.down-client-module + .download-security-notice {
	max-width: none;
	margin-top: 10px;
	margin-bottom: 16px;
}
