.result-cell {
  white-space: normal;
  min-width: 280px;
  max-width: 520px;
}

.history-batch {
  border: 1px solid var(--line);
  border-radius: 4px;
  margin-bottom: 12px;
  background: #fff;
}

.history-batch > summary {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 13px 14px;
  cursor: pointer;
}

.history-batch > summary span {
  color: var(--muted);
  text-align: right;
}

.history-batch > .table-wrap {
  border-width: 1px 0 0;
  border-radius: 0;
}

@media (max-width: 600px) {
  .history-batch > summary {
    align-items: flex-start;
    flex-direction: column;
  }

  .history-batch > summary span {
    text-align: left;
  }
}
