.article .markdown h1,
.article .markdown h2,
.article .markdown h3,
.article .markdown h4 {
    margin-top: 2.5rem;
}

.markdown h1 {
    font-weight: 700;
    font-size: 1.85rem;
    margin-bottom: 1.2rem;
    margin-top: 2rem;
}

.markdown h1:first-child {
    margin-top: 0;
}

.markdown h2 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
    margin-top: 2rem;
}

.markdown h2:first-child {
    margin-top: 0;
}

.markdown h3 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    margin-top: 1rem;
}

.markdown h3:first-child {
    margin-top: 0;
}

.markdown h4 {
    font-weight: 400;
    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 p:last-child {
    margin-bottom: 0;
}

.markdown blockquote {
    border-color: rgba(155, 155, 155, 0.2);
    border-left-width: 2px;
    line-height: 1.5rem;
    margin: 0;
    padding-bottom: .5rem;
    padding-left: 1rem;
    padding-top: .5rem;
}

.markdown blockquote>p {
    margin: 0;
}

.markdown blockquote>p:after,
.markdown blockquote>p:before {
    display: none;
}

.markdown ol {
    counter-reset: list-number;
    display: flex;
    flex-direction: column;
    padding-left: 1rem;
}

.markdown ul {
    display: flex;
    flex-direction: column;
    padding-left: 1rem;
}

.markdown ol li,
.markdown ul li {
    margin-bottom: .5rem;
}

.markdown ol li>pre,
.markdown ul li>pre {
    margin-bottom: .5rem;
    margin-top: .25rem;
}

.markdown ol ol,
.markdown ol ul,
.markdown ul ol,
.markdown ul ul {
    margin-bottom: 0;
    margin-left: 1rem;
    margin-top: 0;
}

.markdown table {
    border-collapse: separate;
    border-spacing: 0px;
    margin-bottom: 1rem;
    margin-top: 1rem;
    width: 100%;
}

.markdown th {
    border-color: rgba(156, 156, 156, 0.5);
    background-color: rgba(150, 150, 150, 0.2);
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-width: 1px;
    padding: .25rem .75rem;
}

.markdown tr:first-child td {
    background-color: rgba(150, 150, 150, 0.2);
    border-top-width: 1px;
}

.markdown tr:first-child td:first-child {
    border-top-left-radius: .375rem;
}

.markdown tr:first-child td:last-child {
    border-top-right-radius: .375rem;
}

.markdown th:first-child {
    border-top-left-radius: .375rem;
}

.markdown th:last-child {
    border-right-width: 1px;
    border-top-right-radius: .375rem;
}

.markdown td {
    border-color: rgba(156, 156, 156, 0.5);
    border-bottom-width: 1px;
    border-left-width: 1px;
    padding: .25rem .75rem;
}

.markdown td:last-child {
    border-right-width: 1px;
}

.markdown tbody tr:last-child td:first-child {
    border-bottom-left-radius: .375rem;
}

.markdown tbody tr:last-child td:last-child {
    border-bottom-right-radius: .375rem;
}

.markdown a {
    color: #2964aa;
    font-weight: 400;
    text-decoration-line: none;
}

.markdown a:hover {
    color: #749ac8;
}

.markdown pre {
    color: #ffffff;
    background: #272822;
    padding: 0.75rem;
    margin-bottom: 1.2rem;
    border-radius: .3em;
    font-size: 1em;
}

.markdown .code-toolbar .toolbar .toolbar-item {
    color: #ffffff;
    margin: 0 5px;
    font-size: 14px;
}

.markdown .code-toolbar .toolbar .toolbar-item:first-child span {
    color: #c9c9c9;
    background-color: transparent;
    box-shadow: none;
    border: 0;
}

.markdown .code-toolbar .toolbar .toolbar-item button {
    padding: 3px 5px;
}