:not(pre) > code {
    font-family:
        ui-monospace, "SFMono-Regular", Menlo, Monaco, Consolas,
        "Liberation Mono", monospace;
    padding: 0.1em 0.35em;
    border-radius: 0.3em;
    background-color: #edf1ec;
    color: #355e3b;
    font-size: 1em;
    font-weight: 500;
    letter-spacing: 0.015em;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}

pre {
    padding: 1em;
    border-radius: 0.4em;
    background-color: #f0f0f0;
    overflow-x: auto;
}

.highlight pre {
    margin: 0;
}

pre code {
    display: block;
    padding: 0;
    font-size: 1rem;
}

blockquote {
    margin: 1em 0 1em 1em;
    padding-left: 0.75em;
}

.footnotes {
    margin-top: 2em;
    font-size: 0.8em;
}

main ul,
main ol {
    padding-left: 1.25em;
}

table {
    border: 1.5px solid #b6c1b3;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 0.4em;
    overflow: hidden;
}

th,
td {
    padding: 0.55em 0.7em;
    text-align: left;
    vertical-align: top;
}

th {
    background-color: #e7eee5;
    color: #2f5135;
    font-weight: 600;
}

/* Treat an empty top-left header cell as the signal for a matrix. */
table:has(thead th:first-child:empty) tbody td:first-child {
    background-color: #e7eee5;
    color: #2f5135;
    font-weight: 600;
}

th + th,
td + td {
    border-left: 1.5px solid #b6c1b3;
}

tbody tr:first-child td,
tbody tr + tr td {
    border-top: 1.5px solid #b6c1b3;
}

.home-section + .home-section {
    margin-top: 2.5em;
}

.home-section h2 {
    font-size: 1.1em;
    margin-bottom: 0.5em;
}
