/* ==========================================================================
   WIDGET JAM KERJA — jam-kerja-widget.css
   CSS khusus widget jam kerja & PTSP pengadilan
   ========================================================================== */

.pnbyw-jam-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pnbyw-jam-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0;
  border-bottom: 1px dashed #e2e4e8;
  font-size: 11px;
  color: #374151;
}

.pnbyw-jam-item:last-child { border-bottom: none; }

.pnbyw-jam-hari { flex: 1; }

.pnbyw-jam-val {
  font-weight: 700;
  color: #9a2109;
  font-size: 10.5px;
  white-space: nowrap;
  margin-left: 8px;
}

.pnbyw-jam-note {
  background: #fef3ee;
  border-left: 3px solid #9a2109;
  padding: 7px 10px;
  border-radius: 0 6px 6px 0;
  font-size: 10px;
  color: #374151;
  margin-top: 8px;
  line-height: 1.5;
}

/* ── 4 Seksi Jadwal ── */
.pnbyw-widget-body--jam { padding: 0; }

.pnbyw-jam-seksi {
  padding: 8px 12px;
  border-bottom: 1px solid #f0f0f0;
}
.pnbyw-jam-seksi:last-of-type { border-bottom: none; }

.pnbyw-jam-seksi--istirahat {
  background: #fdf8f0;
}

.pnbyw-jam-seksi-label {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: #9a2109;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.pnbyw-jam-seksi--istirahat .pnbyw-jam-seksi-label {
  color: #92400e;
}

.pnbyw-jam-item--libur .pnbyw-jam-val {
  color: #dc2626;
  font-weight: 700;
}