/* (hier dein chat-markdown.css Inhalt aus meiner Nachricht) */
.msg { max-width: 80ch; line-height: 1.55; }
.msg p { margin: 0.6rem 0; }
.msg h1, .msg h2, .msg h3, .msg h4 { margin: 1rem 0 0.5rem; line-height: 1.25; }
.msg ul, .msg ol { margin: 0.5rem 0 0.5rem 1.25rem; }
.msg pre { overflow: auto; padding: 0.75rem; border-radius: 0.5rem; }
.msg code { padding: 0.1rem 0.25rem; border-radius: 0.25rem; }
.msg a { text-decoration: underline; }
.msg table { border-collapse: collapse; margin: 0.75rem 0; }
.msg th, .msg td { border: 1px solid #e5e7eb; padding: 0.4rem 0.6rem; }
