.article-item-chapter-image {

    max-width: 500px;
    font-style: italic;
}

.article-item-chapter-image-wrapper {
    background: #f3f3f3;
}

.articles-item-info {

    display: flex;
    align-items: center;
    font-size: 0.9em;
    color: #999;
}

[data-theme="dark"] .article-item-chapter-image-wrapper {
    background: #25272c;
}
[data-theme="dark"] .articles-item-info {
    color: #606060;
}

.chapters-item-content h4 {
    font-size: 1.3em;
}

.chapters-item-content strong {
    font-weight: normal;
}