.content main {
  max-width: 52rem;
}

.katex-display,
.table-wrapper,
.mermaid {
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}

@media print {
  .katex-display,
  .table-wrapper {
    overflow: visible;
  }

  table {
    max-width: 100%;
  }
}
