/* Panel podglądu czasu pracy (jak zadanie-panel) — WERSJA: 20260902a */
.czp-panel .zp-foot {
  display: none;
}

.czp-body-inner {
  padding: 16px 20px 28px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.czp-section h3 {
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 700;
  color: #344054;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.czp-form .form-grid input[disabled],
.czp-form .form-grid textarea[disabled],
.czp-form .form-grid select[disabled] {
  background: #f9fafb;
  color: #344054;
  cursor: default;
  opacity: 1;
}

.czp-dxl-wrap {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  overflow: auto;
  max-height: 42vh;
}

.czp-dxl-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
}

.czp-dxl-table th,
.czp-dxl-table td {
  padding: 6px 10px;
  border-bottom: 1px solid #eef0f4;
  text-align: left;
  vertical-align: top;
}

.czp-dxl-table th {
  background: #f8fafc;
  font-weight: 700;
  color: #475467;
  position: sticky;
  top: 0;
  z-index: 1;
}

.czp-dxl-table td.czp-pole {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  color: #344054;
  white-space: nowrap;
}

.czp-dxl-table td.czp-val {
  word-break: break-word;
  max-width: 280px;
}

.czp-dxl-table tr.is-empty td.czp-val {
  color: #98a2b3;
  font-style: italic;
}

.czp-dxl-table .czp-typ {
  font-size: 11px;
  color: #667085;
}

.czp-status {
  font-size: 13px;
  color: #667085;
  padding: 24px 20px;
}

.czp-status.is-error {
  color: #b42318;
}

#tzrList tr.tzr-leaf[data-time-id] {
  cursor: pointer;
}

#tzrList tr.tzr-leaf[data-time-id]:hover td {
  background: #f8fafc;
}
