.truco-whatsapp-float {
	position: fixed;
	right: 18px;
	right: calc(18px + env(safe-area-inset-right));
	bottom: 18px;
	bottom: calc(18px + env(safe-area-inset-bottom));
	z-index: 99999;
	display: block;
	width: 64px;
	height: 64px;
	text-decoration: none;
	line-height: 0;
	transition: transform 0.2s ease, filter 0.2s ease;
}

.truco-whatsapp-float:hover,
.truco-whatsapp-float:focus-visible {
	transform: translateY(-2px);
	filter: brightness(1.02);
}

.truco-whatsapp-float:focus-visible {
	outline: 3px solid rgba(37, 211, 102, 0.35);
	outline-offset: 4px;
}

.truco-whatsapp-float__image {
	display: block;
	width: 100%;
	height: 100%;
}

.truco-whatsapp-float__text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

@media (max-width: 767px) {
	.truco-whatsapp-float {
		width: 60px;
		height: 60px;
		right: 14px;
		right: calc(14px + env(safe-area-inset-right));
		bottom: 14px;
		bottom: calc(14px + env(safe-area-inset-bottom));
	}
}

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