.lpe-download-wrap {
	margin: 0 0 20px;
}

.lpe-download-button {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 10px 18px;
	background: #0c5d65;
	color: #fff !important;
	border: none;
	border-radius: 4px;
	font-weight: 600;
	font-size: 14px;
	text-decoration: none !important;
	cursor: pointer;
	transition: background 0.2s ease;
}

.lpe-download-button:disabled {
	opacity: 0.75;
	cursor: wait;
}

.lpe-download-button:hover,
.lpe-download-button:focus {
	background: #0a4545;
	color: #fff !important;
}

.lpe-download-icon {
	font-size: 16px;
	line-height: 1;
}
