/* ======================== */
/* Struktur Sidebar */
.kepala {
	color: #fff; 
	background: #006633; /* hijau tua */
	padding: 10px; 
	font-family: arial; 
	line-height: 23px;
	border-bottom: 4px solid #FFD700; /* emas */
	font-weight: bold;
	text-align: center;
}

.badan a {
	display: block; 
	padding: 10px; 
	border-bottom: 1px solid #ddd; 
	background: #f5f5f0; 
	color: #006633 !important;
	text-align: center;
	text-decoration: none !important;
}

.badan a:hover {
	background: #FFD700; 
	color: #000 !important;
	font-weight: bold;
}

/* ======================== */
/* Table of Content */
.obj_article_summary {
	box-shadow: 3px 3px 5px rgba(0,0,0,0.2);
	padding: 20px;
	border-radius: 10px;
	background: #f9f9f4;
    border-bottom: solid 4px #006633 !important;
    font-size: 12px;
}

.obj_article_summary:hover {
	background:#fff;
}

/* ======================== */
/* Link global */
a {
    color: #674942 !important; /* coklat elegan */
    text-decoration: none !important;
}

a:hover {
	color: #006633 !important; /* hijau tua */
	text-decoration: underline;
}

/* ======================== */
/* Author fix (hilangkan biru) */
.meta .authors a {
    color: #000 !important;   /* hitam */
    text-decoration: none !important;
    font-weight: bold;
}

.meta .authors a:hover {
    color: #006633 !important; /* hijau tua saat hover */
    text-decoration: underline;
}

/* ======================== */
/* Tombol PDF */
.obj_galley_link {
    font-weight: 700;
    text-transform: capitalize !important;
    background: #006633 !important;
    color: #fff !important;
    border: none !important;
    padding: 5px 10px;
    border-radius: 4px;
}

.obj_galley_link:hover {
	background:#FFD700 !important;
	color:black !important;
}

/* ======================== */
/* Footer */
.pkp_structure_footer_wrapper {
	background: #f5f5f0 !important;
	border-bottom: 20px solid #006633 !important;
}

/* ======================== */
/* Header Navigation */
.pkp_navigation_primary_row {
	text-align: center;
	background: #006633 !important;
	font-weight: bold;
	border-top-right-radius: 10px; 
	border-top-left-radius: 10px; 
}

.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li a {
	margin: 0 !important; 
	padding: 0 15px !important; 
	line-height: 40px !important; 
	color: #fff !important;
	font-weight: bold !important;
}

.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li a:hover {
	background: #FFD700 !important; 
	border-radius:20px !important; 
	color:black !important;
}

/* ======================== */
/* Body & Wrapper Background */
/* Semua luar pakai hijau tua */
body,
.pkp_structure_page,
.pkp_structure_head,
.pkp_structure_content,
.pkp_site_name_wrapper {
    background-color: #006633 !important; /* hijau tua */
    font-family: tahoma, geneva, sans-serif !important;
}

/* Konten utama tetap putih agar nyaman dibaca */
.pkp_structure_main {
    background-color: #ffffff !important;
}
