#wf-presence-bar{
    position: fixed;
top: calc(10px + var(--wf-user-chip-height, 44px) + 20px);


    right: 16px;
    z-index: 9998;

    display: none;
    align-items: center;
    gap: 6px;

    background: rgba(15,23,42,0.75);
    padding: 6px 8px;
    border-radius: 999px;
    backdrop-filter: blur(6px);
}

/* user logo */
.wf-presence-user{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #22c55e;
    flex-shrink: 0;
}

.wf-presence-user img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* +X more */
.wf-presence-more{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #0f766e;
    color: #fff;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}
