}
.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: #fff;
}
.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/AVvXsEi8hoqBFte9A8OjRzE6wGxgSVGdwPIJW2TZoN76GJhgsexudsCAfWoMxt_v8aHEbFMx-EPUKjrI6-53fTTuK1e0RMONdVk-_uE5XKIaFNcQc1gsnW80fJCaNYvhKEkKqB8TRvAI8jvUERj-9JLXhDHAh4R4i0taYRHGVW4d6GRYUStl3ACEYNfI042gAkKp');
}
}
/* 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: #ffffff;
    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(4, 61, 102, 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;
}


