body {
  font-family: tahoma, geneva, sans-serif, arial;
}

a {
  color: darkgreen;
}

.vertical-menu {
  width: 100%;
}

.vertical-menu a {
    background-color: #9ACD32; /* Lighter green */
    color: black;
    display: block; /* Ensures each link appears on a new line */
    padding: 12px;
    text-decoration: none;
    font-family: arial;
    border-bottom: 1px solid #8B7500; /* Optional: Adds a border between items */
}

.vertical-menu a:hover {
  background-color: #556b2f; /* Darker green */
  color: white;
}

.vertical-menu a.active {
    background-color: #8B7500; /* Golden shade */
    color: white;
}

.obj_article_details .abstract {
  text-align: justify;
}

.pkp_footer_content {
  float: left;
  width: 70%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.pkp_brand_footer {
  float: right;
  width: 20%;
  padding-bottom: 10px;
  padding-top: 50px;
  display: none;
}

/*.pkp_brand_footer{*/
/*    display: none;*/
/*}*/

.pkp_structure_footer_wrapper {
  background: #8b7500; /* Golden shade */
  border-bottom: #556b2f; /* Darker green */
}

.pkp_structure_head {
  background-color: #556b2f;
  border-bottom: 1px solid #8b7500;
}

.pkp_structure_sidebar.left {
  background-color: #9acd32; /* Lighter green */
}

.pkp_structure_page {
  margin: 0 auto;
  max-width: 1160px;
  background: rgba(255, 215, 0, 0.1); /* Light gold background */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.obj_article_details .page_title {
  box-shadow: 3px 3px 5px;
  padding: 10px;
  border-radius: 5px;
  background-color: #ffd700; /* Gold */
}

.obj_article_summary > .title {
  font-family: "Noto Sans", serif;
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
  border-bottom: none;
  margin: 0;
}

a.read_more {
  margin-top: 21px;
}

.meta .authors {
  background: url(https://ejurnal.unikarta.ac.id/public/journals/12/icon-group.png)
    1px 2px no-repeat rgba(0, 0, 0, 0);
  font-weight: bold;
  margin-top: 4px;
  padding-bottom: 5px;
  padding-left: 30px;
}

.pkp_navigation_primary_row {
  background-color: #9acd32; /* Lighter green */
  color: black;
}

.pkp_structure_sidebar.left .title {
  background-color: #556b2f;
  margin: auto;
  text-align: center;
  width: 100%;
  height: 40px;
  padding: 10px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  margin-bottom: 10px;
  color: white;
}

section.homepage_about {
  padding: 20px;
  font-size: 1.03em;
  color: rgb(8, 1, 1);
  background: rgba(255, 215, 0, 0.4); /* Transparent gold */
  margin-top: 21px;
  text-align: justify;
}

section.homepage_about h2 {
  color: #556b2f;
  text-shadow: 2px 1px #8b7500;
}

.obj_issue_toc .articles > li {
  margin-bottom: 20px;
  border-bottom: solid #9acd32;
  padding: 1rem;
  border-radius: 0rem 0rem 2rem 0rem;
  box-shadow: 0.2rem 0.2rem 0.1rem #556b2f;
  background-color: #fff;
}

.cmp_article_list.articles li:hover {
  background-color: khaki;
}
