.whatsapp-float-5404bbf4 {
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 24px;
	right: 24px;
	background-color: #25d366;
	color: #fff;
	border-radius: 50px;
	text-align: center;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: transform 0.3s ease, background-color 0.3s ease;
	text-decoration: none;
}

.whatsapp-float-5404bbf4:hover {
	background-color: #128c7e;
	transform: scale(1.1);
	color: #fff;
}

/* Handle WordPress Admin Bar offset if we need top spacing, but since it's bottom aligned, we're safe */
body.admin-bar .whatsapp-float-5404bbf4 {
	/* Standard bottom placement - normally unaffected by admin bar */
}
