/* history page only */
.history-table {
  width: 100%;
}

.history-head,
.history-row {
  display: grid;
  grid-template-columns: 90px minmax(220px,1fr) 80px 140px;
  gap: 12px;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid rgba(151,180,219,.08);
}

.history-head {
  color: var(--muted);
  font-size: 11px;
}
