.button--whatsapp {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
}

.button--whatsapp .whatsapp-icon {
	flex: 0 0 auto;
	width: 1.15em;
	height: 1.15em;
}

.plastcell-whatsapp-floating {
	position: fixed;
	right: max(1rem, env(safe-area-inset-right));
	bottom: max(1rem, env(safe-area-inset-bottom));
	z-index: 95;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 3.5rem;
	height: 3.5rem;
	border-radius: 999px;
	background: #25d366;
	color: #ffffff;
	box-shadow: 0 14px 34px rgba(17, 24, 39, 0.22);
	text-decoration: none;
	transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.plastcell-whatsapp-floating:hover,
.plastcell-whatsapp-floating:focus-visible {
	background: #1fbd5a;
	color: #ffffff;
	transform: translateY(-2px);
	box-shadow: 0 18px 42px rgba(17, 24, 39, 0.28);
}

.plastcell-whatsapp-floating .whatsapp-icon {
	width: 1.65rem;
	height: 1.65rem;
}

.plastcell-whatsapp-side-cta {
	margin-top: 1.25rem;
	border: 1px solid rgba(37, 211, 102, 0.28);
	border-radius: var(--radius-md);
	background: #f3fff7;
	padding: 1.1rem;
}

.plastcell-whatsapp-side-cta h2,
.plastcell-whatsapp-side-cta h3 {
	margin-bottom: 0.45rem;
	font-size: clamp(1.15rem, 1.8vw, 1.35rem);
}

.plastcell-whatsapp-side-cta p {
	margin-bottom: 0.85rem;
	color: var(--color-muted);
}

@media (max-width: 767px) {
	.plastcell-whatsapp-floating {
		right: max(0.875rem, env(safe-area-inset-right));
		bottom: max(5.25rem, env(safe-area-inset-bottom));
		width: 3.25rem;
		height: 3.25rem;
	}
}
