/* Public styles (Lite) */
.rps-onair { display:inline-flex; align-items:center; gap:8px; padding:8px 12px; border-radius:999px; background:#f0fff4; border:1px solid #b7f5c2; }
.rps-onair .rps-dot { width:10px; height:10px; border-radius:50%; background:#22c55e; display:inline-block; }
.rps-onair.rps-off { background:#fff7ed; border-color:#ffedd5; }
.rps-next { margin-top:6px; padding:6px 10px; background:#eff6ff; border:1px solid #bfdbfe; border-radius:8px; display:inline-block; }

.rps-day h3 { margin: 10px 0; }
.rps-list { list-style:none; padding:0; margin:0; }
.rps-list li { display:flex; gap:10px; padding:6px 0; border-bottom:1px dashed #eee; }
.rps-time { width:110px; font-variant-numeric: tabular-nums; color:#475569; }
.rps-prog { font-weight:600; }

.rps-week { overflow-x:auto; }
.rps-table { width:100%; border-collapse: collapse; }
.rps-table th, .rps-table td { border:1px solid #e5e7eb; padding:8px; vertical-align: top; }
.rps-table thead th { background:#f8fafc; position:sticky; top:0; }
.rps-cell-prog { font-weight:600; }
.rps-hour { font-variant-numeric: tabular-nums; background:#f9fafb; }
.rps-cell-empty { color:#cbd5e1; }

.rps-tz-picker-wrap { margin-bottom:8px; }
