.pkp_navigation_primary_wrapper {
    padding-left: 40px;
}
/* LOGIN & REGISTER (teks normal) */
.pkp_navigation_user_wrapper a {
    color: #333333 !important; /* ganti jadi hitam/abu */
}

/* HOVER */
.pkp_navigation_user_wrapper a:hover {
    color: #C45A4F !important; /* warna hover */
}

.pkp_navigation_user_wrapper {
    margin-top: 20px;
    margin-left: -20px; /* atur jarak dari kanan */
}
/* Kotak header saja */
.pkp_structure_head .pkp_head_wrapper {
    background: #f5f5f5 !important;
    padding: 10px 0;
}

/* optional garis bawah tipis */
.pkp_structure_head {
    border-bottom: 1px solid #e0e0e0;
}
.pkp_footer_content {
  float: left;
  width: 70%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.pkp_brand_footer {
  float: right;
  width: 30%;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* Login & Register emas muda */
.pkp_navigation_user > li > a {
    background-color: #f6e7b5 !important; /* emas muda */
    color: #5a4a00 !important;
    border-radius: 5px;
    padding: 6px 14px !important;
    border: 1px solid #e6d48a;
    font-weight: 500;
    margin-left: 6px;
}

/* Hover sedikit lebih gelap */
.pkp_navigation_user > li > a:hover {
    background-color: #eed88c !important;
    color: #3d3200 !important;
}
/* ===============================
   MENU STYLE NORMAL
================================= */
.pkp_navigation_primary > li > a {
    color: #ffffff !important;
    padding: 10px 18px !important;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.pkp_navigation_primary > li > a:hover {
    background: #4da3ff !important; /* biru terang */
    color: #ffffff !important;
}

.pkp_navigation_primary .pkp_navigation_current > a {
    background: #e6f2ff !important;
    color: #0a2f6b !important;
}
/* ===============================
   OPTIONAL: EFEK HALUS (ANIMASI)
================================= */
.pkp_navigation_primary > li > a:hover {
    transform: translateY(-2px);
}
/* E-ISSN di atas Login Register */
.pkp_navigation_user_wrapper::before {
    content: "E-ISSN: XXXX-XXXX";
    display: block;
    text-align: right;
    font-size: 12px;
    color: #444;
    margin-bottom: 3px;
    font-weight: bold;   /* bold */
}
/* Footer OJS 3.3 */
.pkp_structure_footer .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

/* kiri */
.pkp_footer_content {
    width: 70%;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* kanan (logo OJS) */
.pkp_brand_footer {
    width: 30%;
    text-align: right;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* ===============================
   RESPONSIVE
================================= */
@media (max-width: 768px) {
    .pkp_structure_footer .pkp_footer_content {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }

    .footer-left {
        justify-content: center;
    }

    .pkp_brand_footer {
        text-align: center;
    }
}
