.clip {
  max-width: 330px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.wide-table {
  min-width: 1280px;
}

.panel:has(.wide-table) {
  overflow: auto;
}

.json-block {
  max-width: 520px;
  max-height: 260px;
  overflow: auto;
  margin: 8px 0 0;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #f8fafc;
  font-size: 12px;
  line-height: 1.55;
  white-space: pre-wrap;
}

details summary {
  cursor: pointer;
  color: var(--primary);
  font-size: 12px;
}
