/* Hindari horizontal scroll */
html, body {
  overflow-x: hidden;
}

/* Container user navigation jadi flex */
#headerNavigationContainer .pkp_navigation_user_wrapper {
  display: flex !important;
  justify-content: flex-end !important;
  width: 100%;
}

/* User menu ke pojok kanan */
.pkp_navigation_user {
  margin-left: auto !important;
  float: none !important;
}

/* Supaya tidak turun baris */
.pkp_navigation_user li {
  white-space: nowrap;
}

/* Hide breadcrumb navigation */
.cmp_breadcrumbs {
    display: none;
}

.page_static .cmp_page_header {
    margin-top: 0;
    padding-top: 0;
}

.page_static .cmp_page_header h1 {
    margin-top: 0;
}

/* =====================================================
   HILANGKAN BRANDING OJS / PKP
   ===================================================== */
.pkpbanner,
.pkp_brand_footer,
.pkpFooter,
#pkp-branding,
.pkp-brand {
    display: none !important;
}


/* =====================================================
   FOOTER MINIMALIS & PROFESIONAL
   ===================================================== */
.site-footer {
    background: #f5f5f5;
    padding: 40px 20px;
    text-align: center;
    font-size: 14px;
    color: #333;
}

.site-footer p {
    margin: 6px 0;
}

.site-footer strong {
    font-size: 15px;
    color: #000;
}


/* =====================================================
   GARIS PEMISAH HALUS (OPSIONAL ELEGAN)
   ===================================================== */
.site-footer::before {
    content: "";
    display: block;
    width: 80px;
    height: 3px;
    background: #c9c9c9;
    margin: 0 auto 20px;
}



