.whatsapp-floating-button-57f6c924 {
	position: fixed;
	bottom: 20px;
	right: 20px;
	background-color: #25d366;
	color: #fff;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
	z-index: 9999;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	text-decoration: none;
}

.whatsapp-floating-button-57f6c924:hover {
	transform: scale(1.1);
	box-shadow: 0 6px 14px rgba(0, 0, 0, 0.2);
}

.whatsapp-floating-button-57f6c924 svg {
	width: 35px;
	height: 35px;
	fill: #ffffff;
}

@media (max-width: 768px) {
	.whatsapp-floating-button-57f6c924 {
		bottom: 15px;
		right: 15px;
		width: 50px;
		height: 50px;
	}

	.whatsapp-floating-button-57f6c924 svg {
		width: 28px;
		height: 28px;
	}
}