<!– styles injected by debug-extras gem –> <style>

.debug-extras pre {
  padding: 10px;
  text-align: left;
  white-space: pre;
}

.debug-extras kbd {
  padding: 2px 4px;
}

.debug-extras pre,
.debug-extras kbd {
  background: none;
  border: none;
  box-shadow: none;
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, Ubuntu, monospace;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  margin: 0;
}

.debug-extras.debug-wp {
  position: relative;
  z-index: 9999;
}

.debug-extras.debug-dump {
  background: #f5f8fa;
  border: 1px solid #ccc;
  border-radius: 0;
  margin-bottom: 1.5rem;
}

</style> <!– end of debug-extras –>