/* 1. SEMBUNYIKAN LOGO PKP/OJS */
.pkp_brand_footer {
    display: none !important;
}

/* 2. PAKSA HEADER MANUSCRIPT JADI LEBAR (FULL WIDTH) */
/* Manuscript menggunakan class .pkp_structure_head untuk membungkus logo */
.pkp_structure_head {
    max-width: 100% !important;
    padding: 0 !important;
}

.pkp_head_wrapper {
    max-width: 100% !important;
    width: 100% !important;
}

.pkp_site_name_wrapper {
    display: block !important;
    width: 100% !important;
    max-width: 1200px !important; /* Sesuaikan lebar ini agar sejajar dengan body */
    margin: 0 auto !important;
    text-align: center !important;
}

.pkp_site_name_wrapper img {
    display: inline-block !important;
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
}

/* 3. TIPOGRAFI ALA AMERTA NUTRITION (PT SERIF & MONTSERRAT) */
/* Mengganti font seluruh body */
body, p, section {
    font-family: "PT Serif", Georgia, serif !important;
    font-size: 16px !important;
    color: #333 !important;
}

/* Mengganti font judul artikel dan menu navigasi */
h1, h2, h3, h4, .title, .pkp_navigation_primary a {
    font-family: "Montserrat", sans-serif !important;
    font-weight: 700 !important;
    text-transform: none !important; /* Menjaga agar tidak otomatis jadi huruf kapital semua */
}

/* Warna spesifik untuk judul artikel agar lebih profesional */
.obj_article_summary .title a, .obj_article_details .title {
    color: #004b8d !important;
}

.pkp_site_name a.is_img {
    width: 90% !important;
}