.whatsapp-floating-button-304 {
	position: fixed;
	bottom: 20px;
	right: 20px;
	background-color: #25D366;
	color: #fff;
	padding: 10px 20px;
	border-radius: 50px;
	display: flex;
	align-items: center;
	gap: 10px;
	font-family: sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
	z-index: 9999;
	transition: background-color 0.3s ease, transform 0.3s ease;
}

.whatsapp-floating-button-304:hover {
	background-color: #1ebe5d;
	transform: scale(1.05);
	color: #fff;
}

.whatsapp-floating-button-304 svg {
	fill: currentColor;
}