/* MASTER JOURNAL / PRESS CSS - FIXED & CLEANED */

/* 1. RESET & GLOBAL */
body { font-family: Tahoma, Geneva, sans-serif !important; background: url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjzJ_vdwGR_XLnThM8cohDspGB208C-H3rDjJY5KMQcr2ONN8sX-ZUwOC5uwajmSCgjZ0DK1o6W4pgDhw9lw-ful1wUjjsHLcwlY-l-aJpKbVwi_YqGCc3YS9L2HM8o5P5AjqLiejBeORC5rfiD2wwNsODcUK7t6ngSt7pYKm12Cf6zhwK7O3u6JlKS/s3000/5968949.jpg') no-repeat center center fixed; background-size: cover; }
img { max-width: 100%; height: auto; }

/* 2. HEADER - RESET PAKSA */
.pkp_site_name_wrapper { width: 100% !important; background: #302d38 !important; border-bottom: 5px solid #f39c21 !important; padding: 15px 0 !important; }
.pkp_site_name { margin: 0 auto !important; text-align: center !important; }
.pkp_site_name .is_img img { max-height: 80px !important; }

/* 3. GRID SYSTEM PAKSA UNTUK BUKU (Sangat Penting) */
/* Kita paksa elemen bawaan OMP agar patuh pada Grid kita */
.cmp_monographs_list { 
    display: grid !important; 
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)) !important; 
    gap: 20px !important; 
    list-style: none !important; 
    padding: 0 !important; 
}

.obj_monograph_summary {
    display: flex !important;
    flex-direction: column !important;
    background: #fff !important;
    padding: 15px !important;
    border-radius: 10px !important;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1) !important;
    height: 100% !important;
}

/* Mengatur gambar agar rapi di kotak */
.obj_monograph_summary .cover img {
    width: 100% !important;
    height: 250px !important;
    object-fit: cover !important;
    border-radius: 5px !important;
    margin-bottom: 10px !important;
}

/* 4. TYPOGRAPHY KARTU */
.obj_monograph_summary .title a { font-size: 14px !important; font-weight: bold !important; color: #302d38 !important; }
.obj_monograph_summary .author { font-size: 12px !important; color: #666 !important; margin: 5px 0 !important; }

/* 5. FOOTER */
.pkp_structure_footer_wrapper { background: #f39c21 !important; border-top: 5px solid #302d38 !important; border-bottom: 20px solid #302d38 !important; }

/* 6. HAPUS DUPLIKAT */
/* Kode lama yang ada di bawah bagian 8 sudah saya bersihkan semua di sini */