.onenav-user-stats-widget {
    padding: 15px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.onenav-stats-summary {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 18px;
}

.onenav-stat-item {
    flex: 1;
    min-width: 85px;
    text-align: center;
    padding: 12px;
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 6px;
    color: #343a40;
}

.onenav-stat-item:nth-child(2) {
    background: #f8f9fa;
    border-color: #e9ecef;
}

.onenav-stat-item:nth-child(3) {
    background: #f8f9fa;
    border-color: #e9ecef;
}

.onenav-stat-value {
    display: block;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    color: #212529;
}

.onenav-stat-label {
    display: block;
    font-size: 13px;
    color: #6c757d;
    margin-top: 4px;
}

.onenav-online-list h4 {
    margin: 0 0 12px 0;
    padding-bottom: 8px;
    border-bottom: 1px solid #e9ecef;
    color: #495057;
    font-size: 14px;
    font-weight: 600;
}

.onenav-users-container {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.onenav-user-item {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    background: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 20px;
    transition: background-color 0.2s ease;
}

.onenav-user-item:hover {
    background: #f8f9fa;
}

.onenav-user-item img {
    border-radius: 50%;
    width: 32px;
    height: 32px;
}

.onenav-guest-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #e9ecef;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6c757d;
}

.onenav-guest-avatar svg {
    width: 16px;
    height: 16px;
}

.onenav-user-name {
    font-size: 13px;
    color: #495057;
    font-weight: 400;
}
