/* CHATROOMZ – LIVE COUNTER UI */

#chatroomz-live-counter {
    background: #111;
    padding: 14px;
    border-radius: 10px;
    color: #eee;
    font-family: Inter, sans-serif;
    font-size: 14px;
    line-height: 1.4;
    max-width: 260px;
}

.cz-online-total {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #4cff4c;
}

.cz-section {
    margin-bottom: 14px;
}

.cz-title {
    font-weight: 600;
    margin-bottom: 6px;
    color: #ccc;
}

.cz-avatars img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-right: 4px;
    border: 2px solid #4cff4c;
}

.cz-guests span {
    display: inline-block;
    background: #222;
    padding: 4px 7px;
    border-radius: 4px;
    margin: 2px;
    color: #aaa;
    font-size: 12px;
}

.cz-guest {
    display: inline-flex;
    align-items: center;
    padding: 3px 8px;
    border-radius: 6px;
    font-size: 14px;
    width: fit-content;
    line-height: 1.2;
}

.cz-other {
    background-color: rgba(0, 255, 0, 0.10) !important;
    border: 1px solid rgba(0, 255, 0, 0.25) !important;
    color: #d6ffd6 !important;
}

.cz-me {
    background-color: rgba(138, 43, 226, 0.15) !important;
    border: 1px solid rgba(178, 107, 255, 0.35) !important;
    color: #f3d6ff !important;
    font-weight: 600;
}
