.stt-wrapper-c75d737f {
	position: fixed;
	z-index: 9999;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}

.stt-wrapper-c75d737f.stt-hidden-c75d737f {
	opacity: 0;
	visibility: hidden;
	transform: translateY(20px);
}

.stt-svg-c75d737f {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: rotate(-90deg);
	pointer-events: none;
}

.stt-progress-track-c75d737f,
.stt-progress-circle-c75d737f {
	fill: none;
	stroke-linecap: round;
}

.stt-progress-circle-c75d737f {
	stroke-dasharray: 283; /* 2 * pi * 45 */
	stroke-dashoffset: 283;
	transition: stroke-dashoffset 0.1s linear;
}

.stt-inner-c75d737f {
	width: calc(100% - 12px);
	height: calc(100% - 12px);
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 2;
	box-shadow: 0 4px 10px rgba(0,0,0,0.1);
	transition: background-color 0.3s ease;
}

.stt-icon-c75d737f {
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Visibility controls */
.stt-desktop-no .stt-wrapper-c75d737f { display: none !important; }
@media (max-width: 1024px) {
	.stt-tablet-no .stt-wrapper-c75d737f { display: none !important; }
}
@media (max-width: 767px) {
	.stt-mobile-no .stt-wrapper-c75d737f { display: none !important; }
}
