.lumu-dfdl-download-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 0 0 100%;
	width: 100%;
	max-width: 100%;
	clear: both;
	margin-top: 16px;
}

.lumu-dfdl-download-btn {
	background-color: #4a4b4c !important;
	display: inline-block;
	width: auto;
	max-width: 100%;
	margin: 0;
	padding: 12px 24px;
	border: 0;
	border-style: solid;
	border-width: 0;
	border-radius: 3px;
	color: #ffffff !important;
	font-family: "Montserrat", Sans-serif;
	font-weight: 600;
	font-size: 15px;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	box-sizing: border-box;
	transition: background-color 0.3s ease, color 0.3s ease;
}

.lumu-dfdl-download-btn:hover,
.lumu-dfdl-download-btn:focus {
	background-color: #252526 !important;
	color: #ffffff !important;
	text-decoration: none;
}

.lumu-dfdl-download-btn:focus-visible {
	outline: 2px solid #000000 !important;
	outline-offset: 2px;
}

.lumu-dfdl-download-btn:active {
	transform: translateY(1px);
}