/* 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 Orange Gelap tebal */
.pkp_structure_head { background-color: #ffffff !important; padding-top: 0 !important; padding-bottom: 0 !important; border-bottom: 4px solid #c2410c !important; }
.pkp_head_wrapper { max-width: 100% !important; padding: 0 !important; }
/* Latar belakang cerah (Warm White/Orange Tint) */
body { background-color: #fffaf5 !important; color: #431407; }
/* Navigasi Orange Profesional */
.pkp_navigation_primary > li > a { color: #c2410c !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: #f97316 !important; border-bottom: 2px solid #f97316; }
/* Card Layout Konten */
.pkp_structure_main { background: #ffffff; padding: 30px !important; border-radius: 8px; box-shadow: 0 4px 6px -1px rgb(194 65 12 / 0.1), 0 2px 4px -2px rgb(194 65 12 / 0.1); margin-top: 20px; margin-bottom: 40px; }
/* Mewarnai Judul */
h2, h3, .obj_issue_summary h2 a, .obj_article_summary h3 a { color: #c2410c !important; text-decoration: none; transition: 0.3s; }
h2:hover, h3:hover, .obj_issue_summary h2 a:hover, .obj_article_summary h3 a:hover { color: #f97316 !important; }
/* Styling Tombol PDF & View (Nuansa Orange) */
.obj_article_summary .pages, .obj_article_summary .pdf { background-color: #fff7ed !important; color: #c2410c !important; border: 1px solid #fed7aa !important; padding: 5px 12px !important; border-radius: 4px; font-weight: bold; text-decoration: none; }
.obj_article_summary .pdf:hover { background-color: #c2410c !important; color: #ffffff !important; }
/* Footer Orange Profesional */
.pkp_structure_footer { background-color: #c2410c !important; color: #ffffff !important; padding: 40px 0 !important; }
.pkp_structure_footer a { color: #fed7aa !important; }
/* Sidebar */
.pkp_structure_sidebar { padding-top: 20px !important; }
.obj_article_summary { border-color: #fed7aa !important; }