.cdgs-time-report {
  max-width: 1024px;
  margin: 0 auto;
}

.cdgs-time-report .cdgs-totalbox {
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  padding: 24px;
  margin-bottom: 16px;
  background: #fff;
  text-align: center;
}

.cdgs-time-report h3 {
  margin: 0 0 8px 0;
  font-weight: 700;
}

.cdgs-time-report .cdgs-total-time {
  font-size: 24px;
  font-weight: 700;
  color: #146EF5;
}

.cdgs-time-report table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  overflow: hidden;
}

.cdgs-time-report thead th {
  background: #00AEEF;
  color: #fff;
  padding: 12px;
  text-align: left;
  font-weight: 700;
}

.cdgs-time-report tbody td {
  padding: 12px;
  border-top: 1px solid #eee;
}

.cdgs-time-report td.text-right {
  text-align: right;
}

.cdgs-time-report .muted {
  color: #888;
}

.cdgs-time-report .cdgs-debug {
  margin-top: 16px;
  padding: 12px;
  background: #f8fafc;
  border: 1px dashed #cbd5e1;
  border-radius: 6px;
  font-size: 12px;
  word-break: break-all;
}
