/* ============================================================
   STYLESHEET KUSTOM BEMI (TERMASUK FIX FOOTER FULL-WIDTH)
   ============================================================ */

/* Logo Header */
.pkp_site_name .is_img img {
    display: inline-block;
    max-height: 150px;
    max-width: 100%;
    width: auto;
    height: auto;
}

/* Hilangkan brand footer OJS */
.pkp_brand_footer {
    display: none !important;
}

/* ============================================================
   FIX FOOTER FULL-WIDTH (MENGATASI WIDTH 70% BAWAAN SERVER)
   ============================================================ */
.pkp_structure_footer_wrapper {
    background: #09192f !important;
    padding: 0 !important;
    border-top: 3px solid #2563eb !important;
}

.pkp_structure_footer {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.pkp_footer_content {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* ============================================================
   SIDEBAR POLICIES & TEMPLATE (KUSTOMISASI BEMI SEBELUMNYA)
   ============================================================ */
.sidebar-policies a {
    display: block;
    color: #2c74b3;
    text-decoration: none;
    transition: all 0.2s ease;
}
.sidebar-policies li:hover {
    background: linear-gradient(90deg, #e6f0f8, #f4f8fc);
}
.sidebar-policies li:hover a {
    color: #1b4f7a;
    padding-left: 4px;
}
.sidebar-template li {
    transition: all 0.3s ease;
}
.sidebar-template li:hover {
    background: #e6f0f8;
}
.sidebar-template img {
    transition: transform 0.3s ease;
}
.sidebar-template li:hover img {
    transform: scale(1.05);
}