/* ========== GENERAL BODY ========== */
body {
  font-family: "Segoe UI", "Helvetica Neue", sans-serif;
  background-color: ##f7f9fc;
  color: #2c3e50;
  line-height: 1.6;
}

/* ========== HEADER ========== */
.pkp_structure_head {
  background-color: #32A54A /* hijau anu */
  color: #ffffff;
  padding: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.pkp_structure_page {
  margin: 0 auto;
  max-width: 1160px;
  background: #f7f9fc;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

@media (min-width: 1200px) {
  .pkp_structure_page {
    margin-top: 0;
    margin-bottom: 30px;
  }
}

.pkp_head_wrapper,
.has_site_logo .pkp_head_wrapper {
  position: relative;
  padding-top: 0;
}
.pkp_site_name .is_img img {
  max-height: 100% !important;
  max-width: 100% !important;
}

.pkp_site_name a {
  margin: auto !important;
}

/* ========== NAVIGATION MENU ========== */
.pkp_navigation_primary_wrapper {
    padding-left: 20px;
    padding-right: 0;
    text-transform: uppercase;
}

/* Dropdown styling */
.dropdown-menu {
  background-color: #1eaf92; /* hijau lebih terang */
  border-radius: 0 0 6px 6px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
}

.dropdown-menu li a {
  color: #215d28;
  padding: 0.5rem 1rem;
  display: block;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.dropdown-menu li a:hover {
  background-color: #b3e7bb;
  color: #215d28;
}

/* Tombol toggle menu mobile */
.pkp_site_nav_toggle {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
  padding: 0.4rem 0.7rem;
  border-radius: 5px;
  font-size: 0.9rem;
  transition: background-color 0.3s ease;
}

.pkp_site_nav_toggle:hover {
  background-color: #fae1e1;
  color: #1e3a8a;
}

/* Search icon */
.pkp_search {
  color: #ffffff;
  font-weight: 500;
  font-size: 1rem;
  margin-left: 1rem;
  transition: color 0.3s ease;
}

.pkp_search:hover {
  color: #38bdf8; /* sky blue */
}

/* Responsive spacing */
@media (max-width: 768px) {
  .pkp_navigation_primary_wrapper,
  .pkp_navigation_search_wrapper {
    text-align: left;
    margin-top: 0.5rem;
    padding-left: 0;
  }
}

/* ========== HOMEPAGE JOURNAL DESCRIPTION ========== */
.description {
  font-size: 1.1rem;
  background: #ffffff;
  padding: 1rem;
  margin-top: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page_index_journal {
  display: flex;
  align-items: flex-start; /* sejajarkan ke atas */
  gap: 2rem; /* jarak antara gambar dan teks */
  padding: 2rem;
  flex-wrap: wrap; /* agar tetap rapi di layar kecil */
}

.homepage_image img {
  width: 350px; /* atur lebar gambar */
  height: auto;
  object-fit: cover;
  border-radius: 8px;
}

.homepage_about {
  flex: 1; /* biar isi teks menyesuaikan ruang yang tersedia */
  max-width: 800px;
}
.page_index_journal {
  display: flex;
  align-items: flex-start; /* sejajarkan ke atas */
  gap: 2rem; /* jarak antara gambar dan teks */
  padding: 2rem;
  flex-wrap: wrap; /* agar tetap rapi di layar kecil */
}

.homepage_image img {
  width: 350px; /* atur lebar gambar */
  height: auto;
  object-fit: cover;
  border-radius: 8px;
}

.homepage_about {
  flex: 1; /* biar isi teks menyesuaikan ruang yang tersedia */
  max-width: 800px;
}

.pkp_page_index .homepage_about {
  padding-top: 0px;
  padding-left: 30px;
}

/* ==== BLOK-BLOK MENU KANAN ==== */
.ijolee-sidebar-menu .menu_item a:hover,
.ijolee-sidebar-menu .menu_item a:focus {
    background-color: #e9f1f8 !important;
    color: #0063a6 !important;
    padding-left: 10px;
    text-decoration: none !important;
    outline: none;
}


/* ==== Setiap Block ==== */
.pkp_block {
  background: #fff;
  margin-bottom: 5px;
  border-radius: 0px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.05);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 10px;
}

/* ==== Header Block (Judul) ==== */
#customblock-menu .content > p:first-child {
  background-color: #186ca4;
  color: #ffffff;
  font-weight: 600;
  font-size: 15px;
  text-align: center;
  padding: 12px;
  margin: 0;
  border-bottom: 2px solid #134d7a;
  letter-spacing: 0.5px;
}

/* ==== Daftar Menu Item ==== */
.menu_item {
  margin: 0;
  border-bottom: 1px solid #eee;
}

.menu_item a {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 9px 2px;
  color: #186ca4;
  text-decoration: none;
  font-size: 14px;
  border-left: 3px solid transparent;
  transition: all 0.2s ease-in-out;
}

.menu_item a:hover {
  background-color: #f0f6fc;
  border-left: 4px solid #186ca4;
  color: #0c4a75;
}

/* ==== Ikon Font Awesome ==== */
.menu_item em {
  font-size: 14px;
  color: #186ca4;
  width: 20px;
  min-width: 20px;
  text-align: center;
}

/* ==== Blok Make Submission ==== */
.block_make_submission a {
  display: block;
  background: #215d28; /* hijau anu */
  border: 1px solid #4cea90;
  border-radius: 6px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* bayangan luar elegan */
  font-size: 1.2rem;
  padding: 0.75rem 1.5rem; /* membuat tombol lebih tinggi */
  line-height: 1.5;
  color: white;
  text-transform: uppercase;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  transition: background-color 0.3s, box-shadow 0.3s;
}

.block_make_submission a:hover {
  background: #32A54A;
  color: white;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

/* ========== CURRENT ISSUE & ARTICLES ========== */
.obj_issue_toc {
    max-width: 1200px;
    margin: 40px auto;
    padding: 10px;
    font-family: 'Inter', 'Roboto', sans-serif;
    color: #000000;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

.obj_issue_toc .heading .cover img {
    width: 200px;
    height: auto;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.obj_issue_toc .heading .cover img:hover {
    transform: scale(1.05);
}

.obj_issue_toc .heading .description p {
    font-size: 1rem;
    line-height: 1.785rem;
    color: #080808;
    margin: 0;
}

.obj_issue_toc .heading .published {
    margin-top: 10px;
    font-size: 0.9rem;
    color: #080808;
}

.obj_issue_toc .heading .published .label {
    font-weight: bold;
    color: #080808;
}

/* Section Titles */
.obj_issue_toc .sections .section h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 5px;
    color: #080808;
}

/* Article List */
.obj_issue_toc .articles {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Article Summary */
.obj_article_details .item {
    padding: 2.143rem;
    word-wrap: break-word;
    text-align: justify;
}
.item.keywords {
    text-align: left;
}
.obj_article_summary .title a {
    font-size: 1.2rem;
    font-weight: 600;
    color: #215d28;
    text-decoration: none;
    transition: color 0.3s;
}
.obj_article_summary .title a:hover {
    color: #32A54A;
    text-decoration: underline;
}
.obj_article_summary .meta .authors {
    margin-bottom: 5px;
}
.obj_article_summary .meta .pages {
    font-style: -;
}

/* Galley Links */
.galleys_links {
    list-style: none;
    padding: 0;
    margin-top: 10px;
    border-bottom: 2px solid #eee;
    padding-bottom: 5px;
}

.galleys_links li a {
    display: inline-block;
    padding: 8px 16px;
    background-color: #09b300;
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    transition: background-color 0.3s;
}

.galleys_links li a:hover {
    background-color: #098000;
}

/* Responsive tweaks */
@media (max-width: 768px) {
    .obj_issue_toc .heading {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .obj_issue_toc .heading .description, .obj_issue_toc .heading .published {
        text-align: left;
    }
}

/* ========== FOOTER ========== */
.pkp_structure_footer {
  background-color: #e6e6e6;
  color: #030303;
  padding: 2rem;
  text-align: center;
  font-size: 1rem;
}

/* ========== BUTTONS ========== */
.pkp_button, .cmp_button {
  background-color: #0984e3;
  color: #fff;
  border: none;
  padding: 0.6rem 1.2rem;
  border-radius: 5px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.9rem;
}

.pkp_brand_footer {
    position: absolute !important;
    top: 30px !important;
    right: 30px !important;
}

/* ========== SEARCH BAR ========== */
.pkp_search input[type="text"] {
  border-radius: 5px;
  border: 1px solid #ced6e0;
  padding: 0.5rem;
}

/* ========== RESPONSIVENESS ========== */
@media (max-width: 768px) {
  .pkp_navigation_primary a {
    padding: 0.8rem 1rem;
    font-size: 0.9rem;
  }

  .description, .obj_issue_toc {
    padding: 1rem;
  }

  .pkp_site_name {
    font-size: 2rem;
  }
}
/* --- FOOTER --- */
footer.footer {
  background-color: #fafafa;
  color: #fafafa;
  font-family: 'Segoe UI', sans-serif;
}

footer.footer .container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

footer.footer .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
}

footer.footer .footer-col {
  flex: 1 1 200px;
  min-width: 200px;
}

footer.footer h4 {
  font-size: 1.2rem;
  color: #060606;
  margin-bottom: 1rem;
  border-bottom: 2px solid #00cec9;
  padding-bottom: 0.5rem;
}

footer.footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

footer.footer li.show {
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
}

footer.footer li.show a {
  color: #b2bec3;
  text-decoration: none;
  font-size: 0.95rem;
}

footer.footer li.show a:hover {
  color: #ffffff;
  text-decoration: underline;
}

footer.footer img {
  margin-top: 0.5rem;
}

footer.footer .footer-col a {
  color: #dcdde1;
  margin-right: 0.5rem;
  font-size: 1.2rem;
}

footer.footer .footer-col a:hover {
  color: #00cec9;
}

/* Responsive */
@media (max-width: 768px) {
  footer.footer .row {
    flex-direction: column;
    align-items: center;
  }

  footer.footer .footer-col {
    text-align: center;
  }

  footer.footer .footer-col h4 {
    border: none;
  }
}

/*======= EDITORIAL TEAM =========*/
.editor-section {
  max-width: 1000px;
  margin: 50px auto;
  padding: 20px;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.section-title {
  font-size: 28px;
  font-weight: 700;
  color: #fafafafa;
  border-bottom: 2px solid #e0e0e0;
  padding-bottom: 8px;
  margin-bottom: 30px;
}

.editor-profile {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 40px;
  border-bottom: 1px dashed #e0e0e0;
  padding-bottom: 30px;
}

.editor-photo img {
  width: 130px;
  height: 130px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #fafafafa;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.editor-info {
  flex: 1;
  min-width: 250px;
}

.editor-info h2 {
  font-size: 20px;
  color: #fafafafa;
  margin-top: 0;
  margin-bottom: 10px;
}

.editor-info h2 a {
  color: #fafafafa;
  text-decoration: none;
  transition: color 0.3s ease;
}

.editor-info h2 a:hover {
  color: #16a085;
}

.editor-info p {
  font-size: 15px;
  line-height: 1.6;
}

.editor-info strong {
  color: #fafafa;
}

.icon {
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin-right: 6px;
  border-radius: 4px;
}

.editor-profile:hover {
  background-color: #f1f1f1;
  transition: background-color 0.3s ease;
  border-radius: 10px;
}