@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css');

body {
    border-top: 0.5em solid #810202;
}

header a:hover {
    color: #810202!important;
}

article a {
    color: #810202!important;
}

ul {
    margin-top: 0.4em!important;
    margin-bottom: 0.4em!important;
}

li {
    margin-top: 0.4em!important;
    margin-bottom: 0.4em!important;
}

.profile-picture {
    border-radius: 50%!important;
    float: right;
    margin: 1rem;
    width: 15em;
    margin-top: 0!important;
}

.deprecated-article {
    border: #810202 dashed 1px;
    margin-top: 2.5em;
    margin-bottom: 2.5em;
    padding: 0.75em;
    color: #810202!important;
    font-size: smaller;
    background: #fbf7f7;
}

ul.tags-single {
    float: right;
    font-size: small;
    display: inline-block;
}

ul.tags-single li {
    float: right;
    margin: 0;
    padding-left: 0;
    padding-right: 1.5rem;
}

ul.tags-single li a {
    text-decoration: none;
    display: block;
}

ul.metadata {
    float: left;
    font-size: small;
    display: inline-block;
}

ul.metadata li {
    float: left;
    margin: 0;
    padding-left: 0;
    padding-right: 1.5rem;
}

ul.metadata li a {
    text-decoration: none;
    display: block;
}

h1.blog-single-title {
    margin-bottom: 0.3rem!important;
}

.prose a {
    text-decoration: none;
}

.prose ul.tags-single > li::before {
    content: none;
}

.prose ul.metadata > li::before {
    content: none;
}

.prose img {
    border-radius: 0.5rem;
}

.prose figure figcaption {
    color: #6b7280;
    text-align: center;
}

.table-of-contents {
    background: #fbfbfb;
    width: fit-content;
    padding: 1rem;
    line-height: 1.2rem;
    border: solid 1px #d1d5db;
}

.table-of-contents h2 {
    margin: 0.3rem 0.3rem 1rem 0.3rem;
    font-size: 1.3em;
}

.table-of-contents ul {
    list-style-type: none;
}

.table-of-contents ul > li {
    margin: 0;
    padding: 0.1rem 1rem;
}

.table-of-contents ul > li::before {
    content: none;
}

h2.blog-single-share-title {
    color: #810202;
    font-size: 1.4em;
}

@media (max-width: 400px) {
    .profile-picture {
        float: unset;
    }
}

section.metadata {
    font-size: small;
}

.post-sharing {
    padding-top: 0.5rem;
    padding-bottom: 1rem;
}

.post-sharing a {
    color: #810202!important;
    font-size: 1.6em;
    padding-right: 1rem;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.post-sharing a:hover {
    color: #810202!important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.post-footer {
    font-size: smaller;
}

.row {
    display: flex;
}

.column {
    flex: 50%;
}