/* BACKGROUND LUAR (MOTIF) */
html, body {
    background: url('/public/background/motif.jpg');
    background-repeat: repeat;
}

.pkp_structure_page {
    margin-top: 30px;
    margin-bottom: 30px;
}

/* HAPUS FOOTER OJS */
.pkp_brand_footer {
    display: none;
}


/* SEMUA LINK SIDEBAR (CUSTOM + OJS DEFAULT) */
.sidebar-box a,
.pkp_block a {
    display: block;
    transition: all 0.3s ease;
    position: relative;
}

/* HOVER EFFECT GLOBAL */
.sidebar-box a:hover,
.pkp_block a:hover {
    background: #f4a261;
    color: #fff !important;
    transform: translateX(6px);
    box-shadow: 0 6px 15px rgba(0,0,0,0.12);
}

.sidebar-box a:hover::before,
.pkp_block a:hover::before {
    width: 4px;
}

.pkp_block ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
