/* Memaksa Logo menjadi Banner Full Width */
.pkp_site_name .is_img img { width: 100% !important; max-width: 100% !important; height: auto !important; max-height: none !important; }
/* Header dengan garis bawah Biru Langit tebal */
.pkp_structure_head { background-color: #ffffff !important; padding-top: 0 !important; padding-bottom: 0 !important; border-bottom: 4px solid #0369a1 !important; }
.pkp_head_wrapper { max-width: 100% !important; padding: 0 !important; }
/* Latar belakang cerah (Alice Blue) */
body { background-color: #f0f9ff !important; color: #0f172a; }
/* Navigasi Biru Profesional */
.pkp_navigation_primary > li > a { color: #0369a1 !important; font-weight: 600; text-transform: uppercase; font-size: 14px; letter-spacing: 0.5px; padding: 10px 15px !important; }
.pkp_navigation_primary > li > a:hover { color: #0ea5e9 !important; border-bottom: 2px solid #0ea5e9; }
/* Card Layout Konten */
.pkp_structure_main { background: #ffffff; padding: 30px !important; border-radius: 8px; box-shadow: 0 4px 6px -1px rgb(3 105 161 / 0.1), 0 2px 4px -2px rgb(3 105 161 / 0.1); margin-top: 20px; margin-bottom: 40px; }
/* Mewarnai Judul */
h2, h3, .obj_issue_summary h2 a, .obj_article_summary h3 a { color: #0369a1 !important; text-decoration: none; transition: 0.3s; }
h2:hover, h3:hover, .obj_issue_summary h2 a:hover, .obj_article_summary h3 a:hover { color: #0ea5e9 !important; }
/* Styling Tombol PDF & View (Nuansa Biru Muda) */
.obj_article_summary .pages, .obj_article_summary .pdf { background-color: #e0f2fe !important; color: #0369a1 !important; border: 1px solid #bae6fd !important; padding: 5px 12px !important; border-radius: 4px; font-weight: bold; text-decoration: none; }
.obj_article_summary .pdf:hover { background-color: #0369a1 !important; color: #ffffff !important; }
/* Footer Biru Profesional */
.pkp_structure_footer { background-color: #0369a1 !important; color: #ffffff !important; padding: 40px 0 !important; }
.pkp_structure_footer a { color: #e0f2fe !important; }
/* Sidebar */
.pkp_structure_sidebar { padding-top: 20px !important; }
.obj_article_summary { border-color: #e0f2fe !important; }