.datacrops-chat-launcher {
    position: fixed;
    right: 25px;
    bottom: 25px;
    z-index: 9999;
    display: block;
    width: 180px;
    height: auto;
    cursor: pointer;
    background: none !important;
    border: 0 !important;
    box-shadow: none !important;
    transition: transform 0.2s ease;
    user-select: none;
    -webkit-user-drag: none;
}

.datacrops-chat-launcher[hidden] {
    display: none;
}

.datacrops-chat-launcher:hover {
    transform: translateY(-3px) scale(1.03);
}

.datacrops-chat-launcher:focus-visible {
    outline: 3px solid #ff914d;
    outline-offset: 3px;
}

.datacrops-chat-launcher[aria-busy="true"] {
    cursor: progress;
}

@media (prefers-reduced-motion: reduce) {
    .datacrops-chat-launcher {
        transition: none;
    }
}
