.stt-position-fixed .stt-wrapper-175a4293 {
    position: fixed;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    pointer-events: none;
}

.stt-position-fixed .stt-wrapper-175a4293.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.stt-position-static .stt-wrapper-175a4293 {
    position: static;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    display: inline-block;
}

.stt-btn-175a4293 {
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    background-color: #333;
    color: #fff;
    padding: 15px;
    border-radius: 5px;
}

.stt-btn-175a4293 i {
    transition: inherit;
}

.stt-btn-175a4293 svg {
    transition: inherit;
    fill: currentColor;
    width: 20px;
    height: 20px;
}

/* Make it visible in the editor regardless of scroll position for fixed mode */
.elementor-editor-active .stt-position-fixed .stt-wrapper-175a4293 {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    position: relative; /* relative for editor preview */
    bottom: auto !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    display: inline-block;
}
