/* ===== Fix header logo agar tidak dipaksa kecil ===== */
.pkp_site_name .is_img img {
    display: inline-block !important;
    max-height: none !important;
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
}

.pkp_site_name_wrapper .is_img img {
    max-height: none !important;
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
}

.pkp_structure_head .pkp_site_name img {
    max-height: none !important;
    width: auto !important;
    height: auto !important;
}

/* ===== Judul tiap blok sidebar (Additional Menu, INDEXED BY, Visitor, E-ISSN, dst) jadi banner maroon ===== */
.pkp_block .title {
    background-color: #8b1e2d !important;
    color: #ffffff !important;
    padding: 8px 14px !important;
    border-radius: 3px !important;
    margin-bottom: 8px !important;
}

/* ===== Item di dalam "Additional Menu" jadi tombol maroon terpisah ===== */
#customblock-sidebar .content a {
    display: block !important;
    background-color: #8b1e2d !important;
    color: #ffffff !important;
    padding: 10px 14px !important;
    margin-bottom: 2px !important;
    text-decoration: none !important;
    border-radius: 2px !important;
}

#customblock-sidebar .content a:hover {
    background-color: #6e1622 !important;
}

#customblock-sidebar .content ul,
#customblock-sidebar .content li {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

#customblock-sidebar .content table {
    width: 100% !important;
    border-collapse: collapse !important;
}
#customblock-sidebar .content table td {
    padding: 0 !important;
    border: none !important;
}

/* ===== Tombol PDF/galley (mis. "PDF", "XML") - samakan jadi maroon sesuai tema ===== */
a.obj_galley_link {
    border-color: #8b1e2d !important;
    color: #8b1e2d !important;
}

a.obj_galley_link:hover {
    background-color: #8b1e2d !important;
    color: #ffffff !important;
}
