/* =====================================================
   OJS 3.5 – Header Logo + Judul (FULL RESPONSIVE)
   ===================================================== */

/* Hilangkan Powered by OJS */
.pkp_brand_footer {
    display: none !important;
}
.pkp_site_name a.is_img img {
    height: 60px;
    width: auto;
    max-width: none;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
}
/* ================= CSS-ONLY SIDEBAR ACCORDION ================= */
/* ===============================
   BASE
================================ */
#cssmenu,
#cssmenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    background: #ffffff;
}

#cssmenu {
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    overflow: hidden;
    font-family: Arial, sans-serif;
}

/* ===============================
   ITEM
================================ */
#cssmenu li {
    position: relative;
    border-bottom: 1px solid #eaeaea;
}

#cssmenu li:last-child {
    border-bottom: none;
}

#cssmenu a,
#cssmenu label {
    display: block;
    padding: 11px 14px;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s ease;
}

/* ===============================
   HOVER
================================ */
#cssmenu a:hover,
#cssmenu label:hover {
    background: #eef4ff;
    color: #0d6efd;
}

/* ===============================
   ACTIVE MAIN MENU
================================ */
#cssmenu li.active > a {
    background: #0d6efd;
    color: #ffffff;
    font-weight: 600;
}

/* ===============================
   SUB MENU
================================ */
#cssmenu ul ul {
    display: none;
    background: #f9fbff;
}

#cssmenu ul ul a {
    padding-left: 32px;
    font-size: 13px;
    color: #444;
}

/* ===============================
   ACTIVE SUB MENU
================================ */
#cssmenu ul ul li.active > a {
    background: #dbe7ff;
    color: #0d6efd;
    font-weight: 600;
}

/* ===============================
   CHECKBOX DROPDOWN
================================ */
#cssmenu input {
    display: none;
}

#cssmenu input:checked + label {
    background: #f0f5ff;
    color: #0d6efd;
    font-weight: 600;
}

#cssmenu input:checked + label + ul {
    display: block;
}

/* ===============================
   OPEN STATE (MANUAL)
================================ */
#cssmenu li.open > ul {
    display: block;
}

/* ===============================
   DROPDOWN INDICATOR
================================ */
#cssmenu .has-sub > label::after {
    content: "▾";
    position: absolute;
    right: 14px;
    font-size: 12px;
    color: #777;
}

#cssmenu input:checked + label::after {
    transform: rotate(180deg);
    color: #0d6efd;
}

/* ===============================
   MOBILE
================================ */
@media (max-width: 768px) {
    #cssmenu a,
    #cssmenu label {
        font-size: 15px;
        padding: 13px 14px;
    }
}


/* ================= MOBILE ================= */
@media (max-width: 768px) {


    .pkp_site_name::after {
        font-size: 16px;
        max-width: 50%;
    	word-break: break-word;
    	overflow-wrap: anywhere;
    }
}
