.pkp_page_index .current_issue h2,
.pkp-sidebar .sidebar-title,
.obj_article_details .main_entry .item .label{
    display: inherit !important;
    border-bottom: 0px !important;
    background: #f2f2f2;
    text-align: center;
    color: #fc5203 !important;
    text-transform: uppercase;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.54);
    padding: 0.5rem;
    letter-spacing: 0.5rem;
    font-family: var(--fontdefault);
}

.pkp-sidebar .sidebar-title {
    letter-spacing: 0.1rem !important;
}

.pkp-sidebar .sidebar-block {
  background: #fff;
  padding: 1rem;
  margin-bottom: 1rem;
}

.pkp-sidebar .sidebar-menu {
  background-color: #fff;
  border-top: 2px solid #e5e5e5;
  border-bottom: 2px solid #e5e5e5;
  margin-bottom: 1.25rem;
}
.pkp-sidebar .sidebar-menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pkp-sidebar .sidebar-menu-list li {
  border-bottom: 1px solid #f0f0f0;
}
.pkp-sidebar .sidebar-menu-list a {
  display: block;
  padding: 0.65rem 1rem;
  font-size: 0.85rem;
  color: #3b3b3b;
  text-decoration: none;
  background-color: #fff;
  transition: color .15s ease, background-color .15s ease;
}
.pkp-sidebar .sidebar-menu-list a:is(:hover, :focus) {
  color: #032690;
  background-color: #f8f9fa;
}
.pkp-sidebar .sidebar-menu-list li:last-child {
  border-bottom: none;
}

/* Tombol submit sidebar */
.pkp-sidebar .sidebar-submit-btn {
  display: block;
  width: 100%;

  background-color: #032690;
  color: #fff;

  border: 1px solid #032690;
  padding: 0.6rem 1rem;

  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;

  text-align: center;
  text-decoration: none;

  transition: background-color .15s ease,
              border-color .15s ease,
              color .15s ease;
}

/* Hover & Focus */
.pkp-sidebar .sidebar-submit-btn:is(:hover, :focus) {
  background-color: #021e73; /* lebih gelap */
  border-color: #021e73;
  color: #fff;
  text-decoration: none;
}

/* Active (klik) */
.pkp-sidebar .sidebar-submit-btn:active {
  background-color: #02175a;
  border-color: #02175a;
}


.obj_article_summary > .title {
  font-size: 1.3rem;
  line-height: 1.43rem;
  font-weight: 700;
  border-bottom: none;
  margin: 0;
}

.obj_article_summary>.title a {
    text-decoration: none;
    color: #032690;
}

.obj_article_summary .meta {
    position: relative;
    padding-top: .357rem;
    font-size: 1.1rem;
    line-height: 1.43rem;
    color: #3b3b3b;
    font-weight: 700;
}

.cmp_manuscript_button, .block_make_submission a, .obj_galley_link {
    font-weight: 700;
    text-transform: uppercase;
    background: #fff;
    border: none;
    display: inline-block;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    background-color: #032690;
    color: #fff;
    border: 1px solid #032690;
    border-radius: 0px;
    text-decoration: none;
    cursor: pointer;
    transition: color .15s ease-in-out,
              background-color .15s ease-in-out,
              border-color .15s ease-in-out,
              box-shadow .15s ease-in-out;
}
.cmp_manuscript_button:is(:hover, :focus),
.block_make_submission a:is(:hover, :focus),
.obj_galley_link:is(:hover, :focus) {
  background-color: #021e73;
  border-color: #021e73;
  color: #fff;
  text-decoration: none;
}

.cmp_manuscript_button:active,
.block_make_submission a:active,
.obj_galley_link:active {
  background-color: #02175a;
  border-color: #02175a;
}

.pkp_page_index .current_issue .read_more {
    font-weight: 700;
    text-transform: uppercase;
    color: darkslategrey;
}


/* Search navigation link */
.pkp_navigation_search_wrapper a {
  font-family: var(--fontdefault);
  font-size: 0.93rem;
  font-weight: 700;
  text-transform: uppercase;

  display: inline-block;
  padding-bottom: 6px;

  color: rgba(0, 0, 0, 0.54);
  background-color: transparent;

  border-bottom: 4px solid transparent;

  transition: color .15s ease-in-out,
              border-color .15s ease-in-out;
}

/* Hover / Focus / Active */
.pkp_navigation_search_wrapper a:is(:hover, :focus, :active) {
  color: #032690;
  border-bottom-color: #032690;
  background-color: transparent;
}

.pkp_head_wrapper,
.has_site_logo .pkp_head_wrapper {
  position: relative;
  padding-top: 0;
  background: #ffffff;
}

.has_site_logo .pkp_site_name, 
.has_site_logo .pkp_navigation_primary_wrapper {
    width: auto;
}

.pkp_site_name {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.pkp_site_name .is_img img {
    max-height: 100% !important;
}
#navigationPrimary a {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  background-color: transparent;
}

#navigationPrimary > li > a {
  padding-bottom: 6px;
  border-bottom: 4px solid transparent;
}

/* Hover, Focus, Active */
#navigationPrimary > li > a:is(:hover, :focus, :active) {
  color: #032690;
  border-color: #032690;
  background-color: transparent;
}

/* Item dengan submenu */
#navigationPrimary > [aria-haspopup] > a:is(:hover, :focus) {
  border-color: transparent;
}

/* Indicator dropdown aktif */
#navigationPrimary [aria-expanded="true"]::before {
  border-bottom-color: #032690;
}
.pkp_navigation_primary .dropdown-menu a {
  background-color: transparent;
}

/* Hover, Focus, Active */
.pkp_navigation_primary .dropdown-menu a:is(:hover, :focus, :active) {
  color: #032690;
  border-color: #032690;
  background-color: transparent;
}

@media (min-width: 992px) {
  /* Menu utama */
    #navigationPrimary > li > a {
    color: rgba(0, 0, 0, 0.54);
    background-color: transparent;
    }

    /* Dropdown */
    #navigationPrimary .dropdown-menu a {
    color: #3b3b3b;
    background-color: transparent;
    }

    /* Hover / Focus / Active dropdown */
    #navigationPrimary .dropdown-menu a:is(:hover, :focus, :active) {
    color: #032690;
    background-color: transparent;
    }

  #navigationPrimary ul {
    background: #fff;
  }

  #navigationPrimary ul a:is(:hover, :focus, :active) {
    border-color: transparent;
    background-color: transparent;
  }
}

.pkp_head_wrapper .pkp_search .search_controls .search_prompt {
  padding-bottom: 10px;
  border-bottom: none;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.54);
  font-weight: 500;
  text-transform: uppercase;
}
.pkp_head_wrapper .pkp_search .search_controls .search_prompt:hover,
.pkp_head_wrapper .pkp_search .search_controls .search_prompt:focus {
  color: #032690;
}
.pkp_head_wrapper .pkp_search .search_controls .search_prompt:before {
  color: #032690;
}
.pkp_head_wrapper .pkp_search .search_controls .search_prompt:before:hover,
.pkp_head_wrapper .pkp_search .search_controls .search_prompt:before:focus {
  color: #032690;
}
.pkp_head_wrapper .pkp_search.is_open {
  min-width: 50%;
}
.pkp_head_wrapper .pkp_search.is_open input[type="text"] {
  border-bottom: none;
  background: #eee;
  border-left: 1px solid #ddd;
}
.pkp_head_wrapper .pkp_search.is_open .search_controls .search_prompt {
  background: #032690;
  color: #fff;
}
.pkp_head_wrapper .pkp_search.is_open .search_controls .search_prompt:hover,
.pkp_head_wrapper .pkp_search.is_open .search_controls .search_prompt:focus {
  border-bottom: transparent;
}
.pkp_head_wrapper .pkp_search.is_open .search_controls .search_prompt:before {
  color: #fff;
}
.pkp_navigation_user_wrapper a {
  font-family: var(--fontdefault);
  font-size: 13px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .pkp_navigation_user_wrapper {
    top: 13px;
    right: 0;
    left: 0;
    width: 100%;
    transform: none;
    padding: 0;
  }
  .pkp_navigation_user_wrapper a {
    color: rgba(0, 0, 0, 0.54);
  }
  .pkp_navigation_user_wrapper ul a:hover,
  .pkp_navigation_user_wrapper ul a:focus {
    border-color: #032690;
  }
}

.pkp_structure_footer_wrapper {
  background: #000;
}

@media (min-width: 768px) {
  .obj_issue_toc .galleys>h2, 
  .obj_issue_toc .section>h2, 
  .obj_issue_toc .galleys>h3, 
  .obj_issue_toc .section>h3 {
    display: inline-block;
    position: relative;
    margin-top: 0;
    padding: 0 4rem;
    background: #f2f2f2;
    font-size: 1.143rem;
    font-weight: 700;
    line-height: 2.143rem;
    color: rgba(0,0,0,0.70);
    font-family: var(--fontdefault);
  }
}
