.elementor-widget-hype_whatsapp_float {
	position: static !important;
}

.hype-wa-float {
	position: fixed;
	bottom: 24px;
	right: 24px;
	z-index: 9999;
	pointer-events: none;
}

.hype-wa-float__link {
	pointer-events: auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	transition: transform 0.2s ease, background-color 0.2s ease;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
}

.hype-wa-float__link:hover {
	transform: scale(1.05);
}
