/* =====================================================
   APLINESIA COLOR OVERRIDE - FINAL
   Orange: #E28E40
   Yellow: #F8EF65
===================================================== */

/* ==== HEADER & NAVIGATION ==== */
.header-top,
.journal-banner,
.pageHeader,
.nav-sticky-header,
.nav-sticky-header.sticky,
.toc-sticky-header,
.toc-sticky-header.sticky,
.breadcrumbs-container {
  background-color: #E28E40 !important;
  border-color: #E28E40 !important;
}

/* ==== SUB HEADER / STRIP ==== */
.alljournals,
.alljournals a {
  background-color: #cf7f35 !important;
  color: #ffffff !important;
}

/* ==== SEARCH ICON TRIANGLE ==== */
.searchButtonIcon::after,
.searchButtonIcon.bc::after {
  border-top-color: #E28E40 !important;
}

/* ==== BUTTONS ==== */
.pkp_button,
.pkp_button_primary,
button.submit,
a.submit {
  background-color: #E28E40 !important;
  border-color: #E28E40 !important;
  color: #ffffff !important;
}

.pkp_button:hover,
.pkp_button_primary:hover {
  background-color: #cf7f35 !important;
  border-color: #cf7f35 !important;
}

/* ==== ARTICLE TITLE LINKS ==== */
.article-card a,
.article-summary-title a,
.obj_article_summary .title a {
  color: #E28E40 !important;
}

.article-card a:hover,
.article-summary-title a:hover {
  color: #cf7f35 !important;
}

/* ==== SECTION BAR (About, Browse) ==== */
.about-section,
.browse-section,
.cmp_accordion_section {
  background-color: #E28E40 !important;
  color: #ffffff !important;
}

/* ==== CARD TOP BORDER ==== */
.article-card {
  border-top: 4px solid #E28E40 !important;
}

/* ==== FOOTER ==== */
.pageFooter,
.footer-content,
.pageFooterContent {
  background-color: #E28E40 !important;
  color: #ffffff !important;
}

.pageFooter a {
  color: #F8EF65 !important;
}

/* ==== DOI & LINK ==== */
a {
  color: #E28E40;
}

a:hover {
  color: #cf7f35;
}

/* ==== REMOVE ALL GREEN LEFTOVER ==== */
*[style*="#5A9F3A"],
*[style*="#3F7F2F"],
*[style*="#4CAF50"] {
  background-color: #E28E40 !important;
}
/* =====================================================
   APLINESIA HEADER 2-LAYER (LIKE DINAMIKA)
===================================================== */

/* HEADER UTAMA */
.header-top,
.journal-banner,
.pageHeader,
.nav-sticky-header,
.nav-sticky-header.sticky {
  background-color: #E28E40 !important;
}

/* STRIP / BORDER BAWAH HEADER */
.breadcrumbs-container {
  background-color: #cf7f35 !important;
  padding-top: 4px;
  padding-bottom: 4px;
}

/* HILANGKAN HIJAU WARISAN THEME */
.breadcrumbs-container *,
.nav-sticky-header *,
.header-top * {
  border-color: #cf7f35 !important;
}
