.markdown-content {
  overflow-wrap: break-word;
  word-wrap: break-word;
  max-width: 100%;
}

.markdown-content pre {
  white-space: pre;
  max-width: 100%;
  overflow-x: auto;
}

.markdown-content code {
  word-break: break-word;
  overflow-wrap: break-word;
}

.markdown-content table {
  table-layout: auto;
  width: 100%;
  min-width: max-content;
}

.markdown-content table td > * {
  margin-bottom: 0;
}

.markdown-content table td > pre {
  margin: 0;
}

.markdown-content pre {
  font-size: 14px;
  line-height: 18px;
}

.markdown-content table code {
  white-space: pre;
  word-break: keep-all;
  color: #334155;
  background-color: #f1f5f9b3;
}

.dark .markdown-content table code {
  color: #e2e8f0;
  background-color: #1e293bb3;
}

