.blog-prose :where(ul):not([role]){list-style-type:disc;list-style-position:outside}.blog-prose :where(ol):not([role]){list-style-type:decimal;list-style-position:outside}.blog-prose :where(ul ul):not([role]){list-style-type:circle}.blog-prose :where(ul ul ul):not([role]){list-style-type:square}.blog-prose :where(ol ol):not([role]){list-style-type:lower-alpha}.blog-prose :where(li){display:list-item}.blog-prose :where(li>ul,li>ol){margin-top:.375rem;margin-bottom:.25rem}.blog-prose :where(table){width:100%;border-collapse:collapse;font-size:.875rem;line-height:1.5}.blog-prose :where(th,td){border:1px solid hsl(var(--border));padding:.5rem .75rem;text-align:left;vertical-align:top}.blog-prose :where(th){background:hsl(var(--muted));font-weight:600;color:hsl(var(--foreground))}.blog-prose :where(tbody tr:nth-child(2n)){background:hsl(var(--muted)/.35)}.blog-prose :where(ul.contains-task-list){list-style:none;padding-left:0}.blog-prose :where(li.task-list-item){display:flex;align-items:flex-start;gap:.5rem}.blog-prose :where(li.task-list-item>input[type=checkbox]){margin-top:.35rem;height:1rem;width:1rem;flex-shrink:0;accent-color:var(--gofer-teal-600)}