.markdown{background-color:var(--background-secondary);color:var(--foreground);li{list-style-type:square;word-break:break-word}}.markdown blockquote,.markdown code,.markdown pre{background-color:var(--background-secondary);color:var(--foreground)}.markdown img{max-width:100%;height:auto;display:block}.markdown table{width:100%;display:block;overflow-x:auto;-webkit-overflow-scrolling:touch;border-collapse:collapse;background-color:var(--background);color:var(--foreground)}.markdown table td,.markdown table th{padding:.75rem 1rem;border:1px solid var(--border);text-align:left}.markdown table th{font-weight:600}.markdown table th,.markdown table tr:nth-child(2n){background-color:var(--muted)}.markdown table tr:hover{background-color:var(--accent)}.markdown pre{overflow-x:auto;padding:1rem;border-radius:.5rem}.markdown code{word-break:break-word;white-space:pre-wrap}