.khuevo-online-counter {
    position: fixed;
    z-index: 999999;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 13px;
    border-radius: 999px;
    background: linear-gradient(135deg, #32b7ff, #168de2);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    box-shadow: 0 6px 18px rgba(0,0,0,.18);
    font-family: Arial, Helvetica, sans-serif;
    user-select: none;
    opacity: .96;
}

.khuevo-online-bottom-right { right: 18px; bottom: 22px; }
.khuevo-online-bottom-left { left: 18px; bottom: 22px; }
.khuevo-online-top-right { right: 18px; top: 22px; }
.khuevo-online-top-left { left: 18px; top: 22px; }

.khuevo-online-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #43ff72;
    box-shadow: 0 0 0 4px rgba(67,255,114,.18);
    display: inline-block;
}

.khuevo-online-number {
    min-width: 16px;
    text-align: center;
}

@media (max-width: 480px) {
    .khuevo-online-counter {
        font-size: 13px;
        padding: 7px 11px;
        bottom: 15px;
    }
}
