.hhwi-whatsapp-button {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 9px;
	margin-left: 8px;
	background: #20b15a !important;
	border-color: #20b15a !important;
	color: #fff !important;
	box-shadow: 0 10px 22px rgba(32, 177, 90, .18);
}

.hhwi-whatsapp-button:hover,
.hhwi-whatsapp-button:focus {
	background: #168a46 !important;
	border-color: #168a46 !important;
	color: #fff !important;
}

.hhwi-whatsapp-icon {
	min-width: 24px;
	height: 24px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, .18);
	border-radius: 999px;
	font-size: 10px;
	font-weight: 800;
	line-height: 1;
}

@media (max-width: 640px) {
	.hhwi-whatsapp-button {
		width: 100%;
		margin-left: 0;
		margin-top: 8px;
	}
}
