/* Converter Offer Styles */
.converter-offer {
	position: relative;
	text-decoration: none;
	-webkit-transition: 160ms ease-in-out;
	transition: 160ms ease-in-out;
}

.converter-offer.inline {
	font-weight: bold;
}

.converter-offer.button {
	padding: 12px 20px !important;
	font-size: 16px !important;
	background-color: #28a745 !important;
	border-radius: 3px !important;
	box-shadow: 1px 1px 3px rgb(0 0 0 / 55%) !important;
	color: #fff !important;
	border: none !important;
	font-weight: 400 !important;
	text-decoration: none !important;
}

.converter-offer.button:hover {
	background-color: #24963e !important;
}
