.article-stats {
    display: flex;
    gap: 15px;
    margin-top: px;
	margin-left: 10px;
    font-size: 13px;
    align-items: center;
}
.article-stats .stat-item {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 2.5px 12px;
    border-radius: 4px;
    font-weight: 500;
}
.article-stats .stat-item.views {
    background: #e8f4fd;
    color: #1a73e8;
}
.article-stats .stat-item.downloads {
    background: #e8f5e9;
    color: #2e7d32;
}

.obj_article_summary{
	display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    align-content: center;
}

.obj_article_summary .meta {   
    width: 100%;
}
