#users-online-box {
  position: fixed;
  bottom: 10px;
  right: 10px;
  background: rgba(20, 20, 20, 0.9);
  color: #fff;
  font-size: 14px;
  padding: 8px 12px;
  border-radius: 8px;
  z-index: 9999;
  box-shadow: 0 0 8px rgba(0,0,0,0.3);
  font-family: 'Arial', sans-serif;
}

#users-count {
  font-weight: bold;
}
