#stem_leaf_results {
  margin-top: 1rem;
}

#stem_leaf_results:empty {
  display: none;
}


.stem-leaf-result-panel h2 {
  margin: 0 0 0.75rem;
  font-size: 1.15rem;
}

.stem-leaf-output {
  margin: 0;
  overflow-x: auto;
  white-space: pre;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  line-height: 1.55;
  background: rgba(127, 127, 127, 0.12);
  color: inherit;
  border: 1px solid rgba(127, 127, 127, 0.25);
  border-radius: 0.375rem;
  padding: 0.75rem;
}

.stem-leaf-key {
  margin: 0.75rem 0 0;
  font-weight: 600;
}

.stem-leaf-message {
  color: var(--color-danger, #b00020);
  font-weight: 600;
}

.stem-leaf-result-panel.has-error .stem-leaf-output,
.stem-leaf-result-panel.has-error .stem-leaf-key {
  display: none;
}

@media (max-width: 575.98px) {
  .stem-leaf-result-panel {
    padding: 0.75rem;
  }
}
