.editorial-list{
    position: relative; 
}
.editorial-list li{
    margin-bottom: 1.125rem;
}
.editorial-list .img-profile{
    position: absolute;
    width: 95px;
    height: 105px;
    border: 1px solid #ddd;
    padding: .5rem;
}
.editorial-list .img-profile .imgthumb{ 
    width: 80px;
    height: 90px;
    overflow: hidden;
    margin: 0 auto; 
    object-fit: fill;
}
.editorial-list .img-profile img{
    width: 100%;
    height:100%;
}
.team-content{
    margin-left: 100px;
    min-height: 130px;
}
.team-content .ico-label{
    width: 18px;
    height: 18px;
    margin-right: .5rem;
}   
.team-aff ul li{
    margin-bottom: 0;
}
.team-aff ul li .tm_label{
    display: inline-block;
    width: 80px;
}
 
.team-aff ul li .ico-label{
    width: 18px;
    height: 18px;
    margin-right: .5rem;
}
.pkp_brand_footer {
    display:none;
}

/* ======================================================= */
/* GAYA UNTUK SIDEBAR MODERN                             */
/* ======================================================= */

/* 1. Menghapus gaya default dari plugin block manager */
.pkp_block {
    border: none !important;
    background-color: transparent !important;
    padding: 0 !important;
    margin-bottom: 25px !important;
    box-shadow: none !important;
}

/* 2. Gaya utama untuk kartu sidebar kustom kita */
.custom-block-card {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    border: 1px solid #eee;
}

/* 3. Gaya untuk judul kartu */
.custom-block-card .title {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin-top: 0;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
}

/* 4. Gaya untuk ikon di judul */
.custom-block-card .title .fa {
    margin-right: 10px;
    color: #d16a4c; /* Warna aksen oranye */
}

/* 5. Gaya untuk konten di dalam kartu */
.custom-block-card .content a {
    font-size: 15px;
    display: block;
    padding: 8px 0;
    border-bottom: 1px solid #f5f5f5;
    text-decoration: none;
}
 .custom-block-card .content a:last-child {
    border-bottom: none;
}

/* 6. Gaya khusus untuk tombol template */
.btn-template {
    display: block;
    width: 100%;
    background-color: #d16a4c;
    color: white !important;
    text-align: center;
    padding: 12px !important;
    border-radius: 5px;
    font-weight: 500;
    transition: background-color 0.3s;
    border: none !important;
}
.btn-template:hover {
    background-color: #b9573a;
    color: white !important;
}

/* 7. Gaya untuk logo-logo indeksasi */
.indexing-logos {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.indexing-logos img {
    max-width: 100%;
    height: auto;
}

.pkp_controllers_grid_files .pkp_linkaction_fileName {
    white-space: normal !important;
    word-break: break-all !important;
    overflow-wrap: anywhere !important;
    display: inline-block;
    max-width: 100%;
}