/* ===============================
   Custom Style Jurnal PKM Harmoni
   =============================== */

/* ====== Header Background ====== */
.pkp_site_name, 
.pkp_head_wrapper,
.pkp_navigation_primary_wrapper {
    background-color: #000000 !important; /* Hitam */
}

/* ====== Warna Teks Utama (Judul Jurnal) ====== */
.pkp_site_name, 
.pkp_site_name a {
    color: #ffffff !important;   /* Putih */
    font-weight: bold;
    font-size: 20px; /* Bisa disesuaikan */
    text-transform: uppercase;   /* Kapital semua */
}

/* ====== Menu Navigasi ====== */
.pkp_navigation_primary a, 
.pkp_navigation_user a {
    color: #ffffff !important;   /* Putih */
    font-weight: 500;
    text-decoration: none;
}

.pkp_navigation_primary a:hover, 
.pkp_navigation_user a:hover {
    color: #cccccc !important;   /* Abu-abu saat hover */
    text-decoration: underline;
}

/* ====== Background Utama Website ====== */
.pkp_structure_main, 
.pkp_structure_content, 
.pkp_site_page {
    background-color: #f5f5f5 !important; /* Abu-abu sangat muda */
    color: #000000;
}

/* ====== Background Sidebar ====== */
.pkp_structure_sidebar {
    background-color: #ffffff !important;
    border-left: 1px solid #ddd;
}

/* ====== Kotak Artikel / Blok Konten ====== */
.obj_article_summary, 
.pkp_block {
    background-color: #ffffff !important;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    padding: 10px;
    margin-bottom: 15px;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.05);
}

/* ====== Link (Tautan) ====== */
a {
    color: #007BFF;
    text-decoration: none;
}
a:hover {
    color: #0056b3;
    text-decoration: underline;
}
