/* 1. BOX MENU SIDEBAR PINGGIR*/
#customblock-menu .sidebar__container{
    background:#ffffff;
    border:1px solid #ddd;
    border-radius:8px;
    padding:15px;
    box-shadow:0 3px 8px rgba(0,0,0,0.08);
}

/* JUDUL MENU */
#customblock-menu .menu__title{
    background:#0b5d3f;
    color:#fff;
    font-size:16px;
    font-weight:bold;
    text-align:center;
    padding:10px;
    border-radius:6px;
    margin-bottom:10px;
}

/* GROUP */
#customblock-menu .menu__group{
    display:flex;
    flex-direction:column;
}

/* LINK MENU */
#customblock-menu .menu__link{
    display:block;
    padding:10px;
    margin:4px 0;
    background:#0b5d3f;
    border-radius:6px;
    border:1px solid #e5e5e5;
    text-decoration:none;
    color:#fff;
    transition:all .25s;
}

/* HOVER */
#customblock-menu .menu__link:hover{
    background:#fff;
    color:#0b5d3f;
    transform:translateX(4px);
}

/* 2TOMBOL VIEW JURNAL DAN CURRENT ISSUE*/
/* 2CARD JURNAL */
.page_index_site .journals ul{
    list-style:none;
    padding:0;
}

/* BOX JURNAL */
.page_index_site .journals li{
    display:flex;
    gap:20px;
    background:#f5f5f5;
    padding:20px;
    margin-bottom:25px;
    border-radius:6px;
    box-shadow:0 2px 6px rgba(0,0,0,0.1);
}

/* COVER */
.page_index_site .journals .thumb img{
    width:140px;
    height:auto;
    border:1px solid #ddd;
}

/* BAGIAN KANAN */
.page_index_site .journals .body{
    flex:1;
}

/* JUDUL */
.page_index_site .journals h3{
    margin-top:0;
    font-size:18px;
    color:#0b5d3f;
}

/* TOMBOL */
.page_index_site .journals .links{
    list-style:none;
    padding:0;
    margin-top:10px;
}

.page_index_site .journals .links li{
    margin-bottom:8px;
}

.page_index_site .journals .links a{
    display:block;
    background:#0b5d3f;
    color:white;
    padding:8px 10px;
    text-decoration:none;
    border-radius:3px;
    text-align:center;
}

.page_index_site .journals .links a:hover{
    background:#08412c;
}

/* MOBILE RESPONSIVE */
@media (max-width:768px){

.page_index_site .journals li{
    flex-direction:column;
    align-items:center;
    text-align:center;
}

.page_index_site .journals .thumb img{
    width:120px;
}

}

/* 3Background footer */
.pkp_structure_footer_wrapper{
    background:#0b5d3f !important;
}

/* isi footer */
.pkp_structure_footer{
    background:#0b5d3f !important;
}

/* warna teks */
.pkp_structure_footer p{
    color:white !important;
}
