/* =====================================================
   CSS INKLUSIF - Kotak Artikel Putih dengan Bingkai Merah
   ===================================================== */

/* Kotak artikel utama */
.obj_article_summary,
.cmp_article_list .obj_article_summary,
.issue-toc .obj_article_summary,
.sections .obj_article_summary {
    background: #ffffff !important;
    background-color: #ffffff !important;
    color: #222222 !important;

    border: 2px solid #e53935 !important;
    border-bottom: 5px solid #e53935 !important;

    box-shadow: none !important;
    border-radius: 8px !important;
    padding: 18px !important;
    margin-bottom: 20px !important;
}

/* Menghilangkan background abu/gelap pada elemen dalam */
.obj_article_summary .title,
.obj_article_summary .authors,
.obj_article_summary .pages,
.obj_article_summary .item,
.obj_article_summary .meta,
.obj_article_summary .authors_string,
.obj_article_summary .published,
.obj_article_summary .article-details,
.obj_article_summary .summary {
    background: transparent !important;
    background-color: transparent !important;
    color: #222222 !important;
}

/* Warna judul artikel */
.obj_article_summary .title,
.obj_article_summary .title a {
    color: #222222 !important;
    font-weight: bold !important;
    text-decoration: none !important;
}

/* Warna link saat hover */
.obj_article_summary .title a:hover,
.obj_article_summary a:hover {
    color: #e53935 !important;
    text-decoration: underline !important;
}

/* Warna penulis dan informasi artikel */
.obj_article_summary .authors,
.obj_article_summary .authors_string,
.obj_article_summary .pages,
.obj_article_summary .meta {
    color: #444444 !important;
}

/* Tombol PDF / Galley */
.obj_article_summary .galley-link,
.obj_article_summary .pdf,
.obj_article_summary a.obj_galley_link {
    background-color: #ffffff !important;
    color: #e53935 !important;
    border: 1px solid #e53935 !important;
    border-radius: 4px !important;
    padding: 6px 12px !important;
    font-weight: bold !important;
    text-decoration: none !important;
}

/* Tombol PDF saat hover */
.obj_article_summary .galley-link:hover,
.obj_article_summary .pdf:hover,
.obj_article_summary a.obj_galley_link:hover {
    background-color: #e53935 !important;
    color: #ffffff !important;
    border-color: #e53935 !important;
}

/* Area daftar artikel agar tetap putih */
.cmp_article_list,
.issue-toc,
.sections {
    background: #ffffff !important;
    background-color: #ffffff !important;
}