/* =====================================================
   NUSA SYLVA – CUSTOM OJS THEME
   Compatible: OJS 3.3.x – 3.4.x
   Author: Custom
   ===================================================== */

/* ========== GLOBAL ========== */
body {
  font-family: "Segoe UI", Arial, sans-serif;
  background-color: #f5f7f6;
  color: #000000;
  line-height: 1.7;
}

a {
  color: #0f5132;
  font-weight: 600;
}

a:hover {
  color: #f4c430;
  text-decoration: none;
}

/* ========== HEADER ========== */
.pkp_site_name_wrapper {
  background: linear-gradient(135deg, #0f5132, #1b5e46);
  padding: 25px 0;
}

.pkp_site_name a {
  color: #ffffff !important;
  font-size: 26px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* ========== NAVIGATION ========== */
.pkp_navigation_primary {
  background-color: #1b5e46;
}

.pkp_navigation_primary a {
  color: #ffffff !important;
  font-weight: 600;
  padding: 12px 16px;
}

.pkp_navigation_primary a:hover {
  background-color: #f4c430;
  color: #000 !important;
  border-radius: 4px;
}

/* ========== HOMEPAGE BANNER ========== */
.homepage_image img {
  border-radius: 14px;
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.18);
  margin-bottom: 20px;
}

/* ========== SECTION TITLE ========== */
h1, h2, h3, h4 {
  color: #0f5132;
  font-weight: 800;
}

/* ========== CURRENT ISSUE ========== */
.obj_issue_summary {
  background: #ffffff;
  padding: 25px;
  border-radius: 14px;
  box-shadow: 0 4px 14px rgba(0,0,0,.08);
  margin-bottom: 30px;
}

.obj_issue_summary h2 {
  color: #1b5e46;
}

/* ========== ARTICLE LIST ========== */
.obj_article_summary {
  background: #ffffff;
  padding: 18px 22px;
  margin-bottom: 18px;
  border-left: 6px solid #f4c430;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0,0,0,.06);
}

.obj_article_summary .title a {
  font-size: 17px;
  color: #0f5132;
  font-weight: 700;
}

.obj_article_summary .title a:hover {
  text-decoration: underline;
}

/* ========== BUTTONS ========== */
.btn,
.btn-primary {
  background-color: #0f5132;
  border: none;
  border-radius: 6px;
  color: #ffffff;
  font-weight: 600;
  padding: 8px 14px;
}

.btn-primary:hover {
  background-color: #f4c430;
  color: #000;
}

/* ========== SIDEBAR ========== */
.pkp_block {
  background: #ffffff;
  padding: 18px;
  border-radius: 14px;
  box-shadow: 0 3px 12px rgba(0,0,0,.07);
  margin-bottom: 25px;
}

.pkp_block h3 {
  border-bottom: 3px solid #f4c430;
  padding-bottom: 6px;
  margin-bottom: 12px;
}

/* ========== FOOTER ========== */
.pkp_site_footer {
  background-color: #0f5132;
  color: #ffffff;
  padding: 35px 0;
  margin-top: 40px;
}

.pkp_site_footer a {
  color: #f4c430;
  font-weight: 600;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 768px) {
  .pkp_site_name a {
    font-size: 20px;
  }

  .obj_article_summary {
    padding: 15px;
  }
}
/* Statistik Artikel */
.item.abstract_views,
.item.downloads {
    display: block;
    font-size: 14px;
    margin-top: 8px;
    color: #2f5d4a;
    font-weight: 600;
}

.item.abstract_views::before {
    content: "👁️ Dilihat: ";
}

.item.downloads::before {
    content: "⬇️ Diunduh: ";
}
