/* ═══════════════════════════════════════
   WORKBENCH BUG REPORTS — a report's own page (WorkbenchBugReportFields.js)
   ═══════════════════════════════════════ */

/* The client log the player's browser sent, as it was written: kept in its
   own scrolling block so a long one can't push the rest of the page away.
   The two screenshots are the shared .wb-img boxes. */
.wbbr-log {
  max-height: 420px;
  overflow: auto;
  margin: 0;
  padding: 10px 12px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--bg-primary);
  color: var(--text-secondary);
  font-family: var(--font-mono);
  font-size: 12px;
  line-height: 1.55;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}
