.article-detail-content p,
.article-detail-content h1,
.article-detail-content h2,
.article-detail-content h3,
.article-detail-content h4,
.article-detail-content h5,
.article-detail-content h6 {
    margin-bottom: 16px;
    scroll-margin-top: 110px;
}

.article-detail-content p:last-child,
.article-detail-content h1:last-child,
.article-detail-content h2:last-child,
.article-detail-content h3:last-child,
.article-detail-content h4:last-child,
.article-detail-content h5:last-child,
.article-detail-content h6:last-child {
    margin-bottom: 0;
}

.article-detail p,
.article-detail h1,
.article-detail h2,
.article-detail h3,
.article-detail h4,
.article-detail h5,
.article-detail h6 {
    margin-top: 1em;
    margin-bottom: 1em;
}

.article-detail ul,
.article-detail ol {
    margin: 1em 0;
    padding-inline-start: 1.5em;
}

.article-detail ul > li {
    list-style-type: disc !important;
    margin: 0.5em 0;
}

.article-detail ol > li {
    list-style-type: decimal !important;
    margin: 0.5em 0;
}
