/* ── FIX: Grid-Spalte darf sich nicht am Codeblock-Inhalt orientieren ── */
.post_content,
.post_body {
  min-width: 0;
}

.codeblock, code, pre {
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
}