/* Font dan Dasar */
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 15px;
    background-color: #f9fafc;
    color: #333;
}

/* Header */
.pkp_site_name {
    font-size: 26px;
    font-weight: bold;
    color: #1a237e;
}

.pkp_navigation_primary a {
    color: #1a237e !important;
    font-weight: 600;
    padding: 10px 15px;
}

.pkp_navigation_primary a:hover {
    background-color: #e3f2fd;
    border-radius: 5px;
}

/* Footer */
.pkp_footer_content {
    background-color: #1a237e;
    color: white;
    padding: 30px;
}

.pkp_footer_content a {
    color: #bbdefb !important;
}

/* Tombol */
.button, .cmp_button, .obj_galley_link {
    background-color: #1a237e;
    color: white;
    border-radius: 6px;
    padding: 8px 16px;
    font-weight: bold;
}

.button:hover, .cmp_button:hover, .obj_galley_link:hover {
    background-color: #3949ab;
}

/* Judul Artikel */
.obj_article_details h1, .obj_article_summary h2 {
    font-size: 24px;
    font-weight: bold;
    color: #0d47a1;
}

/* Sidebar (jika ada) */
.block {
    background: #e3f2fd;
    padding: 15px;
    border-radius: 6px;
    margin-bottom: 15px;
}

/* Daftar Artikel di Halaman Depan */
.obj_issue_toc .title a {
    font-size: 18px;
    color: #0d47a1;
}

.obj_issue_toc .title a:hover {
    text-decoration: underline;
}

/* Tabel di halaman admin/editor */
table.grid tr {
    border-bottom: 1px solid #ddd;
}

table.grid th {
    background-color: #e3f2fd;
    color: #1a237e;
}

/* Navigasi Breadcrumb */
.pkp_structure_main a.current {
    color: #1a237e;
    font-weight: bold;
}
