.task-history-block {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid rgba(148, 163, 184, 0.2);
}

.task-history-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  margin-bottom: 12px;
}

.task-history-list {
  display: grid;
  gap: 10px;
}

.task-history-item {
  padding: 12px;
  border-radius: 14px;
  background: rgba(248, 250, 252, 0.95);
}

.task-history-meta,
.task-history-reason,
.task-history-empty {
  margin-top: 6px;
  color: #64748b;
  font-size: 13px;
}
