/* Preserve FidoNews fixed-width text without the "chrome" of a code block */
pre[data-pagefind-body] {
  white-space: pre;
  overflow-x: auto;
  font-family: "JetBrains Mono", ui-monospace, "Courier New", monospace;
  font-size: 0.78rem;
  line-height: 1.35;
  background: transparent;
  border: none;
  padding: 1rem 0;
  tab-size: 8;
}

/* Compact, readable per-year issue tables */
.md-typeset table:not([class]) {
  font-size: 0.8rem;
}
