.aph-whatsapp {
	position: fixed;
	right: clamp(1rem, 3vw, 2rem);
	bottom: clamp(1rem, 3vw, 2rem);
	z-index: 9999;
	display: inline-flex;
	align-items: center;
	gap: 0.6rem;
	padding: 0.85rem;
	border-radius: 999px;
	background: #25d366;
	color: #fff;
	text-decoration: none;
	box-shadow: 0 6px 20px rgb(0 0 0 / 25%);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.aph-whatsapp:hover,
.aph-whatsapp:focus-visible {
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 10px 26px rgb(0 0 0 / 32%);
}

.aph-whatsapp:focus-visible {
	outline: 3px solid #075e54;
	outline-offset: 3px;
}

.aph-whatsapp__icon {
	flex: none;
}

@media (prefers-reduced-motion: reduce) {
	.aph-whatsapp,
	.aph-whatsapp__text {
		transition: none;
	}
}
