.stt-btn-c7bd75f5 {
	position: fixed;
	bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 99999;
	border: none;
	box-shadow: 0 4px 12px rgba(0,0,0,0.15);
	transition: all 0.3s ease;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	padding: 0;
}
.stt-btn-c7bd75f5:hover {
	transform: translateY(-3px);
	box-shadow: 0 6px 16px rgba(0,0,0,0.25);
}
.stt-btn-c7bd75f5.stt-show-c7bd75f5 {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

/* Animations */
.stt-anim-slide {
	transform: translateY(20px);
}
.stt-anim-slide.stt-show-c7bd75f5 {
	transform: translateY(0);
}
.stt-anim-slide.stt-show-c7bd75f5:hover {
	transform: translateY(-3px);
}

/* Mobile */
@media (max-width: 768px) {
	.stt-hide-mobile-c7bd75f5 {
		display: none !important;
	}
}