/* data-presence-user-id kökleri: çevrimiçi / çevrimdışı güncellemesi için */
.presence-dot,
.online-status-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 6px;
    vertical-align: middle;
    flex-shrink: 0;
}

.presence-dot.online,
.online-status-dot.online {
    background: #22c55e;
    box-shadow: 0 0 0 2px rgba(34, 197, 94, 0.35);
}

.presence-dot.offline,
.online-status-dot.offline {
    background: #6b7280;
    box-shadow: none;
}

.satici-presence-row {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 6px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.85);
}

.satici-presence-row .presence-label.online {
    color: #86efac;
}

.satici-presence-row .presence-label.offline {
    color: rgba(255, 255, 255, 0.65);
}

/* Son CSS: mobil/tablet yüzen canlı destek + balon (yedek) */
@media (max-width: 1024px) {
    body #scrollToBottom.scroll-to-bottom,
    body button#scrollToBottom,
    body #canliDestekLabel,
    body .canli-destek-label {
        display: none !important;
        visibility: hidden !important;
        pointer-events: none !important;
        opacity: 0 !important;
    }
}
