/* Hilangkan semua garis pemisah dan bullet */
.obj_issue_toc .obj_article_summary,
.obj_issue_toc .obj_article_summary *,
.obj_issue_toc hr,
.obj_issue_toc .galleys_links,
.obj_issue_toc li,
.sidebar_widget,
.sidebar_widget * {
    border: none !important;
    background-image: none !important;
}

.obj_issue_toc ul,
.obj_issue_toc ol,
.sidebar_widget ul,
.sidebar_widget ol {
    list-style: none !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
}

/* === Kotak artikel & sidebar premium modern === */
.obj_issue_toc .obj_article_summary,
.sidebar_widget {
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 12px;
    background: rgba(255,255,255,0.85);
    box-shadow:
        0 4px 10px rgba(0,0,0,0.05),
        0 8px 20px rgba(0,0,0,0.04);
    backdrop-filter: blur(8px);
    transition: transform 0.35s ease, box-shadow 0.35s ease, background 0.35s ease;
}

/* Judul artikel */
.obj_issue_toc .obj_article_summary h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1e3d7b;
    margin-bottom: 10px;
    transition: color 0.3s ease;
}

/* Hover efek modern & glowing */
.obj_issue_toc .obj_article_summary:hover,
.sidebar_widget:hover {
    background: rgba(255,255,255,0.95);
    box-shadow:
        0 8px 16px rgba(30,144,255,0.15),
        0 16px 32px rgba(138,43,226,0.15);
    transform: translateY(-4px) scale(1.015);
}

.obj_issue_toc .obj_article_summary:hover h3 {
    color: #00bfff;
}

/* Sembunyikan footer */
.pkp_footer,
.pkp_structure_footer {
    display: none !important;
}
