.tersauto-floating-whatsapp {
	align-items: center;
	background: #25d366;
	border: 0;
	border-radius: 50%;
	bottom: 24px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
	color: #fff !important;
	display: flex;
	height: 60px;
	justify-content: center;
	position: fixed;
	right: 24px;
	text-decoration: none !important;
	transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
	width: 60px;
	z-index: 99999;
}

.tersauto-floating-whatsapp svg {
	display: block;
	height: 36px;
	width: 36px;
}

.tersauto-floating-whatsapp:hover,
.tersauto-floating-whatsapp:focus-visible {
	background: #1ebe5d;
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
	color: #fff !important;
	transform: translateY(-2px) scale(1.04);
}

.tersauto-floating-whatsapp:focus-visible {
	outline: 3px solid #fff;
	outline-offset: 3px;
}

@media (max-width: 782px) {
	.tersauto-floating-whatsapp {
		bottom: max(16px, env(safe-area-inset-bottom));
		height: 56px;
		right: 16px;
		width: 56px;
	}

	.tersauto-floating-whatsapp svg {
		height: 33px;
		width: 33px;
	}
}

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