/* ===== 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;
}
/* Reduce space between paragraphs */
.page p {
    margin-top: 0.4em;
    margin-bottom: 0.4em;
    line-height: 1.5;
}

/* Reduce space in bullet lists */
.page ul li {
    margin-bottom: 0.3em;
}

/* Reduce space between sections */
.page h2, 
.page h3 {
    margin-top: 1em;
    margin-bottom: 0.4em;
}
/* Improve readability for guideline pages */
.page {
    line-height: 1.6;
}

.page ul {
    margin-top: 0.3em;
    margin-bottom: 0.8em;
}
/* logo indexing */
.index-logo{
    width:85%;
    max-width:180px;
    margin:8px auto;
    display:block;
}

/* logo tools */
.tools-logo{
    width:130px;
    margin:8px auto;
    display:block;
    border-radius:8px;
    box-shadow:0 2px 6px rgba(0,0,0,0.15);
}
/* Container logo index */
.pk_block .content p {
    text-align: center;
    margin-bottom: 12px;
}

/* Box logo */
.pk_block .content p a {
    display: block;
    padding: 10px;
    border: 1px solid #dcdcdc;
    border-radius: 8px;
    background: #fff;
}

/* Ukuran logo agar konsisten */
.pk_block .content p img {
    max-width: 180px;
    height: auto;
    display: block;
    margin: auto;
}

/* Hilangkan garis aneh dari migrasi */
.pk_block .content p:after,
.pk_block .content p:before {
    display: none !important;
    content: none !important;
}
/* Judul sidebar */
.pk_block .title {
    text-align: center;
    font-weight: 700;
    background: #e6e6e6;
    padding: 8px;
    border-radius: 6px;
    margin-top: 10px;
}

/* Container logo */
.pk_block .content p {
    text-align: center;
    margin: 12px 0;
}

/* Logo indexing */
.index-logo {
    max-width: 180px;
    height: auto;
    display: block;
    margin: auto;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fff;
}

/* Logo tools */
.tools-logo {
    max-width: 180px;
    height: auto;
    display: block;
    margin: auto;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fff;
}

/* Hilangkan garis aneh dari theme */
.pk_block .content p::before,
.pk_block .content p::after {
    display: none !important;
}
.index-logo:hover,
.tools-logo:hover{
    transform: scale(1.03);
    transition: 0.2s;
}