.numerals-rendered, pre.numerals-block {
  font-family: var(--md-code-font-family, monospace);
  font-size: 0.85em;
  background: var(--md-code-bg-color);
  border-radius: 0.2rem;
  padding: 0.6rem 0.9rem;
  margin: 1em 0;
  overflow-x: auto;
}
.numerals-line {
  display: flex;
  justify-content: space-between;
  gap: 2em;
  line-height: 1.6;
}
.numerals-input { white-space: pre; }
/* publish.css .numerals-answer-right: result in muted foreground */
.numerals-result {
  color: var(--md-default-fg-color--light);
  white-space: nowrap;
}
.numerals-comment .numerals-input {
  color: var(--md-default-fg-color--lighter);
}
.numerals-error .numerals-input { text-decoration: underline dotted; }
