.cexo-whatsapp-support {
	position: fixed;
	right: 24px;
	bottom: 24px;
	z-index: 99999;
	display: flex;
	align-items: center;
	gap: 11px;
	width: max-content !important;
	max-width: calc(100vw - 48px);
	min-height: 58px;
	padding: 9px 17px 9px 10px;
	box-sizing: border-box;
	left: auto !important;
	border: 1px solid rgba(255, 255, 255, .3);
	border-radius: 999px;
	background: #25d366;
	color: #fff !important;
	font-family: inherit;
	text-decoration: none !important;
	box-shadow: 0 10px 30px rgba(11, 46, 30, .28);
	transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.cexo-whatsapp-support:hover {
	background: #20bd5a;
	color: #fff !important;
	transform: translateY(-2px);
	box-shadow: 0 14px 34px rgba(11, 46, 30, .34);
}

.cexo-whatsapp-support:focus-visible {
	outline: 3px solid #fff;
	outline-offset: 3px;
	box-shadow: 0 0 0 6px #176b3a, 0 14px 34px rgba(11, 46, 30, .34);
}

.cexo-whatsapp-support__icon {
	display: grid;
	place-items: center;
	width: 40px;
	height: 40px;
	flex: 0 0 40px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .16);
}

.cexo-whatsapp-support__icon svg {
	width: 26px;
	height: 26px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.cexo-whatsapp-support__label {
	display: flex;
	flex-direction: column;
	line-height: 1.15;
	white-space: nowrap;
}

.cexo-whatsapp-support__label strong {
	color: inherit;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .01em;
}

.cexo-whatsapp-support__label small {
	margin-top: 3px;
	color: rgba(255, 255, 255, .9);
	font-size: 12px;
}

@media (max-width: 600px) {
	.cexo-whatsapp-support {
		right: 14px;
		bottom: calc(14px + env(safe-area-inset-bottom));
		width: 54px !important;
		min-height: 54px;
		padding: 7px;
		justify-content: center;
	}

	.cexo-whatsapp-support__icon {
		width: 40px;
		height: 40px;
	}

	.cexo-whatsapp-support__label {
		position: absolute;
		width: 1px;
		height: 1px;
		overflow: hidden;
		clip: rect(0 0 0 0);
		white-space: nowrap;
	}
}

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

.cexo-whatsapp-support{display:grid;place-items:center;width:56px!important;height:56px;min-height:56px;max-width:56px;padding:7px}.cexo-whatsapp-support__icon{width:42px;height:42px;flex-basis:42px}
