.cmfw-quote-btn {
	display: inline-flex;
	align-items: center;
	gap: 0.5em;
}

.cmfw-quote-btn--whatsapp {
	background-color: #25d366 !important;
	border-color: #25d366 !important;
	color: #fff !important;
	transition: background-color 0.2s ease, border-color 0.2s ease !important;
}

.cmfw-quote-btn--whatsapp:hover,
.cmfw-quote-btn--whatsapp:focus {
	background-color: #1ebe5b !important;
	border-color: #1ebe5b !important;
	color: #fff !important;
}
