select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #07121c;
  color: var(--text);
  padding: 12px;
  font: inherit;
}

.kind {
  color: var(--accent);
  font-size: .78rem;
  letter-spacing: .08em;
}

.diagnostic-data pre {
  max-height: 28rem;
  overflow: auto;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #07121c;
  color: #cfe8f7;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}
