.pe-whatsapp-float {
	position: fixed;
	right: 24px;
	bottom: 24px;
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #25d366;
	color: #ffffff;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.28);
	transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
	text-decoration: none;
}

.pe-whatsapp-float:hover,
.pe-whatsapp-float:focus {
	color: #ffffff;
	background-color: #1ebe57;
	transform: scale(1.06);
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.32);
}

.pe-whatsapp-float svg {
	width: 32px;
	height: 32px;
	fill: currentColor;
}

@media (max-width: 767px) {
	.pe-whatsapp-float {
		right: 16px;
		bottom: 16px;
		width: 56px;
		height: 56px;
	}

	.pe-whatsapp-float svg {
		width: 30px;
		height: 30px;
	}
}
