/* Article public page */
.article-page .article-meta .material-icons {
    font-size: 18px;
    vertical-align: text-bottom;
}

.article-page .article-cover {
    max-height: 420px;
    object-fit: cover;
}

.article-page .text-justify {
    text-align: justify;
}

.article-page blockquote p {
    margin-bottom: 0;
}

.article-page .article-share .btn {
    min-width: 90px;
}
