/* RE DESIGN BY ANGKY KURNIAWAN - 19 JULI 2025 */
/* Container Utama Logo / Header */
.site_logo {
    max-width: 100%;
    width: 100%;
    text-align: center;
}

/* Ukuran Logo / Header */
.site_logo img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* Hide About Us di Bawah Judul*/
.about_journal {
    display: none;
}

/* Hide Announcemenet */
/* section.cmp_announcements.media {
  display: none;
} */

.media-heading a {
  color: #d35400 !important;
  font-weight: bolder;
}

/* ARTICLE */
/* Kontainer utama tiap artikel */
/* .article-summary.media {
  display: flex;
  gap: 16px;
  border-bottom: 1px solid #ddd;
  padding: 16px 0;
  align-items: flex-start;
} */
/* Gambar thumbnail */
/* Kontainer utama tiap artikel */
/* .article-summary.media {
  display: flex;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid #ddd;
  align-items: flex-start;
} */
/* Gambar di kiri */
/* .article-summary.media::before {
  content: "";
  display: block;
  width: 115px;
  height: 200px;
  background-image: url('https://jurnal.pcr.ac.id/publik/site/images/figoalimbel/jakb-thumbnail.jpg'); 
  background-size: cover;
  background-position: center;
  border: 1px solid #ccc;
  flex-shrink: 0;
} */
/* Konten di kanan */
/* .media-body.article_summary {
  flex: 1;
} */
/* Judul artikel */
/* .media-heading .article_name {
  font-size: 15px;
  font-weight: bold;
  color: #0066cc;
  text-decoration: none;
  line-height: 1.4;
  display: inline-block;
  margin-bottom: 6px;
} */
/* Baris metadata */
/* .meta.row {
  font-size: 13px;
  color: #444;
  margin-top: 4px;
} */
/* .meta.row .col-md-12 {
  margin-bottom: 4px;
} */
/* Ikon-ikon kecil di bawah */
/* .row .col-md-4,
.row .col-md-8 {
  font-size: 13px;
  color: #555;
  display: flex;
  align-items: center;
  gap: 8px;
} */
/* Statistik kanan bawah */
/* .stat_counter {
  text-align: right;
  font-size: 13px;
  color: #777;
  display: flex;
  align-items: center;
  gap: 6px;
  justify-content: flex-end;
  margin-top: 6px;
} */
/* Tombol PDF */
/* a.obj_galley_link.pdf {
  display: inline-block;
  padding: 4px 10px;
  font-size: 13px;
  background-color: #f5f5f5;
  border-radius: 6px;
  border: 1px solid #ccc;
  text-decoration: none;
  margin-top: 6px;
  color: #333;
} */
/* Responsive (opsional) */
/* @media (max-width: 576px) {
  .article-summary.media {
    flex-direction: column;
    align-items: flex-start;
  }
  .article-summary.media::before {
    margin-bottom: 12px;
  }
  .stat_counter {
    justify-content: flex-start;
  }
} */

/* Warna Judul Article */
.article_name {
  color: #d35400 !important;
  font-weight: bolder;
}

/* Warna Link Article */
.doi_link {
  color: #d35400 !important; /* dark orange */
}

/* Warna Tombol PDF Article */
.gallery_item_link {
  color: #d35400 !important;
}

/* Archives */
.series {
  color: #d35400 !important;
}
.title {
  color: #d35400 !important;
  font-weight: bolder;
}
.pager li.previous a {
  color: #d35400 !important;
}
.pager li.next a {
  color: #d35400 !important;
}


/* NAVIGATION BAR - HOME */
.breadcrumb a {
  color: #d35400 !important;
  font-weight: bolder;
}

/* CURRENT ISSUE - ATAS */
.issue-details {
  display: none;
}

/* FOOTER -- APABILA INGIN DIGANTI */
/* .footer_border {
    background-color: transparent !important; 
    height: 0 !important; 
    border: none !important;
}

.list_of_index {
  display: none;
}

footer#footer.footer {
    background-color: transparent; 
}

footer#footer,
footer#footer .container-fluid,
footer#footer .container,
footer#footer .row,
footer#footer div {
  background-color: #d35400 !important;  
  color: black !important;
  margin: 0;
  padding: 0;
  border: none;
}

footer.container_fluid {
  padding: 20px 20px;
} */

/* LOGIN & REGISTER */
.nav-pills li a[href*="register"] {
  color: #ffffff !important;
}
.nav-pills li a[href*="login"] {
  color: #ffffff !important;
}

/* ANNOUNCEMENT */
/* Index Home */
.cmp_breadcrumbs li:first-child a {
  color: #d35400;
  text-decoration: none;
}

.cmp_breadcrumbs li:first-child a:hover {
  text-decoration: underline;
}

/* Index Announcement */
.cmp_breadcrumbs li:nth-child(2) a {
  color: #d35400;
  text-decoration: none;
}

.cmp_breadcrumbs li:nth-child(2) a:hover {
  text-decoration: underline;
}

/* Judul Announcement */
.page-header h1 {
  color: #d35400;
}

/* Waktu Announcement */
.page-header .date,
.page-header .date .glyphicon-calendar {
  color:#d35400;
}

