/* =========================================================
   MEDISCH RECHT JOURNAL
   Clean Default OJS 3.5 Style
   Right Sidebar Enabled
   ========================================================= */


/* ================= COLOR ================= */
:root{
  --primary:#0f2f6b;
  --accent:#2f6fe4;
}


/* =========================================================
   HEADER (sedikit brand color saja)
   ========================================================= */
.pkp_structure_head{
    background:var(--primary);
}

.pkp_site_name a{
    color:#ffffff !important;
    font-weight:600;
}


/* =========================================================
   NAVIGATION (tetap default structure)
   ========================================================= */
.pkp_navigation_primary{
    background:var(--primary);
}

.pkp_navigation_primary a{
    color:#ffffff !important;
}

.pkp_navigation_primary a:hover{
    background:var(--accent);
}


/* =========================================================
   SIDEBAR SETTINGS
   ========================================================= */

/* aktifkan sidebar kanan */
.pkp_structure_sidebar_right{
    display:block !important;
}

/* nonaktifkan sidebar kiri */
.pkp_structure_sidebar_left{
    display:none !important;
}


/* =========================================================
   CONTENT WRAPPER
   (biarkan default layout OJS)
   ========================================================= */
.pkp_structure_content_wrapper{
    max-width:1140px;
    margin:40px auto;
}


/* =========================================================
   CUSTOM BLOCK STYLE (agar rapi saja)
   ========================================================= */
.pkp_block{
    margin-bottom:20px;
}

.pkp_block h2{
    font-size:16px;
    font-weight:600;
}


/* =========================================================
   BUTTON (default look, hanya warna)
   ========================================================= */
.cmp_button,
.pkp_button{
    background:var(--accent);
    border:none;
    color:#fff !important;
}

.cmp_button:hover,
.pkp_button:hover{
    background:var(--primary);
}
