#livedjv4-box {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: 15px auto;
  padding: 12px;
  border-radius: 10px;
  background: rgba(0,0,0,0.6);
  color: #00eaff;
  box-shadow: 0 0 12px rgba(0,234,255,0.6);
}

#livedjv4-box .red-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: red;
  margin-right: 8px;
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% { transform: scale(1); opacity: 0.7; }
  50% { transform: scale(1.3); opacity: 1; }
  100% { transform: scale(1); opacity: 0.7; }
}

#livedjv4-box .dj-name {
  color: #00eaff;
}
