/* 1. Memperbesar ukuran cover image / graphical abstract */
.obj_article_summary .cover {
    max-width: 250px !important; 
    width: 100%;
    flex: 0 0 250px; 
}

/* 2. Membuat judul artikel menjadi cetak tebal (Bold) */
.obj_article_summary .title,
.obj_article_summary .title a {
    font-weight: bold !important; 
}