}
.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;
}
/* Grid dua kolom dengan tinggi box seragam */
.cmp_article_list.articles {
  display: grid;
  grid-template-columns: 1fr 1fr; /* dua kolom seimbang */
  gap: 14px;
  margin-top: 20px;
  align-items: stretch; /* pastikan tinggi kolom seragam */
}

/* Setiap artikel sebagai box profesional */
.cmp_article_list.articles .obj_article_summary {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;

  border: 1px solid #e0e0e0;
  padding: 16px;
  border-radius: 8px;
  background-color: #fafafa;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s ease;
}

/* Hover untuk efek elegan */
.cmp_article_list.articles .obj_article_summary:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

/* Responsif: satu kolom untuk mobile */
@media (max-width: 768px) {
  .cmp_article_list.articles {
    grid-template-columns: 1fr;
  }
}
.homepage_image {
  display: none !important;
}
.read_more {
    display: inline-block;   /* supaya bisa dikasih margin */
    margin-top: 100px;        /* ubah 100px sesuai kebutuhan */
}
/* Judul artikel */
.obj_article_details .title {
    font-family: Cambria, serif;
    font-size: 10pt;
}

/* Nama penulis */
.obj_article_details .authors {
    font-family: Cambria, serif;
    font-size: 11pt;
}

.obj_article_summary>.title {
    font-family: "times", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    border-bottom: none;
    margin: 0;
}
.obj_article_summary .meta {
    position: relative;
    padding-top: .357rem;
    font-size: 11px;
    line-height: 14px;
}
.cmp_button_wire, .obj_galley_link {
    display: inline-block;
    padding: 0 1em;
    background: #fff;
    border: 1px solid #398325;
    border-radius: 3px;
    font-size: 8px;
    line-height: calc(2.143rem - 2px);
    color: #398325;
    text-decoration: none;
}
.obj_article_summary>.title a {
    text-decoration: none;
}
a {
    color: #1800ad;
}
body {
    font-family: "times", "Noto Serif", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.87);
    background: #fff;
}
html, body {
    background: #d9d9d9;
}
style attribute {
    max-width: 1000px;
    margin: 10px auto;
    padding: 12px 16px;
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-family: Times, sans-serif;
    font-size: 14.5px;
    line-height: 1.6;
    color: #333;
    text-align: justify;
}
style attribute {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
    font-family: times, sans-serif;
}
.pkp_brand_footer {
  display: none !important;
}
.pkp_footer_content {
    padding: 3px;
    text-align: left;
}
