.article-post-head{
    position: relative;
}
.article-post__badge{
    padding: 0.25rem 1rem;
    font-family: 'Anton', 'Antonio', sans-serif;
    font-size: 1rem;
    color: #fff;
    line-height: 1.375;
    background-color: var(--bs-primary);
    display: inline-flex;
    margin-bottom: .5rem;
}
.article-post__title{
    color: var(--bs-primary);
    line-height: 1.375;
    margin-bottom: 1.5rem;
}
.article-post-body{
    line-height: 1.5;
    font-family: 'Myriad Pro', sans-serif;
    padding: 1rem;
    background-color: #fff;
    border: 8px solid;
    border-image: url(../../img/base-charcoal-border.svg) 24;
    border-image-outset: 8px;
}
.article-post-body ul,
.article-post-body ol{
    padding-left: 1rem;
    margin-bottom: 1rem;
    margin-top: .5rem;
}
.article-post-body p{
    margin-top: 1rem;
    margin-bottom: 0;
}
.article-post-body li > p{
    margin: 0.25rem;
}
.article-post-body h1,
.article-post-body h2,
.article-post-body h3,
.article-post-body h4,
.article-post-body h5,
.article-post-body h6{
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: var(--bs-primary);
}
.article-post-related{
    position: sticky;
    top: 112px;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.article-post-related__title{
    color: var(--bs-primary);
    font-size: 2rem;
    border-bottom: 4px dashed white;
    padding-bottom: 1rem;
}
.related-post{
    display: block;
    /* padding: .25rem; */
    border: 8px solid;
    border-image: url(../../img/base-charcoal-border.svg) 24;
    border-image-outset: 8px;
    background-color: #fff;
    text-decoration: none;
}
.related-post__title{
    color: var(--bs-primary);
    font-size: 1.25rem;
    text-decoration: none;
}
.related-post__info{
    font-size: 0.875rem;
    display: block;
    line-height: 1.25;
}