.wce-whatsapp-boton {
	position: fixed;
	left: 22px;
	bottom: 22px;
	z-index: 999999;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 58px;
	padding: 12px 20px 12px 14px;
	border-radius: 999px;
	background: #25D366;
	color: #fff !important;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none !important;
	box-shadow: 0 12px 28px rgba(0, 0, 0, .22);
	transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.wce-whatsapp-boton:hover,
.wce-whatsapp-boton:focus {
	background: #20bd5a;
	color: #fff !important;
	text-decoration: none !important;
	transform: translateY(-2px);
	box-shadow: 0 16px 34px rgba(0, 0, 0, .28);
	outline: none;
}

.wce-whatsapp-boton:focus-visible {
	outline: 3px solid rgba(37, 211, 102, .35);
	outline-offset: 4px;
}

.wce-whatsapp-icono {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	color: #fff;
	flex: 0 0 auto;
}

.wce-whatsapp-icono svg {
	display: block;
	width: 32px;
	height: 32px;
}

.wce-whatsapp-texto {
	display: inline-block;
	white-space: nowrap;
}

.wce-whatsapp-solo-icono {
	width: 62px;
	height: 62px;
	min-height: 62px;
	padding: 0;
	border-radius: 50%;
}

@media (max-width: 600px) {
	.wce-whatsapp-boton {
		left: 16px;
		bottom: 16px;
		min-height: 54px;
		padding: 11px 16px 11px 13px;
		font-size: 14px;
	}

	.wce-whatsapp-solo-icono {
		width: 58px;
		height: 58px;
		min-height: 58px;
		padding: 0;
	}
}
