.fmf-download-button-wrap {
	margin: 1.5rem 0;
}

.fmf-download-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0.75rem 1.15rem;
	border-radius: 6px;
	text-decoration: none;
	font-weight: 700;
	background: #111827;
	color: #fff;
}

.fmf-download-button:hover,
.fmf-download-button:focus {
	color: #fff;
	text-decoration: none;
	filter: brightness(1.08);
}
