/* Karaoke Live Sessions – styles */
.karaoke-widget.krl-root {
  font-family: Arial, sans-serif;
  margin: 16px 0;
  padding: 12px;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  background: #fafafa;
  box-shadow: 0 2px 6px rgba(0,0,0,0.06);
  max-width: 640px;
}

.krl-header {
  font-size: 1.05rem;
  margin-bottom: 10px;
  color: #111827;
}

.krl-card {
  background: #f3f4f6;
  border-radius: 12px;
  padding: 10px;
  margin-bottom: 10px;
}

.krl-singer {
  font-weight: 700;
  color: #111827;
  margin-bottom: 4px;
}

.krl-song {
  color: #374151;
  margin-bottom: 6px;
}

.krl-badge {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 9999px;
  color: #111;
}
.krl-green { background: #22c55e; color: white; }
.krl-orange { background: #fb923c; color: white; }
.krl-yellow { background: #facc15; color: #111; }

.krl-progress {
  width: 100%;
  height: 8px;
  background: #e5e7eb;
  border-radius: 9999px;
  overflow: hidden;
  margin-top: 8px;
}
.krl-bar {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #60a5fa, #2563eb);
  transition: width 0.4s linear;
}

.krl-times {
  display: flex;
  justify-content: space-between;
  font-size: 0.8rem;
  color: #6b7280;
  margin-top: 4px;
}

.krl-subtitle {
  margin: 8px 0 6px 0;
  font-weight: 700;
  color: #111827;
}

.krl-next .krl-card { margin-bottom: 8px; }
.krl-ts {
  font-size: 0.75rem;
  color: #9ca3af;
  margin-top: 8px;
}
