}
.obj_article_details .abstract {
    text-align: justify;
    color: #84060e; /* Warna teks menjadi abu-abu */
}
.team-aff ul li .tm_label{
    display: inline-block;
    width: 80px;
}
.team-aff ul li .ico-label{
    width: 18px;
    height: 18px;
    margin-right: .5rem;
}
.obj_article_details .abstract {
    text-align: justify;
}
.obj_article_details .references {
    text-align: justify;
}
.obj_article_details .keywords {
    text-align: justify;
}
.obj_article_details .authors {
    text-align: justify;
}
.obj_article_details .affiliation {
    text-align: justify;
}
.obj_article_details .item.citation {
    text-align: justify;
}
.obj_article_details .item.issue {
    text-align: justify;
}
.obj_article_details .item.copyright {
    text-align: justify;
}
.obj_issue_toc .description {
    text-align: justify;
}
.obj_issue_summary .description {
    text-align: justify;
}
.obj_article_summary>.title {
    font-family: "Times", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    font-size: 1rem;
    line-height: 1.43rem;
    font-weight: 700;
    border-bottom: none;
    margin: 0;
}
html, body {
    font-family: "Times", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    font-size: 14px;
    line-height: 1.43rem;
    color: rgba(0, 0, 0, 0.87);
    background: #000000;
}
.pkp_structure_main h1 {
    font-family: "TImes", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    font-size: 1.714rem;
    line-height: 2.143rem;
    font-weight: 700;
}
.obj_article_details .authors, .obj_article_details .doi {
    font-family: "Times", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
}
/* Wrapper untuk logo */
.pkp_site_name_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0;
    padding: 0;
}

/* Menghilangkan margin dan padding dari tombol */
.pkp_site_nav_toggle {
    margin: 0;
    padding: 0;
    border: none;
    background: none;
}

/* Menyesuaikan tampilan logo dengan ukuran penuh */
.pkp_site_name {
    margin: 0;
    padding: 0;
    display: block;
}

.pkp_site_name .is_img img {
    width: 100%; /* Membuat gambar mengisi kontainer */
    height: auto; /* Menjaga rasio aspek gambar */
    max-width: 2134px; /* Ukuran maksimum agar tidak lebih besar dari ukuran asli */
    max-height: 398px; /* Ukuran maksimum agar tidak lebih besar dari ukuran asli */
	content: url('https://blogger.googleusercontent.com/img/a/AVvXsEigFwSdbTDLCYadLgzXnmUmDaact8zoqjxz3_WEAWBeFCTFmYGo0njp7PPXscQeCScZ2-POGY13vJD0UVxgM6W_xtkUDwteu98ryuf1FAShnsuAbAGOg3ueB3dfCR2WxaxDY1hGUjb5jrpD4j0ljdGEyQxrAFf9RtYM3Rj8IOz9heJyp-Fo_E8Fiq9XC60I');
}
}
/* Styling untuk navigasi pengguna */
#navigationUser {
    list-style: none; /* Menghilangkan bullet points dari list */
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end; /* Menyusun item di ujung kanan */
}

#navigationUser li {
    margin-right: 15px; /* Memberikan jarak antar item */
}
@media (min-width: 992px) {
    .pkp_navigation_user>li>a {
        color: #ffffff;
    }
}
.pkp_navigation_user_wrapper a {
    font-family: "Times", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    font-size: 11px;
    font-weight: 600;
}
.pkp_navigation_primary_row {
    background-color: #01355a;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #3e2723;
}
#navigationPrimary > li > a {
    color: #000000;
}
.obj_article_summary > .title a {
    display: block;
    text-decoration: none;
    font-size: 13px;
    color: #043d66;
}
.cmp_manuscript_button, .block_make_submission a, .obj_galley_link {
    font-family: "Times", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    background: #043d66;
    color: #ffffff;
    border: none;
}
.pkp_site_nav_menu a {
    display: inline-block;
    padding: 0.125rem 0;
    color: #000000;
    font-family: verdana;
    text-decoration: none;
}
.pkp_brand_footer {
    display: none;
}
.pkp_footer_content {
    background-color: #ffffff !important;
}
.obj_article_summary {
    position: relative;
    background: #ffffff;
    padding: 20px;
    border-radius: 10px;
    text-align: justify;
    box-shadow: 0 6px 14px rgba(252, 148, 22, 0.8);
}

/* lapisan belakang */
.obj_article_summary::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #043d66;
    border-radius: 10px;
    transform: translate(8px, 8px);
    z-index: -1;
}

/* lapisan belakang */
.obj_article_summary::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #043d66;
    border-radius: 10px;
    transform: translate(8px, 8px);
    z-index: -2;
}
.obj_issue_summary .description p:last-child {
  position: relative;
  padding: 18px 20px;
  border-radius: 8px;
  background: #ffffff;
  z-index: 1;
}

.obj_issue_summary .description p:last-child::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(220, 235, 250, 0.85) 0%,
    rgba(245, 250, 255, 0.9) 60%,
    rgba(255, 255, 255, 1) 100%
  );
  border-radius: 8px;
  z-index: -1;
}
.pkp_page_index .current_issue .read_more {
    margin-top: 30px;
}
/* Struktur Sidebar */
.kepala {
  background-color: #01355a;
  color: #fff;
  padding: 1rem;
  border-bottom: 0.3rem solid #ffff57;
  font-weight: bold;
}

.badan {
  /* background-color: rgb(83, 248, 111); */
  margin-top: -12px;
}

.badan a {
  display: block;
  text-decoration: none;
  padding: 0.8rem;
  background-color: #d2dde5;
  color: #000000;
  border-bottom: rgb(255 255 255) 0.2rem solid;
  transition: 0.4s;
  /* margin: 0.5rem 0rem 0.5rem 0rem; */
  position: relative;
  z-index: 1;
}

.badan .fa {
  padding-right: 10px;
}

.badan a:hover {
  background-color: #ffffca;
  box-shadow: gray 0px 0px 1px 0px;
  color: black;
}

.badan a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.2rem;
  background-color: #b85737;
  left: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: 800ms;
}

.badan a:hover::after {
  transform: scaleX(1);
}
.pkp_structure_footer_wrapper {
    background: #ffffff;
}
.pkp_structure_head {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}
@media (min-width: 992px) {
    .pkp_navigation_user>li>a {
        color: #000000;
    }
#navigationPrimary > li > a {
    color: #ffffff;
}
@media (min-width: 992px) {
    .pkp_navigation_search_wrapper a:hover {
        color: #ffffff;
        outline: 0;
        border-color: rgba(0, 0, 0, 0.84);
        text-decoration: none;
    }
}
/* Kurangi jarak antara Current Issue dan Articles */
.current_issue {
    margin-bottom: 10px !important;
    padding-bottom: 0 !important;
}

.section {
    margin-top: 10px !important;
}

.issue-toc {
    margin-top: 10px !important;
}
/* 2 kolom pakai flex (lebih kebal override OJS) */
  .ojsFlexFacts{
    display:flex !important;
    flex-wrap:wrap !important;
    gap:10px !important;
    padding:14px 18px 18px;
  }

  .ojsFlexItem{
    flex: 1 1 calc(50% - 10px);  /* 2 kolom */
    min-width: 260px;            /* kalau container terlalu sempit, otomatis turun */
    border:1px solid rgba(0,0,0,.06);
    border-radius:14px;
    padding:12px;
    background:#fff;
    box-sizing:border-box;
  }

  .ojsFlexItem .k{
    font-size:12px;
    font-weight:750;
    color:rgba(0,0,0,.55);
    margin-bottom:6px;
  }
  .ojsFlexItem .v{
    font-size:14px;
    font-weight:650;
    color:rgba(0,0,0,.88);
    line-height:1.35;
  }
@media (min-width: 992px) {
    .pkp_navigation_user>li>a {
        color: #ffffff;
    }
}