.ezme-whatsapp-button {
	position: fixed;
	right: max(20px, env(safe-area-inset-right));
	bottom: max(20px, env(safe-area-inset-bottom));
	z-index: 999999;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: #25d366;
	color: #ffffff;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
	transition: transform 0.15s ease, box-shadow 0.15s ease;
	text-decoration: none;
}

.ezme-whatsapp-button:hover,
.ezme-whatsapp-button:focus-visible {
	transform: scale(1.06);
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
	color: #ffffff;
}

.ezme-whatsapp-button:focus-visible {
	outline: 2px solid #128c7e;
	outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
	.ezme-whatsapp-button {
		transition: none;
	}
}

@media (max-width: 480px) {
	.ezme-whatsapp-button {
		width: 52px;
		height: 52px;
	}
}
