.shc-whatsapp {
	position: fixed;
	bottom: 22px;
	z-index: 9990;
	display: inline-flex;
	align-items: center;
	gap: 0;
	max-width: 56px;
	height: 56px;
	padding: 0 14px;
	border-radius: 999px;
	background: #25d366;
	color: #fff;
	text-decoration: none;
	box-shadow: 0 10px 26px rgba(15, 40, 30, 0.28);
	overflow: hidden;
	transition: max-width 0.25s ease, gap 0.25s ease, transform 0.2s ease;
}

.shc-whatsapp--right {
	right: 22px;
}

.shc-whatsapp--left {
	left: 22px;
}

.shc-whatsapp svg {
	flex: 0 0 auto;
}

.shc-whatsapp__text {
	white-space: nowrap;
	font-size: 15px;
	font-weight: 700;
	opacity: 0;
	transition: opacity 0.2s ease;
}

.shc-whatsapp:hover,
.shc-whatsapp:focus-visible {
	max-width: 320px;
	gap: 10px;
	color: #fff;
	transform: translateY(-2px);
}

.shc-whatsapp:hover .shc-whatsapp__text,
.shc-whatsapp:focus-visible .shc-whatsapp__text {
	opacity: 1;
}

.shc-whatsapp:focus-visible {
	outline: 3px solid #0f6e63;
	outline-offset: 3px;
}

@media (max-width: 600px) {
	.shc-whatsapp {
		bottom: 16px;
	}

	.shc-whatsapp--right {
		right: 16px;
	}

	.shc-whatsapp--left {
		left: 16px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.shc-whatsapp,
	.shc-whatsapp__text {
		transition: none;
	}
}
