.runtime-files {
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.runtime-files summary,
.event details summary {
  cursor: pointer;
}

.runtime-files summary {
  margin-bottom: 12px;
}

.event details {
  margin-top: 6px;
}

.event details summary {
  color: var(--brand);
  font-size: 12px;
}

.event details pre {
  margin: 8px 0 0;
  color: var(--text);
  font: 12px/1.45 ui-monospace, SFMono-Regular, Menlo, monospace;
  white-space: pre-wrap;
}
