.suporte-whatsapp-float {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 9998;
}

.suporte-whatsapp-float__link {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 14px 10px 10px;
	background: #ffffff;
	border-radius: 50px;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
	text-decoration: none;
	color: #333;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.suporte-whatsapp-float__link:hover {
	text-decoration: none;
	color: #333;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.22);
	transform: translateY(-1px);
}

.suporte-whatsapp-float__icon {
	width: 50px;
	height: 50px;
	flex-shrink: 0;
}

.suporte-whatsapp-float__label {
	max-width: 160px;
}

@media (max-width: 480px) {
	.suporte-whatsapp-float {
		right: 12px;
		bottom: 12px;
	}

	.suporte-whatsapp-float__label {
		display: none;
	}

	.suporte-whatsapp-float__link {
		padding: 8px;
		border-radius: 50%;
	}
}
