.markdown img {
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.markdown h2 {
    border-top-color: var(--decoration);
    margin-top: 40px;
    padding-top: 40px;
    border-top-width: 1px;
    border-top-style: dashed;
}

.markdown .footnotes {
    margin-top: 10em;
}

article,
section {
    padding-bottom: 20px;
    overflow-wrap: anywhere;
}

article:has(footer),
section:has(footer) {
    padding-bottom: 0px;
}

article > *,
section > * {
    margin-left: 10px;
    margin-right: 10px;
}

article > header,
section > header {
    border-bottom-color: var(--decoration);
    margin: 0px;
    padding: 10px;
    border-bottom-width: 2px;
    border-bottom-style: dashed;
}

article > footer,
section > footer {
    border-top-color: var(--decoration);
    margin: 0px;
    padding: 10px;
    border-top-width: 2px;
    border-top-style: dashed;
}

section:last-of-type {
    border-bottom: 0px;
}

header h1,
header h2,
header h3 {
    margin: 0px;
}

section.article-list h3 {
    margin-bottom: 5px;
}

section.article-list p {
    margin-top: 5px;
    margin-bottom: 15px;
}