/* ====== Abdi Salapang – Custom Theme ====== */

/* Background lembut */
body {
    background: #F5F2E9 !important;
    font-family: "Merriweather", serif;
	font-size: 17px;
}

/* Header berwarna hijau tua */
.pkp_site_nav_menu,
.pkp_structure_head,
.pkp_navigation_primary {
    background: #eee !important;	
    font-family: "Merriweather", serif;
	font-size: 19px;
}

.pkp_navigation_primary ul li a {
    color: #ffffff !important;
    font-weight: 600;
	font-size: 18px;
}

/* Judul Jurnal */
.pkp_site_name .is_text {
    color: #0A3A32 !important;
    font-size: 40px;
    font-weight: 800;
}

/* Subjudul */
.pkp_site_name .is_text small {
    color: #0A3A32 !important;
    font-size: 18px;
    font-weight: 400;
}
/*Link Menu sebelah Kiri*/
.pkp_block{
    font-size: 18px;
}
.pkp_block .content ul li {
    line-height: 1.43rem;
    padding: .357rem 0;
	font-size: 18px;
}
/* Tombol utama */
.pkp_button,
.pkp_button_plain {
    background: #0A3A32 !important;
    border-color: #0A3A32 !important;
    color: #fff !important;
    border-radius: 4px;
    padding: 8px 14px;
    font-weight: 600;
}

.pkp_button:hover {
    background: #C49A2C !important;
    border-color: #C49A2C !important;
}

/* Link warna hijau */
a {
    color: #0A3A32 !important;
}
a:hover {
    color: #C49A2C !important;
}

/* Footer */
.pkp_structure_footer_wrapper {
    background: #0A3A32 !important;
    color: #ffffff !important;
}

/* Card issue & article */
.obj_issue_summary,
.obj_article_summary {
    background: #ffffff;
    border: 1px solid #e6ddd0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.06);
    border-radius: 6px;
    padding: 15px;
}

/* Judul artikel */
.obj_article_summary .title {
    color: #0A3A32 !important;
    font-weight: 700;
}

