#stt-button-5e29f805 {
	position: fixed;
	bottom: 20px;
	z-index: 99999;
	cursor: pointer;
	border: none;
	outline: none;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, background-color 0.2s;
	box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

#stt-button-5e29f805:hover {
	filter: brightness(1.2);
}

#stt-button-5e29f805.stt-show {
	opacity: 1;
	visibility: visible;
}

/* Positions */
#stt-button-5e29f805.stt-bottom-right {
	right: 20px;
}
#stt-button-5e29f805.stt-bottom-left {
	left: 20px;
}

/* Animations */
#stt-button-5e29f805.stt-anim-slide {
	transform: translateY(50px);
}
#stt-button-5e29f805.stt-anim-slide.stt-show {
	transform: translateY(0);
}

/* SVG styling */
#stt-button-5e29f805 svg {
	display: block;
}