/* 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 cokelat tebal */
.pkp_structure_head { background-color: #ffffff !important; padding-top: 0 !important; padding-bottom: 0 !important; border-bottom: 4px solid #5d4037 !important; }
.pkp_head_wrapper { max-width: 100% !important; padding: 0 !important; }
/* Latar belakang hangat (Cream/Beige) */
body { background-color: #f5f5f5 !important; color: #3e2723; }
/* Navigasi Cokelat Kopi */
.pkp_navigation_primary > li > a { color: #5d4037 !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: #8d6e63 !important; border-bottom: 2px solid #8d6e63; }
/* Card Layout Konten */
.pkp_structure_main { background: #ffffff; padding: 30px !important; border-radius: 8px; box-shadow: 0 4px 6px -1px rgb(93 64 55 / 0.1), 0 2px 4px -2px rgb(93 64 55 / 0.1); margin-top: 20px; margin-bottom: 40px; }
/* Mewarnai Judul */
h2, h3, .obj_issue_summary h2 a, .obj_article_summary h3 a { color: #5d4037 !important; text-decoration: none; transition: 0.3s; }
h2:hover, h3:hover, .obj_issue_summary h2 a:hover, .obj_article_summary h3 a:hover { color: #8d6e63 !important; }
/* Styling Tombol PDF & View (Nuansa Cokelat) */
.obj_article_summary .pages, .obj_article_summary .pdf { background-color: #efebe9 !important; color: #5d4037 !important; border: 1px solid #d7ccc8 !important; padding: 5px 12px !important; border-radius: 4px; font-weight: bold; text-decoration: none; }
.obj_article_summary .pdf:hover { background-color: #5d4037 !important; color: #ffffff !important; }
/* Footer Cokelat Profesional */
.pkp_structure_footer { background-color: #5d4037 !important; color: #ffffff !important; padding: 40px 0 !important; }
.pkp_structure_footer a { color: #d7ccc8 !important; }
/* Sidebar */
.pkp_structure_sidebar { padding-top: 20px !important; }
.obj_article_summary { border-color: #d7ccc8 !important; }