.title {
    font-size: 1rem;
    font-weight: bold;
    text-decoration: underline;
}

.article-list {
    padding-left: 0;
}

.article-list li {
    list-style-position: inside;
    text-indent: 2em;
    margin-bottom: 1rem;
}

.article-list li > ol {
    margin-top: 1rem;
}

.article-list li > p {
    margin-top: 1rem;
    text-indent: 0;
}

.article-list .article-list--level-2 {
    padding-left: 2em;
    list-style-type: lower-alpha;
}

.article-list .article-list--level-3 {
    padding-left: 5em;
    list-style-type: lower-roman;
}

.article-list .article-list--level-3 li {
    list-style-position: outside;
    text-indent: 0;
}

.article-list .article-list--level-4 li {
    list-style-position: disc;
    text-indent: 0;
}