
.sb-whatsapp-float {
	position: fixed;
	right: 0;
	bottom: 184px;
	z-index: 11750;
	width: 48px;
	height: 48px;
	padding: 0 14px;
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
	border-radius: 8px 0 0 8px;
	background: #25d366;
	color: #fff !important;
	box-shadow: 0 8px 22px rgba(0,0,0,.18);
	text-decoration: none !important;
	overflow: hidden;
	white-space: nowrap;
	transition: width .2s ease, transform .18s ease, box-shadow .18s ease, filter .18s ease;
}
.sb-whatsapp-float:hover,
.sb-whatsapp-float:focus-visible {
	color: #fff !important;
	box-shadow: 0 10px 26px rgba(0,0,0,.22);
	filter: brightness(.98);
	outline: none;
}
.sb-whatsapp-float.is-open {
	width: 144px;
}
.sb-whatsapp-float svg {
	width: 22px;
	height: 22px;
	flex: 0 0 22px;
	display: block;
	fill: currentColor;
}
.sb-whatsapp-float__label {
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	opacity: 0;
	transform: translateX(8px);
	transition: opacity .16s ease, transform .16s ease;
	pointer-events: none;
}
.sb-whatsapp-float.is-open .sb-whatsapp-float__label {
	opacity: 1;
	transform: translateX(0);
}
@media (max-width: 782px) {
	.sb-whatsapp-float {
		bottom: 178px;
		width: 46px;
		height: 46px;
		border-radius: 7px 0 0 7px;
	}
	.sb-whatsapp-float.is-open {
		width: 136px;
	}
	.sb-whatsapp-float svg {
		width: 21px;
		height: 21px;
		flex-basis: 21px;
	}
	.sb-whatsapp-float__label {
		font-size: 13px;
	}
}
