/* ===== SIDEBAR TITLE ===== */
.pkp_block .title{
    display:block;
    background:#e6e6e6;
    padding:10px;
    text-align:center;
    font-weight:bold;
    border-radius:6px;
    margin-top:10px;
    margin-bottom:10px;
    letter-spacing:1px;
}

/* ===== SIDEBAR MENU ===== */
.item_menu{
    margin:0;
    padding:0;
}

.item_menu a{
    display:block;
    padding:7px 10px;
    border-bottom:1px solid #eee;
    color:#333;
    text-decoration:none;
    font-size:14px;
}

.item_menu a:hover{
    background:#f5f5f5;
    color:#0a6ebd;
}

/* ===== SIDEBAR IMAGES ===== */
.pkp_block img{
    max-width:100%;
    height:auto;
}

/* Accreditation image */
.sidebar-img{
    width:100%;
    height:auto;
}

/* Template image */
.sidebar-template{
    width:70%;
    height:auto;
}

/* ===== INDEXING LOGO ===== */
.pkp_block p img{
    margin:4px;
}

/* ===== CENTER ALIGN FIX ===== */
.pkp_block center{
    display:block;
    text-align:center;
}
.pkp_block .title + p img:not(.statcounter-img){
    width:100%;
    height:auto;
}
.item_menu a{
    display:block;
    padding:8px 12px;
    background:#6c2ca7;
    color:white !important;
    margin-bottom:2px;
    border-radius:3px;
    font-size:14px;
}

.item_menu a:hover{
    background:#5a2390;
}
.pkp_block img{
    max-width:100%;
    height:auto;
}

.pkp_block p img{
    margin:4px;
}
.pkp_block{
    background:white;
    padding:10px;
    border-radius:6px;
    box-shadow:0 2px 6px rgba(0,0,0,0.08);
}
.pkp_block img[src*="statcounter"],
.pkp_block img[src*="c.statcounter"]{
    width:130px;
    height:auto;
}
.statcounter-img{
    width:130px;
    height:auto;
}
.statcounter-img{
    display:block;
    margin:0 auto;
    width:130px;
}
.editor-card{
    display:flex;
    align-items:flex-start;
    gap:20px;
    margin-bottom:30px;
}

.editor-photo img{
    width:140px;
    height:auto;
    border-radius:4px;
}

.editor-info h3{
    margin-top:0;
    margin-bottom:5px;
}

.editor-role{
    font-weight:bold;
    color:#6a1b9a;
}

.editor-links a{
    margin-right:10px;
    text-decoration:none;
}
/* Layout editor */
.editor-card{
    display:flex;
    gap:20px;
    margin:30px 0;
}

/* Foto */
.editor-photo img{
    width:140px;
    height:140px;
    object-fit:cover;
    border-radius:6px;
}

/* Info kanan */
.editor-info{
    flex:1;
    padding-bottom:20px;
    border-bottom:1px solid #e0e0e0;
}

/* Hilangkan garis terakhir */
.editor-card:last-child .editor-info{
    border-bottom:none;
}

/* Nama */
.editor-info h3{
    margin:0;
    font-size:20px;
}

/* Role */
.editor-role{
    color:#6a1b9a;
    font-weight:600;
    margin:6px 0;
}
.editor-photo img{
    width:140px;
    border-radius:6px;
}

.editor-info h3{
    margin-top:0;
    margin-bottom:5px;
}

.editor-role{
    font-weight:bold;
    color:#6a1b9a;
}

.editor-links{
    margin-top:10px;
}
.editor-info{
    flex:1;
    padding-bottom:20px;
    border-bottom:1px solid #e0e0e0;
}