.obj_article_details,
.obj_issue_toc,
main .page {
  text-align: justify;
}

.obj_article_details .copyright img {
  width: 66px;
  height: auto;
}

.hero-section h1 {
  font-size: 2.0rem;
  text-align: center;
  margin-top: 40px;
}

/* Responsive untuk judul hero di mobile */
@media (max-width: 768px) {
  .hero-section h1 {
    font-size: 1.4rem;
    text-align: center;
  }
}

main .page {
  width: 100%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  margin-left: auto;
  margin-right: auto;
}

.article-authors + .pub-id::before {
  content: "DOI: ";
  font-weight: bold;
  color: #333;
}

.article-authors + .pub-id {
  display: block;
  margin-top: 5px;
  font-size: 0.9em;
  color: #666;
}

footer {
  color: #CFB53B !important;
  text-align: center;
}

/* Warna link */
a,
.pkp_page_index .homepage_about a {
  color: #CFB53B;
  transition: all 0.3s ease-in-out;
}

/* Hover link */
a:hover,
.pkp_page_index .homepage_about a:hover {
  color: #CFB53B;
}

/* Tombol utama */
.btn-primary {
  background-color: #CFB53B;
  border-color: #CFB53B;
  transition: all 0.3s ease-in-out;
}

.btn-primary:hover {
  background-color: #CFB53B;
  border-color: #CFB53B;
}

/* Judul halaman */
.page_title {
  color: #CFB53B;
}

/* Hero section */
.hero-section {
  background: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(255, 0, 0, 0.8) 100%), 
              url("https://unimma.press/conference/index.php/bishss/libraryFiles/downloadPublic/3");
  position: relative;
  background-size: cover;
  background-position: center;
}

.hero-section .wave {
  width: 100%;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  bottom: -150px;
}

#header.header-scrolled {
  background: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(255, 0, 0, 0.8) 100%);
  height: 60px;
}

.pkp_page_index .current_issue .read_more {
  display: inline-block;
  position: relative;
  padding-right: 2.143rem;
  font-size: 0.93rem;
  font-weight: 700;
  line-height: 2.143rem;
  color: #CFB53B;
  text-decoration: none;
  margin-bottom: 1.43rem;
}
