.wcb-whatsapp-button {
	position: fixed;
	right: 25px;
	bottom: 25px;
	z-index: 99999;
	display: inline-flex;
	align-items: center;
	gap: 9px;
	padding: 13px 19px;
	border-radius: 50px;
	background: #25D366;
	color: #fff;
	text-decoration: none !important;
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	box-shadow: 0 5px 18px rgba(0, 0, 0, 0.22);
	transition: transform .2s ease, box-shadow .2s ease;
}

.wcb-whatsapp-button:hover,
.wcb-whatsapp-button:focus {
	color: #fff;
	text-decoration: none !important;
	transform: translateY(-3px);
	box-shadow: 0 8px 22px rgba(0, 0, 0, 0.28);
}

.wcb-whatsapp-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	flex: 0 0 26px;
}

.wcb-whatsapp-icon svg {
	display: block;
}

@media (max-width: 767px) {
	.wcb-whatsapp-button {
		right: 15px;
		bottom: 15px;
		padding: 12px 15px;
		font-size: 14px;
	}

	.wcb-whatsapp-icon {
		width: 24px;
		height: 24px;
		flex-basis: 24px;
	}

	.wcb-whatsapp-icon svg {
		width: 24px;
		height: 24px;
	}
}
