/* ================================
   FONT & TEKS
================================ */
body, h1, h2, h3, h4, h5, h6, p, div, span, li, a, td, th, label, 
input, textarea, select, button {
  font-family: "Times New Roman", Times, serif !important;
  text-align: justify !important;
  line-height: 1.6;
}

/* ================================
   HEADER
================================ */
.pkp_structure_head {
  background: #ffffff !important; /* Header putih */
}

.pkp_site_name .is_img img {
  display: inline-block;
  max-height: 100px;
  max-width: 100%;
  width: auto;
  height: auto;
}

.pkp_site_name {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.pkp_site_name > a {
  padding: 0 !important;
}

.pkp_site_name .is_img img {
  max-height: 310px !important;
}

.pkp_site_name_wrapper {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* ================================
   KONTEN ARTIKEL
================================ */
.obj_article_details .abstract {
  text-align: justify !important;
  font-family: "Times New Roman", Times, serif !important;
}

.archive-item {
  font-family: "Times New Roman", Times, serif !important;
  text-align: justify !important;
}

/* ================================
   SIDEBAR
================================ */
.pkp_block {
  margin-left: 0 !important;
  padding-left: 0 !important;
}

.pkp_structure_sidebar {
  margin-left: 0 !important;
  padding-left: 0 !important;
}

.pkp_structure_sidebar .pkp_block {
  width: 100% !important;
}

/* Hilangkan batas putih kiri pada konten */
.pkp_structure_content {
  padding-left: 0 !important;
  margin-left: 0 !important;
}

/* ================================
   FOOTER
================================ */
.pkp_structure_footer_wrapper, 
.pkp_structure_footer,
.pkp_footer_content {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  padding: 10px 20px !important;
  text-align: justify !important; 
  float: none !important;
  display: block !important;
}

.pkp_brand_footer {
  display: none !important; /* Sembunyikan logo agar rapi */
}

.pkp_structure_footer_wrapper {
  background: #ffffff !important;
  border-top: 2px solid #595959; /* Garis pembatas */
}

/* ================================
   STRUKTUR HALAMAN
================================ */
.pkp_navigation_user_wrapper {
  top: 0;
  right: 0;
  padding-right: 0 !important;
}

.pkp_structure_page {
  margin: 0 !important;
  padding: 0 !important;
}
