/**
 * LCUS Article Statistics
 */

.lcus-article-stats {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.25rem 0.5rem;
    font-size: 0.85rem;
    color: #555;
    margin-bottom: 1rem;
}

.lcus-article-stats__item {
    white-space: nowrap;
}

.lcus-article-stats__sep {
    color: #bbb;
    user-select: none;
}

.lcus-article-stats__words,
.lcus-article-stats__time {
    font-weight: 600;
    color: #333;
}

.lcus-article-stats__blocks {
    color: #555;
}
