.fbt-whatsapp-float-42ccac9e {
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 30px;
	right: 30px;
	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: all 0.3s ease;
	text-decoration: none;
}

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

/* Offset for Admin Bar */
body.admin-bar .fbt-whatsapp-float-42ccac9e {
	bottom: 30px; /* Keep bottom spacing neat */
}
