.mbd-mailto-button {
	display: inline-block;
	padding: 12px 24px;
	border-radius: 4px;
	background: #2ea3f2;
	color: #fff;
	text-decoration: none;
	font-weight: 600;
}
.mbd-mailto-button:hover {
	background: #1b8ad1;
	color: #fff;
}
