.stt-btn-775a75db {
	position: fixed;
	width: var(--stt-size-775a75db, 45px);
	height: var(--stt-size-775a75db, 45px);
	background-color: var(--stt-bg-775a75db, #0073aa);
	color: var(--stt-color-775a75db, #ffffff);
	border-radius: var(--stt-radius-775a75db, 50%);
	border: none;
	outline: none;
	cursor: pointer;
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
	transition: opacity 0.3s ease, transform 0.3s ease, background-color 0.2s ease;
	pointer-events: none;
	opacity: 0;
}

.stt-btn-775a75db svg {
	width: 50%;
	height: 50%;
	transition: transform 0.2s ease;
}

.stt-btn-775a75db:hover {
	transform: translateY(-3px) scale(1.05);
	opacity: 0.95;
}

.stt-btn-775a75db:hover svg {
	transform: translateY(-2px);
}

/* Positions */
.stt-pos-bottom-right {
	bottom: 30px;
	right: 30px;
}

.stt-pos-bottom-left {
	bottom: 30px;
	left: 30px;
}

/* Animations */
.stt-anim-fade-in.stt-visible-775a75db {
	opacity: 1;
	pointer-events: auto;
}

.stt-anim-slide-in {
	transform: translateY(50px);
}

.stt-anim-slide-in.stt-visible-775a75db {
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
}

.stt-anim-slide-in.stt-visible-775a75db:hover {
	transform: translateY(-3px) scale(1.05);
}

/* Mobile responsive class */
@media screen and (max-width: 768px) {
	.stt-hide-mobile-775a75db {
		display: none !important;
	}
}
