.pkp_brand_footer {
  display: none;
}

.pkp_site_name {
  display: flex;
  position: static;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.pkp_site_name > a {
  padding-top: 0;
  padding-bottom: -100px;
}
.pkp_site_name .is_img {
  display: flex;
  margin-top: 0;
  margin-bottom: 0;
}
.pkp_site_name .is_img img {
  display: flex;
  max-height: 80px !important;
}
.pkp_site_name_wrapper {
  display: flex;
  padding-left: 20px;
  padding-right: 20px;
}
.pkp_navigation_user_wrapper {
  top: 0;
  right: 0;
  padding-right: 30px;
}
.pkp_structure_page {
  margin-top: 20px !important;
  margin-bottom: 20 !important;
  padding-bottom: 20 !important;
}

table {
  border: 1px;
  border-collapse: collapse;
  width: 100%;
}

th,
td {
  text-align: left;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: #f2f2f2;
}

/* Container */
.menu-samping {
  display: flex;
  flex-direction: column;
}

/* Item menu */
.menu-samping a {
  display: block;
  padding: 10px 13px;
  background: #ffffff;
  text-decoration: none;
  color: #1a2a44;
  font-size: 14px;
  font-weight: 600;
  border-bottom: 1px solid #e5e7eb;
  transition: all 0.25s ease;
  position: relative;
  overflow: hidden;
}

/* Hilangkan border terakhir */
.sidebar-menu a:last-child {
  border-bottom: none;
}

/* Efek hover elegan */
.menu-samping a:hover {
  background: #6f2c30;
  color: #fff;
  padding-left: 22px;
}

/* Garis aksen kiri (premium feel) */
.menu-samping a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: #c6a506;
  opacity: 0;
  transition: 0.25s;
}

.menu-samping a:hover::before {
  opacity: 1;
}

#navigationPrimary a:hover,
#navigationPrimary a:focus {
  color: #0000008a;
}

.pkp_block .title, .pkp_page_index .current_issue h2, .obj_issue_toc .section h2, .obj_article_details .main_entry .label,  {
border-bottom: 3px solid #6f2c30 !important;
}

#navigationPrimary>li>a {
    padding: 7px 14px;
    border-bottom-width: 4px;
}

#navigationPrimary>li>a:hover, #navigationPrimary>li>a:focus {
    border-color: #fff;
    background: #6f2c30;
    color: white;
}

.pkp_nav_list ul a:hover, .pkp_nav_list ul a:focus {
        outline: 0;
        background: #6f2c30;
        border-color: #4b7d92;
        color: #ffffff !important;
    }