﻿.prose {
    color: var(--tw-prose-body);
    max-width: 65ch
}

    .prose :where([class~=lead]):not(:where([class~=not-prose] *)) {
        color: var(--tw-prose-lead);
        font-size: 1.25em;
        line-height: 1.6;
        margin-bottom: 1.2em;
        margin-top: 1.2em
    }

    .prose :where(a):not(:where([class~=not-prose] *)) {
        color: var(--tw-prose-links);
        font-weight: 500;
        -webkit-text-decoration: underline;
        text-decoration: underline
    }

    .prose :where(strong):not(:where([class~=not-prose] *)) {
        color: var(--tw-prose-bold);
        font-weight: 600
    }

    .prose :where(a strong):not(:where([class~=not-prose] *)) {
        color: inherit
    }

    .prose :where(blockquote strong):not(:where([class~=not-prose] *)) {
        color: inherit
    }

    .prose :where(thead th strong):not(:where([class~=not-prose] *)) {
        color: inherit
    }

    .prose :where(ol):not(:where([class~=not-prose] *)) {
        list-style-type: decimal;
        margin-bottom: 1.25em;
        margin-top: 1.25em
    }

[dir=ltr] .prose :where(ol):not(:where([class~=not-prose] *)) {
    padding-left: 1.625em
}

[dir=rtl] .prose :where(ol):not(:where([class~=not-prose] *)) {
    padding-right: 1.625em
}

.prose :where(ol[type=A]):not(:where([class~=not-prose] *)) {
    list-style-type: upper-alpha
}

.prose :where(ol[type=a]):not(:where([class~=not-prose] *)) {
    list-style-type: lower-alpha
}

.prose :where(ol[type=A s]):not(:where([class~=not-prose] *)) {
    list-style-type: upper-alpha
}

.prose :where(ol[type=a s]):not(:where([class~=not-prose] *)) {
    list-style-type: lower-alpha
}

.prose :where(ol[type=I]):not(:where([class~=not-prose] *)) {
    list-style-type: upper-roman
}

.prose :where(ol[type=i]):not(:where([class~=not-prose] *)) {
    list-style-type: lower-roman
}

.prose :where(ol[type=I s]):not(:where([class~=not-prose] *)) {
    list-style-type: upper-roman
}

.prose :where(ol[type=i s]):not(:where([class~=not-prose] *)) {
    list-style-type: lower-roman
}

.prose :where(ol[type="1"]):not(:where([class~=not-prose] *)) {
    list-style-type: decimal
}

.prose :where(ul):not(:where([class~=not-prose] *)) {
    list-style-type: disc;
    margin-bottom: 1.25em;
    margin-top: 1.25em
}

[dir=ltr] .prose :where(ul):not(:where([class~=not-prose] *)) {
    padding-left: 1.625em
}

[dir=rtl] .prose :where(ul):not(:where([class~=not-prose] *)) {
    padding-right: 1.625em
}

.prose :where(ol>li):not(:where([class~=not-prose] *))::marker {
    color: var(--tw-prose-counters);
    font-weight: 400
}

.prose :where(ul>li):not(:where([class~=not-prose] *))::marker {
    color: var(--tw-prose-bullets)
}

.prose :where(hr):not(:where([class~=not-prose] *)) {
    border-color: var(--tw-prose-hr);
    border-top-width: 1px;
    margin-bottom: 3em;
    margin-top: 3em
}

.prose :where(blockquote):not(:where([class~=not-prose] *)) {
    color: var(--tw-prose-quotes);
    font-style: italic;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 1.6em;
    margin-top: 1.6em;
    quotes: "“""”""‘""’"
}

[dir=ltr] .prose :where(blockquote):not(:where([class~=not-prose] *)) {
    border-left-color: var(--tw-prose-quote-borders);
    border-left-width: .25rem;
    padding-left: 1em
}

[dir=rtl] .prose :where(blockquote):not(:where([class~=not-prose] *)) {
    border-right-color: var(--tw-prose-quote-borders);
    border-right-width: .25rem;
    padding-right: 1em
}

.prose :where(blockquote p:first-of-type):not(:where([class~=not-prose] *)):before {
    content: open-quote
}

.prose :where(blockquote p:last-of-type):not(:where([class~=not-prose] *)):after {
    content: close-quote
}

.prose :where(h1):not(:where([class~=not-prose] *)) {
    color: var(--tw-prose-headings);
    font-size: 2.25em;
    font-weight: 800;
    line-height: 1.1111111;
    margin-bottom: .8888889em;
    margin-top: 0
}

.prose :where(h1 strong):not(:where([class~=not-prose] *)) {
    color: inherit;
    font-weight: 900
}

.prose :where(h2):not(:where([class~=not-prose] *)) {
    color: var(--tw-prose-headings);
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1.3333333;
    margin-bottom: 1em;
    margin-top: 2em
}

.prose :where(h2 strong):not(:where([class~=not-prose] *)) {
    color: inherit;
    font-weight: 800
}

.prose :where(h3):not(:where([class~=not-prose] *)) {
    color: var(--tw-prose-headings);
    font-size: 1.25em;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: .6em;
    margin-top: 1.6em
}

.prose :where(h3 strong):not(:where([class~=not-prose] *)) {
    color: inherit;
    font-weight: 700
}

.prose :where(h4):not(:where([class~=not-prose] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: .5em;
    margin-top: 1.5em
}

.prose :where(h4 strong):not(:where([class~=not-prose] *)) {
    color: inherit;
    font-weight: 700
}

.prose :where(img):not(:where([class~=not-prose] *)) {
    margin-bottom: 2em;
    margin-top: 2em
}

.prose :where(figure>*):not(:where([class~=not-prose] *)) {
    margin-bottom: 0;
    margin-top: 0
}

.prose :where(figcaption):not(:where([class~=not-prose] *)) {
    color: var(--tw-prose-captions);
    font-size: .875em;
    line-height: 1.4285714;
    margin-top: .8571429em
}

.prose :where(code):not(:where([class~=not-prose] *)) {
    background-color: var(--gray-100);
    border-radius: .25rem;
    color: var(--tw-prose-code);
    font-size: .875em;
    font-weight: 500;
    padding: .15rem .3rem
}

    .prose :where(code):not(:where([class~=not-prose] *)):before {
        content: none
    }

    .prose :where(code):not(:where([class~=not-prose] *)):after {
        content: none
    }

.prose :where(a code):not(:where([class~=not-prose] *)) {
    color: inherit
}

.prose :where(h1 code):not(:where([class~=not-prose] *)) {
    color: inherit
}

.prose :where(h2 code):not(:where([class~=not-prose] *)) {
    color: inherit;
    font-size: .875em
}

.prose :where(h3 code):not(:where([class~=not-prose] *)) {
    color: inherit;
    font-size: .9em
}

.prose :where(h4 code):not(:where([class~=not-prose] *)) {
    color: inherit
}

.prose :where(blockquote code):not(:where([class~=not-prose] *)) {
    color: inherit
}

.prose :where(thead th code):not(:where([class~=not-prose] *)) {
    color: inherit
}

.prose :where(pre):not(:where([class~=not-prose] *)) {
    background-color: transparent;
    border-radius: .375rem;
    color: currentColor;
    font-size: .875em;
    font-weight: 400;
    line-height: 1.7142857;
    margin: 0;
    overflow-x: auto;
    padding: 0
}

.prose :where(pre code):not(:where([class~=not-prose] *)) {
    background-color: transparent;
    border-radius: 0;
    border-width: 0;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    padding: 0
}

    .prose :where(pre code):not(:where([class~=not-prose] *)):before {
        content: none
    }

    .prose :where(pre code):not(:where([class~=not-prose] *)):after {
        content: none
    }

.prose :where(table):not(:where([class~=not-prose] *)) {
    font-size: .875em;
    line-height: 1.7142857;
    margin-bottom: 2em;
    margin-top: 2em;
    table-layout: auto;
    width: 100%
}

[dir=ltr] .prose :where(table):not(:where([class~=not-prose] *)) {
    text-align: left
}

[dir=rtl] .prose :where(table):not(:where([class~=not-prose] *)) {
    text-align: right
}

.prose :where(thead):not(:where([class~=not-prose] *)) {
    border-bottom-color: var(--tw-prose-th-borders);
    border-bottom-width: 1px
}

.prose :where(thead th):not(:where([class~=not-prose] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    padding-bottom: .5714286em;
    padding-left: .5714286em;
    padding-right: .5714286em;
    vertical-align: bottom
}

.prose :where(tbody tr):not(:where([class~=not-prose] *)) {
    border-bottom-color: var(--tw-prose-td-borders);
    border-bottom-width: 1px
}

.prose :where(tbody tr:last-child):not(:where([class~=not-prose] *)) {
    border-bottom-width: 0
}

.prose :where(tbody td):not(:where([class~=not-prose] *)) {
    vertical-align: baseline
}

.prose :where(tfoot):not(:where([class~=not-prose] *)) {
    border-top-color: var(--tw-prose-th-borders);
    border-top-width: 1px
}

.prose :where(tfoot td):not(:where([class~=not-prose] *)) {
    vertical-align: top
}

.prose {
    --tw-prose-body: var(--text-primary);
    --tw-prose-headings: var(--text-primary);
    --tw-prose-lead: var(--text-primary);
    --tw-prose-links: var(--text-primary);
    --tw-prose-bold: var(--text-primary);
    --tw-prose-counters: var(--text-primary);
    --tw-prose-bullets: var(--text-primary);
    --tw-prose-hr: var(--border-xheavy);
    --tw-prose-quotes: var(--text-primary);
    --tw-prose-quote-borders: #e5e7eb;
    --tw-prose-captions: var(--text-secondary);
    --tw-prose-code: var(--text-primary);
    --tw-prose-pre-code: #e5e7eb;
    --tw-prose-pre-bg: #1f2937;
    --tw-prose-th-borders: #d1d5db;
    --tw-prose-td-borders: #e5e7eb;
    --tw-prose-invert-body: var(--text-primary);
    --tw-prose-invert-headings: var(--text-primary);
    --tw-prose-invert-lead: var(--text-primary);
    --tw-prose-invert-links: var(--text-primary);
    --tw-prose-invert-bold: var(--text-primary);
    --tw-prose-invert-counters: var(--text-primary);
    --tw-prose-invert-bullets: var(--text-primary);
    --tw-prose-invert-hr: var(--border-xheavy);
    --tw-prose-invert-quotes: var(--text-primary);
    --tw-prose-invert-quote-borders: #374151;
    --tw-prose-invert-captions: var(--text-secondary);
    --tw-prose-invert-code: var(--text-primary);
    --tw-prose-invert-pre-code: #d1d5db;
    --tw-prose-invert-pre-bg: rgba(0,0,0,.5);
    --tw-prose-invert-th-borders: #4b5563;
    --tw-prose-invert-td-borders: #374151;
    font-size: 1rem;
    line-height: 1.75
}

    .prose :where(p):not(:where([class~=not-prose] *)) {
        margin-bottom: 1.25em;
        margin-top: 1.25em
    }

    .prose :where(video):not(:where([class~=not-prose] *)) {
        margin-bottom: 2em;
        margin-top: 2em
    }

    .prose :where(figure):not(:where([class~=not-prose] *)) {
        margin-bottom: 2em;
        margin-top: 2em
    }

    .prose :where(li):not(:where([class~=not-prose] *)) {
        margin-bottom: .5em;
        margin-top: .5em
    }

[dir=ltr] .prose :where(ol>li):not(:where([class~=not-prose] *)) {
    padding-left: .375em
}

[dir=rtl] .prose :where(ol>li):not(:where([class~=not-prose] *)) {
    padding-right: .375em
}

[dir=ltr] .prose :where(ul>li):not(:where([class~=not-prose] *)) {
    padding-left: .375em
}

[dir=rtl] .prose :where(ul>li):not(:where([class~=not-prose] *)) {
    padding-right: .375em
}

.prose :where(.prose>ul>li p):not(:where([class~=not-prose] *)) {
    margin-bottom: .75em;
    margin-top: .75em
}

.prose :where(.prose>ul>li>:first-child):not(:where([class~=not-prose] *)) {
    margin-top: 1.25em
}

.prose :where(.prose>ul>li>:last-child):not(:where([class~=not-prose] *)) {
    margin-bottom: 1.25em
}

.prose :where(.prose>ol>li>:first-child):not(:where([class~=not-prose] *)) {
    margin-top: 1.25em
}

.prose :where(.prose>ol>li>:last-child):not(:where([class~=not-prose] *)) {
    margin-bottom: 1.25em
}

.prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose] *)) {
    margin-bottom: .75em;
    margin-top: .75em
}

.prose :where(hr+*):not(:where([class~=not-prose] *)) {
    margin-top: 0
}

.prose :where(h2+*):not(:where([class~=not-prose] *)) {
    margin-top: 0
}

.prose :where(h3+*):not(:where([class~=not-prose] *)) {
    margin-top: 0
}

.prose :where(h4+*):not(:where([class~=not-prose] *)) {
    margin-top: 0
}

[dir=ltr] .prose :where(thead th:first-child):not(:where([class~=not-prose] *)) {
    padding-left: 0
}

[dir=rtl] .prose :where(thead th:first-child):not(:where([class~=not-prose] *)) {
    padding-right: 0
}

[dir=ltr] .prose :where(thead th:last-child):not(:where([class~=not-prose] *)) {
    padding-right: 0
}

[dir=rtl] .prose :where(thead th:last-child):not(:where([class~=not-prose] *)) {
    padding-left: 0
}

.prose :where(tbody td,tfoot td):not(:where([class~=not-prose] *)) {
    padding: .5714286em
}

[dir=ltr] .prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose] *)) {
    padding-left: 0
}

[dir=rtl] .prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose] *)) {
    padding-right: 0
}

[dir=ltr] .prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose] *)) {
    padding-right: 0
}

[dir=rtl] .prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose] *)) {
    padding-left: 0
}

.prose :where(.prose>:first-child):not(:where([class~=not-prose] *)) {
    margin-top: 0
}

.prose :where(.prose>:last-child):not(:where([class~=not-prose] *)) {
    margin-bottom: 0
}

.prose-sm :where(.prose>ul>li p):not(:where([class~=not-prose] *)) {
    margin-bottom: .5714286em;
    margin-top: .5714286em
}

.prose-sm :where(.prose>ul>li>:first-child):not(:where([class~=not-prose] *)) {
    margin-top: 1.1428571em
}

.prose-sm :where(.prose>ul>li>:last-child):not(:where([class~=not-prose] *)) {
    margin-bottom: 1.1428571em
}

.prose-sm :where(.prose>ol>li>:first-child):not(:where([class~=not-prose] *)) {
    margin-top: 1.1428571em
}

.prose-sm :where(.prose>ol>li>:last-child):not(:where([class~=not-prose] *)) {
    margin-bottom: 1.1428571em
}

.prose-sm :where(.prose>:first-child):not(:where([class~=not-prose] *)) {
    margin-top: 0
}

.prose-sm :where(.prose>:last-child):not(:where([class~=not-prose] *)) {
    margin-bottom: 0
}

.prose-base :where(.prose>ul>li p):not(:where([class~=not-prose] *)) {
    margin-bottom: .75em;
    margin-top: .75em
}

.prose-base :where(.prose>ul>li>:first-child):not(:where([class~=not-prose] *)) {
    margin-top: 1.25em
}

.prose-base :where(.prose>ul>li>:last-child):not(:where([class~=not-prose] *)) {
    margin-bottom: 1.25em
}

.prose-base :where(.prose>ol>li>:first-child):not(:where([class~=not-prose] *)) {
    margin-top: 1.25em
}

.prose-base :where(.prose>ol>li>:last-child):not(:where([class~=not-prose] *)) {
    margin-bottom: 1.25em
}

.prose-base :where(.prose>:first-child):not(:where([class~=not-prose] *)) {
    margin-top: 0
}

.prose-base :where(.prose>:last-child):not(:where([class~=not-prose] *)) {
    margin-bottom: 0
}

.prose-lg :where(.prose>ul>li p):not(:where([class~=not-prose] *)) {
    margin-bottom: .8888889em;
    margin-top: .8888889em
}

.prose-lg :where(.prose>ul>li>:first-child):not(:where([class~=not-prose] *)) {
    margin-top: 1.3333333em
}

.prose-lg :where(.prose>ul>li>:last-child):not(:where([class~=not-prose] *)) {
    margin-bottom: 1.3333333em
}

.prose-lg :where(.prose>ol>li>:first-child):not(:where([class~=not-prose] *)) {
    margin-top: 1.3333333em
}

.prose-lg :where(.prose>ol>li>:last-child):not(:where([class~=not-prose] *)) {
    margin-bottom: 1.3333333em
}

.prose-lg :where(.prose>:first-child):not(:where([class~=not-prose] *)) {
    margin-top: 0
}

.prose-lg :where(.prose>:last-child):not(:where([class~=not-prose] *)) {
    margin-bottom: 0
}

.prose-xl :where(.prose>ul>li p):not(:where([class~=not-prose] *)) {
    margin-bottom: .8em;
    margin-top: .8em
}

.prose-xl :where(.prose>ul>li>:first-child):not(:where([class~=not-prose] *)) {
    margin-top: 1.2em
}

.prose-xl :where(.prose>ul>li>:last-child):not(:where([class~=not-prose] *)) {
    margin-bottom: 1.2em
}

.prose-xl :where(.prose>ol>li>:first-child):not(:where([class~=not-prose] *)) {
    margin-top: 1.2em
}

.prose-xl :where(.prose>ol>li>:last-child):not(:where([class~=not-prose] *)) {
    margin-bottom: 1.2em
}

.prose-xl :where(.prose>:first-child):not(:where([class~=not-prose] *)) {
    margin-top: 0
}

.prose-xl :where(.prose>:last-child):not(:where([class~=not-prose] *)) {
    margin-bottom: 0
}

.prose-2xl :where(.prose>ul>li p):not(:where([class~=not-prose] *)) {
    margin-bottom: .8333333em;
    margin-top: .8333333em
}

.prose-2xl :where(.prose>ul>li>:first-child):not(:where([class~=not-prose] *)) {
    margin-top: 1.3333333em
}

.prose-2xl :where(.prose>ul>li>:last-child):not(:where([class~=not-prose] *)) {
    margin-bottom: 1.3333333em
}

.prose-2xl :where(.prose>ol>li>:first-child):not(:where([class~=not-prose] *)) {
    margin-top: 1.3333333em
}

.prose-2xl :where(.prose>ol>li>:last-child):not(:where([class~=not-prose] *)) {
    margin-bottom: 1.3333333em
}

.prose-2xl :where(.prose>:first-child):not(:where([class~=not-prose] *)) {
    margin-top: 0
}

.prose-2xl :where(.prose>:last-child):not(:where([class~=not-prose] *)) {
    margin-bottom: 0
}


.markdown {
    max-width: unset
}

    .markdown.streaming-animation.block-entry-animation pre, .markdown.streaming-animation.block-entry-animation table {
        overflow: hidden !important;
        overflow: clip !important;
        position: relative
    }

        .markdown.streaming-animation.block-entry-animation pre:after, .markdown.streaming-animation.block-entry-animation table:after {
            --overlap-distance: 10px;
            --overlap-negative-distance: -10px;
            content: "";
            display: flex;
            height: calc(100% + var(--overlap-distance)*2);
            inset: 0;
            position: absolute;
            translate: 0 var(--streaming-reveal-amount,var(--overlap-negative-distance))
        }

[dir=ltr] .markdown.streaming-animation.block-entry-animation pre:after, [dir=ltr] .markdown.streaming-animation.block-entry-animation table:after {
    background-image: linear-gradient(180deg,transparent,var(--main-surface-primary) var(--overlap-distance))
}

[dir=rtl] .markdown.streaming-animation.block-entry-animation pre:after, [dir=rtl] .markdown.streaming-animation.block-entry-animation table:after {
    background-image: linear-gradient(-180deg,transparent,var(--main-surface-primary) var(--overlap-distance))
}

@media (prefers-reduced-motion:no-preference) {
    .markdown.streaming-animation.block-entry-animation pre:after, .markdown.streaming-animation.block-entry-animation table:after {
        transition: .5s translate var(--spring-standard)
    }
}

.markdown.streaming-animation h1, .markdown.streaming-animation h2, .markdown.streaming-animation h3, .markdown.streaming-animation h4, .markdown.streaming-animation h5, .markdown.streaming-animation h6, .markdown.streaming-animation li:not(:has(pre)) {
    width: fit-content
}

.markdown pre {
    margin-top: .5rem
}

    .markdown pre:first-child {
        margin-top: 0
    }

.markdown h1 {
    font-weight: 700;
    letter-spacing: -.04rem
}

    .markdown h1:first-child {
        margin-top: 0
    }

.markdown h2 {
    font-weight: 600;
    margin-bottom: 1rem;
    margin-top: 2rem
}

    .markdown h2:first-child {
        margin-top: 0
    }

.markdown h3 {
    font-weight: 600;
    margin-bottom: .5rem;
    margin-top: 1rem
}

    .markdown h3:first-child {
        margin-top: 0
    }

.markdown h4 {
    font-weight: 600;
    margin-bottom: .5rem;
    margin-top: 1rem
}

    .markdown h4:first-child {
        margin-top: 0
    }

.markdown h5 {
    font-weight: 600
}

    .markdown h5:first-child {
        margin-top: 0
    }

.markdown blockquote {
    --tw-border-opacity: 1;
    border-color: rgb(155 155 155/var(--tw-border-opacity));
    line-height: 1.5rem;
    margin: 0;
    padding-bottom: .5rem;
    padding-top: .5rem
}

[dir=ltr] .markdown blockquote {
    border-left-width: 2px;
    padding-left: 1rem
}

[dir=rtl] .markdown blockquote {
    border-right-width: 2px;
    padding-right: 1rem
}

.markdown blockquote > p {
    margin: 0
}

    .markdown blockquote > p:after, .markdown blockquote > p:before {
        display: none
    }

.markdown table {
    --tw-border-spacing-x: 0px;
    --tw-border-spacing-y: 0px;
    border-collapse: separate;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
    margin-bottom: .25rem;
    margin-top: .25rem;
    width: 100%
}

.markdown p {
    margin-bottom: .5rem
}

    .markdown p:not(:first-child) {
        margin-top: .5rem
    }

    .markdown p + :where(ol,ul) {
        margin-top: 0
    }

.markdown :where(ol,ul) > li > :last-child {
    margin-bottom: 0
}

.markdown :where(ol,ul) > li > :first-child {
    margin-bottom: 0;
    margin-top: 0
}

.markdown th {
    background-color: var(--border-light);
    border-bottom-width: 1px;
    border-color: var(--border-medium);
    border-top-width: 1px;
    padding: .25rem .75rem
}

[dir=ltr] .markdown th {
    border-left-width: 1px
}

[dir=rtl] .markdown th {
    border-right-width: 1px
}

[dir=ltr] .markdown th:first-child {
    border-top-left-radius: .375rem;
    padding-left: .75rem
}

[dir=rtl] .markdown th:first-child {
    border-top-right-radius: .375rem;
    padding-right: .75rem
}

[dir=ltr] .markdown th:last-child {
    border-right-width: 1px;
    border-top-right-radius: .375rem;
    padding-right: .75rem
}

[dir=rtl] .markdown th:last-child {
    border-left-width: 1px;
    border-top-left-radius: .375rem;
    padding-left: .75rem
}

.markdown td {
    border-bottom-width: 1px;
    border-color: var(--border-medium);
    padding: .25rem .75rem
}

[dir=ltr] .markdown td {
    border-left-width: 1px
}

[dir=rtl] .markdown td {
    border-right-width: 1px
}

[dir=ltr] .markdown td:first-child {
    padding-left: .75rem
}

[dir=rtl] .markdown td:first-child {
    padding-right: .75rem
}

[dir=ltr] .markdown td:last-child {
    border-right-width: 1px;
    padding-right: .75rem
}

[dir=rtl] .markdown td:last-child {
    border-left-width: 1px;
    padding-left: .75rem
}

[dir=ltr] .markdown tbody tr:last-child td:first-child {
    border-bottom-left-radius: .375rem
}

[dir=rtl] .markdown tbody tr:last-child td:first-child {
    border-bottom-right-radius: .375rem
}

[dir=ltr] .markdown tbody tr:last-child td:last-child {
    border-bottom-right-radius: .375rem
}

[dir=rtl] .markdown tbody tr:last-child td:last-child {
    border-bottom-left-radius: .375rem
}

.markdown a {
    color: var(--link);
    font-weight: 400;
    text-decoration-line: none
}

@media (hover: hover) and (pointer:fine) {
    .markdown a:hover {
        color: var(--link-hover)
    }
}

.gizmo .markdown > :not(pre), .gizmo .markdown > :not(pre) > :not(a) {
    color: var(--text-primary)
}

.markdown .float-image + p {
    margin-top: 0
}
