/* =========================
   YAQZHAN HEADER ULTRA COMPACT
========================= */

/* HEADER dengan background image + opacity */

.navbar {
    position: relative;
    display: block !important;
    background-color: #FAFAFA !important;
    border: none !important;
    padding-top: 11px !important;
    padding-bottom: 9px !important;
    text-align: center !important;
    overflow: hidden;
}


/* Container */
.navbar .container {
    width: 100% !important;
    max-width: 800px;
    margin: 0 auto;
}

/* Logo lebih proporsional */
.navbar-brand {
    display: block !important;
    float: none !important;
    margin: 0 auto 8px auto !important;  
    padding: 0 !important;
}

/* Logo naik sedikit */
.navbar-brand img {
    max-height: 137px !important;
    width: auto !important;
    margin-top: -8px !important; 
}

/* Judul jurnal lebih compact & elegan */
.navbar:after {
    content: "Jurnal Yaqzhan: Analisis Filsafat, Agama dan Kemanusiaan";
    display: block;
    font-size: 30px;               
    font-weight: 500;
    font-family: "Libre Baskerville", Georgia, serif;
    color: #2c3e50;
    margin-bottom: 5px;           
    letter-spacing: 0.1px;
}

/* ===== GLOBAL FONT ===== */

body {
    font-family: "Book Antiqua", Georgia, serif;
    font-size: 14px;
    color: #333;
}


/* ===== MAIN PAGE BACKGROUND ===== */

.pkp_structure_page {
    background: #F7F7F7; /* abu sedikit lebih tua */
}


/* ===== CONTENT BOX ===== */

.pkp_structure_content {
    background: #FAFAFA; /* abu lebih muda dari background */
    border: 1px solid #dddddd;
    padding: 25px;
    border-radius: 5px;
}


/* ===== SIDEBAR TEXT MINIMALIS ===== */

.pkp_structure_sidebar {
    font-size: 12px;
    line-height: 1;
}


/* ===== SIDEBAR TITLE ===== */

.pkp_structure_sidebar h2 {
    font-family: "Book Antiqua", serif;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 6px;
}


/* ===== SIDEBAR LINKS ===== */

.pkp_structure_sidebar a {
    font-size: 12px;
    color: #333;
    text-decoration: none;
}

.pkp_structure_sidebar a:hover {
    color: #000;
    text-decoration: underline;
}