.sticcoli-wrap {
	position: fixed;
	bottom: 16px;
	bottom: calc(16px + env(safe-area-inset-bottom));
	z-index: 9999;
	display: flex;
	gap: 10px;
}

.sticcoli-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 999px;
	background: #111;
	color: #fff;
	text-decoration: none;
	box-shadow: 0 6px 20px rgba(0, 0, 0, .2);
	line-height: 1;
	transition: opacity .15s ease, transform .15s ease, box-shadow .15s ease;
}

.sticcoli-btn:hover {
	opacity: .92;
	transform: translateY(-1px);
}

.sticcoli-btn:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 2px;
	box-shadow: 0 0 0 4px rgba(0, 0, 0, .35), 0 6px 20px rgba(0, 0, 0, .2);
}

.sticcoli-icon {
	display: block;
	width: 24px;
	height: 24px;
	fill: currentColor;
}

.sticcoli-call {
	background: #111;
}

.sticcoli-wa {
	background: #25d366;
}

@media (prefers-reduced-motion: reduce) {
	.sticcoli-btn {
		transition: none;
	}

	.sticcoli-btn:hover {
		transform: none;
	}
}
