.cybe-tt-sticky-actions {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 9999;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.cybe-tt-sticky-actions a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	text-decoration: none;
	box-shadow: 8px 8px 16px rgba(0, 0, 0, .25), -4px -4px 12px rgba(255, 255, 255, .08);
	transition: transform .25s ease;
}

.cybe-tt-sticky-actions a:hover {
	transform: translateY(-4px);
}

.cybe-tt-sticky-actions .whatsapp {
	background: #25D366;
}

.cybe-tt-sticky-actions .call {
	background: #0000FF;
}
