.stt-38f4dc76-wrapper {
    display: inline-block;
}

.stt-38f4dc76-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
    box-sizing: border-box;
}

/* Behavior: Fixed */
.stt-38f4dc76-behavior-fixed .stt-38f4dc76-btn {
    position: fixed;
    z-index: 9999;
}

/* Hide on fixed state */
.stt-38f4dc76-behavior-fixed .stt-38f4dc76-btn.stt-38f4dc76-hide {
    opacity: 0;
    pointer-events: none;
    transform: scale(0.8);
}

/* Show in Elementor Editor Preview for accessibility/editing convenience */
.stt-38f4dc76-btn.stt-38f4dc76-preview-fixed {
    position: relative !important;
    right: auto !important;
    bottom: auto !important;
}
