/* Chat Overlay Position Fix (27.11.2025) */

/* Proactive trigger - СТРОГО справа внизу */
.ce-qr-container {
    position: fixed !important;
    bottom: 100px !important;
    right: 20px !important;
    left: auto !important;
    top: auto !important;
    z-index: 999990 !important;
    max-width: 320px !important;
}

/* Welcome tooltip */
.ce-tooltip {
    position: fixed !important;
    bottom: 170px !important;
    right: 20px !important;
    left: auto !important;
    top: auto !important;
}

/* Mobile */
@media (max-width: 768px) {
    .ce-qr-container {
        bottom: 90px !important;
        right: 10px !important;
        left: 10px !important;
        max-width: none !important;
    }
    
    .ce-tooltip {
        bottom: 140px !important;
        right: 10px !important;
        left: 10px !important;
    }
}
