div.detail:nth-child(1) {
    display: none;
}

.journal_index {
    background: rgb(255, 255, 255) url('https://lh3.googleusercontent.com/ltyqrlJkWuEjvPWaZ1RYwr2xGBABHZEysI6SzNjGogBFKdWMI68-zsyvqXZC3Oyp11nPVGeNInWN83DUoNb4xL7RkFNhy_eZX6vVhcLbo82iglhAmisIpRdm1YdCfnqODUyQheX-pQ=w528-h351-no') top right no-repeat;
}

.about_journal {
    display: none;
}

.journal_index .swiper-container .swiper-wrapper .swiper-slide .text {
    padding: 0;
}


.journal_index .swiper-container .swiper-wrapper .swiper-slide .text h3 {
    margin: 0;
}

.journal_index .swiper-container .swiper-wrapper .swiper-slide .text p {
    display: none;
}

.date_accepted,
.item.date_accepted,
.pub-history .date_accepted {
    display: none !important;
}

/* Sembunyikan section Accepted di artikel */
.item.accepted,
.item:has-text("Accepted"),
.article-details .item:first-child,
.publication-meta .item:first-child {
    display: none !important;
}

/* Berdasarkan struktur OJS 3.3 */
.obj_article_details .item.accepted,
.obj_article_summary .item.accepted,
.article-summary .item:first-of-type {
    display: none !important;
}

/* Jika menggunakan class generic */
.list-unstyled .item:first-child,
.article-details>.item:first-child {
    display: none !important;
}

/* Sembunyikan berdasarkan posisi (accepted biasanya item pertama) */
.article-details .item:nth-child(1) {
    display: none !important;
}