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

.thryonlab-whatsapp-float i {
	font-size: 28px;
	line-height: 1;
}

.thryonlab-whatsapp-float:hover,
.thryonlab-whatsapp-float:focus {
	color: #ffffff;
	text-decoration: none;
	background: #1ebe57;
	transform: scale(1.05);
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
}

.thryonlab-whatsapp-float:focus-visible {
	outline: 2px solid #ffffff;
	outline-offset: 3px;
}

@media (max-width: 782px) {
	.thryonlab-whatsapp-float {
		right: 16px;
		bottom: max(16px, env(safe-area-inset-bottom, 0px));
		width: 52px;
		height: 52px;
	}

	.thryonlab-whatsapp-float i {
		font-size: 26px;
	}
}
