/* ==========================================================================
   TEMPLATE STYLESHEET CUSTOM UNTUK OJS v3
   Silakan langsung unggah berkas ini ke halaman Website Settings > Appearance
   ========================================================================== */

/* 1. BAGIAN HEADER (BAGIAN ATAS) */
.pkp_structure_head {
    background-color: #003366 !important; /* Warna biru tua */
}
.pkp_navigation_primary a {
    color: #ffffff !important; /* Warna teks putih */
    font-weight: 600 !important;
}
.pkp_navigation_primary a:hover {
    color: #ffcc00 !important; /* Warna kuning emas saat disorot */
}

/* 2. BAGIAN TOMBOL PDF */
.obj_galley_link.pdf {
    background-color: #d9534f !important; /* Warna merah */
    color: #ffffff !important;
    border-radius: 4px !important;
    padding: 8px 16px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    border: none !important;
    display: inline-block !important;
}
.obj_galley_link.pdf:hover {
    background-color: #c9302c !important;
    text-decoration: none !important;
}

/* 3. BAGIAN SIDEBAR */
.pkp_structure_sidebar .block {
    background-color: #ffffff !important;
    border: 1px solid #e1e1e1 !important;
    padding: 15px !important;
    margin-bottom: 20px !important;
    border-radius: 6px !important;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05) !important;
}
.pkp_structure_sidebar .block .title {
    color: #003366 !important;
    border-bottom: 2px solid #003366 !important;
    padding-bottom: 5px !important;
    margin-bottom: 12px !important;
}

/* 4. BAGIAN UTAMA (KONTEN ARTIKEL) */
.item.abstract .value {
    font-family: "Georgia", serif !important;
    line-height: 1.6 !important;
    text-align: justify !important;
    color: #333333 !important;
}
.page_article .obj_article_details .title {
    color: #111111 !important;
    font-size: 24px !important;
    line-height: 1.3 !important;
}

/* 5. BAGIAN FOOTER (BAGIAN BAWAH) */
.pkp_structure_footer {
    background-color: #222222 !important;
    color: #aaaaaa !important;
    padding: 30px 0 !important;
}
.pkp_structure_footer a {
    color: #ffffff !important;
}
