.eletrobots-floating-whatsapp {
	position: fixed;
	bottom: 22px;
	z-index: 9999;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 72px;
	height: 72px;
	padding: 0;
	border-radius: 50%;
	background: #25d366;
	color: #ffffff;
	box-shadow: 0 12px 24px rgba(0, 0, 0, 0.24);
	text-decoration: none;
	line-height: 1;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.eletrobots-floating-whatsapp:hover,
.eletrobots-floating-whatsapp:focus {
	color: #ffffff;
	background: #1fb85a;
	transform: translateY(-2px);
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.28);
}

.eletrobots-floating-whatsapp.is-right {
	right: 22px;
}

.eletrobots-floating-whatsapp.is-left {
	left: 22px;
}

.eletrobots-floating-whatsapp__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
}

.eletrobots-floating-whatsapp__icon svg {
	display: block;
	width: 36px;
	height: 36px;
}

.eletrobots-floating-whatsapp__label {
	display: none;
}

@media (max-width: 767px) {
	.eletrobots-floating-whatsapp {
		bottom: 16px;
		right: 16px;
		left: auto;
		width: 68px;
		height: 68px;
	}

	.eletrobots-floating-whatsapp.is-left,
	.eletrobots-floating-whatsapp.is-right {
		right: 16px;
		left: auto;
	}
}
