.live-title-actions {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.live-refresh-button {
  min-width: 24px;
  width: 24px;
  height: 24px;
  padding: 0;
  border-radius: 7px;
  font-size: 14px;
  line-height: 1;
}

.live-guest-count {
  margin: 6px 0 8px;
  padding: 6px 8px;
  border: 1px solid #282828;
  border-radius: 8px;
  background: #0b0b0b;
  color: #bdbdbd;
  font-size: 12px;
  font-weight: 800;
}

.live-error {
  margin: 0 0 8px;
  padding: 7px 8px;
  border: 1px solid rgba(255, 64, 64, 0.45);
  border-radius: 8px;
  background: rgba(255, 48, 48, 0.12);
  color: #ffb2b2;
  font-size: 12px;
  line-height: 1.35;
}

.live-list {
  display: grid;
  gap: 6px;
}

.live-panel .live-user + .live-user {
  margin-top: 0;
}
