/* === HEADER & LOGO FIX === */

/* Wrapper Header */
.pkp_site_name_wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding: 0 1rem;
  box-sizing: border-box;
  background-color: #ffffff !important; /* <- Tambahkan baris ini */
}

/* Site Name Container */
.pkp_site_name {
  padding: 0 !important;
  margin: 0 !important;
  flex: 1;
}

/* Logo Image */
.pkp_site_name .is_img img {
  max-width: 100% !important;
  width: 100%;
  height: auto !important;
  display: block;
  object-fit: contain;
}

/* Navigation Row (optional fix if misaligned) */
.pkp_navigation_primary_row {
  padding: 0 1rem !important;
}

/* Responsive Fixes */
@media (max-width: 768px) {
  .pkp_site_name_wrapper {
    flex-direction: column;
    align-items: flex-start;
    padding: 0.5rem 1rem;
  }
}

/* === TOC Articles Box === */
.obj_issue_toc .articles > li {
  margin-bottom: 20px;
  border-bottom: solid darkseagreen;
  background-color: rgba(80, 124, 128, 0.2) !important;
  padding: 1rem;
  border-radius: 0rem 0rem 0rem 2rem;
  box-shadow: .4rem .4rem .3rem #dedede;
}

/* === Other Customizations === */

/* Background Content */
.pkp_structure_content {
  background: transparent url("") repeat scroll 0% 0% !important;
}

/* Remove top margin */
.pkp_structure_page {
  margin-top: 0px !important;
}

/* Facebook Iframe Plugin */
._5pat {
  background-color: beige !important;
}

/* Hidden Submenu Alignment */
.pkp_nav_list ul {
  margin: 0px -55px !important;
}

/* Description Justify */
.description {
  text-align: justify;
}

/* Article Abstract */
.abstract > p {
  text-align: justify;
}

/* Cookie Banner */
.ce-banner {
  font-family: fantasy;
  background-color: black;
  padding: 1rem;
  color: white;
  z-index: 9999;
  position: fixed;
  top: 0px;
  left: 0px;
}
a.ce-accept:link {
  color: white;
  text-decoration: none;
}
.ce-accept {
  background-color: #993333;
  padding: .5rem;
  border-radius: .25rem;
  color: black;
  font-style: normal;
  float: right;
  margin: .5rem 1rem .5rem .5rem;
}

/* Remove Footer Branding */
.pkp_brand_footer {
  display: none;
}

@media (min-width: 992px){
  .obj_article_details .main_entry {
    width: 352px;
  }
}

@media (min-width: 751px){
  .obj_article_details .main_entry {
    float: right;
    width: 60%;
    border-right: 1px solid #ddd;
  }

  .obj_article_details .entry_details {
    float: left;
    width: 240px;
    margin-left: 30px;
    border-left: 1px solid #ddd;
  }
}
