/* =========================================================
   Debugging THEME
   ========================================================= */

/* ---------------------------------------------------------
   Theme palette
   --------------------------------------------------------- */
:root {
  --parameters-bg: #f7f9ff;
  --parameters-border: #cfd6f3;
  --parameters-hover: #eef1ff;
  --parameters-active: #e3e8ff;
  --parameters-text: #222;
}

/* ---------------------------------------------------------
   Debug panel layout helpers
   --------------------------------------------------------- */

.debug-controls {
  margin-top: 12px; /* space below header */
}

.debug-row {
  margin-bottom: 10px;
}

.debug-row label {
  display: inline-block;
  min-width: 90px;
  font-weight: 500;
}

.debug-row input,
.debug-row select {
  margin-right: 8px;
}

/* ---------------------------------------------------------
   Debug console
   --------------------------------------------------------- */

.dbg-console {
  margin-top: 6px;
  padding: 8px;
  border: 1px solid #ccc;
  background: #f8f8f8;
  font-family: ui-monospace, Consolas, monospace;
  font-size: 0.85em;
  white-space: pre;
  overflow: auto;
  max-height: 240px;

  width: 85%;
  margin-left: auto;
  margin-right: auto;
}
