pre {
  white-space: pre-wrap;
  word-break: break-word;
  font-size: 0.85rem;
  background: #0b1020;
  color: #e7eaf3;
  padding: 0.75rem;
  border-radius: 0.5rem;
}

.clickable-row {
  cursor: pointer;
}

.clickable-row:hover {
  background: rgba(13, 110, 253, 0.06);
}

