/* Lists in the article text. Replaces the inline styles of the former static articles. */
.blog-content ul,
.blog-content ol {
    list-style: disc;
    margin-left: 40px;
}

.blog-content ol {
    list-style: decimal;
}

.blog-content h2 {
    margin-top: 1.75rem;
    margin-bottom: 0.75rem;
}

.blog-content p {
    margin-bottom: 1rem;
}

.blog-content figure {
    margin: 1.5rem 0;
}

.blog-content figcaption {
    font-size: 0.875rem;
    color: #6c757d;
    margin-top: 0.5rem;
    text-align: center;
}

.blog-tags {
    margin-top: 2rem;
}

.blog-tags .blog-tag {
    display: inline-block;
    margin: 0 0.5rem 0.5rem 0;
    padding: 0.2rem 0.6rem;
    border-radius: 4px;
    background: #f1f1f1;
    font-size: 0.875rem;
}
