.dlm-ke2-download-btn {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 12px;
	padding: 12px 16px;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	border-radius: 12px;
	border: 0;
	background: linear-gradient(135deg, #0f2a68 0%, #1d4ed8 50%, #7c3aed 100%);
	color: #ffffff;
	text-decoration: none;
	box-shadow: 0 8px 20px rgba(29, 78, 216, 0.35);
	transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.dlm-ke2-download-btn:hover,
.dlm-ke2-download-btn:focus {
	transform: translateY(-1px);
	filter: brightness(1.05);
	box-shadow: 0 12px 26px rgba(29, 78, 216, 0.52);
	color: #ffffff;
	text-decoration: none;
}

.dlm-ke2-icon {
	font-size: 20px;
	line-height: 1;
	opacity: 0.95;
}

.dlm-ke2-body {
	display: flex;
	flex-direction: column;
	line-height: 1.2;
}

.dlm-ke2-title {
	font-weight: 700;
	font-size: 15px;
}

.dlm-ke2-meta {
	font-size: 12px;
	opacity: 0.9;
	margin-top: 2px;
}

.dlm-ke2-macos-download-btn {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 12px;
	padding: 12px 16px;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	border-radius: 12px;
	border: 0;
	background: linear-gradient(135deg, #1b1e2a 0%, #2b3042 55%, #4b566a 100%);
	color: #f5f8ff;
	text-decoration: none;
	box-shadow: 0 8px 20px rgba(18, 21, 30, 0.4);
	transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.dlm-ke2-macos-download-btn:hover,
.dlm-ke2-macos-download-btn:focus {
	transform: translateY(-1px);
	filter: brightness(1.05);
	box-shadow: 0 12px 26px rgba(18, 21, 30, 0.55);
	color: #ffffff;
	text-decoration: none;
}

.dlm-ke2-macos-icon {
	font-size: 18px;
	line-height: 1;
	opacity: 0.95;
}

.dlm-ke2-macos-body {
	display: flex;
	flex-direction: column;
	line-height: 1.2;
}

.dlm-ke2-macos-title {
	font-weight: 700;
	font-size: 15px;
}

.dlm-ke2-macos-meta {
	font-size: 12px;
	opacity: 0.88;
	margin-top: 2px;
}
