/* =======================
   === Vertical Menu ===
======================= */
.vertical-menu {
  width: 100%;
}

.vertical-menu a {
  background-color: #fffacd; /* kuning muda */
  color: #333;
  display: block;
  padding: 12px;
  text-decoration: none;
  font-family: Arial, sans-serif;
  border-bottom: 1px solid #eee;
}

.vertical-menu a:hover {
  background-color: #f0e68c; /* khaki */
  color: black;
}

.vertical-menu a.active {
  background-color: #ffd600; /* kuning cerah */
  color: black;
}


/* =======================
   === Umum / Global ===
======================= */
body {
  font-family: Tahoma, Geneva, sans-serif, Arial;
  background-color: #fffdeb; /* kuning sangat muda */
  color: #333;
}

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


/* =======================
   === Footer ===
======================= */
.pkp_footer_content {
  float: left;
  width: 70%;
  padding: 10px 0;
  background-color: #ffd600;
}

.pkp_brand_footer {
  float: right;
  width: 20%;
  padding: 50px 0 10px;
  background-color: #ffd600;
}

.pkp_structure_footer_wrapper {
  background: #fffacd;
  border-top: 2px solid #ffd600;
  border-bottom: 4px double #f0e68c;
}


/* =======================
   === Header ===
======================= */
.pkp_site_name .is_img img {
  display: inline-block;
  max-height: 100px;
  max-width: 100%;
  width: auto;
  height: auto;
}

.pkp_site_name_wrapper {
  background: #FFFF00;
}


/* =======================
   === Sidebar ===
======================= */
.pkp_structure_sidebar.left {
  background-color: #fffdeb;
}

.pkp_structure_sidebar.left .title {
  background-color: #ffd600;
  color: #333;
  text-align: center;
  width: 100%;
  height: 40px;
  padding: 10px;
  border-radius: 10px 10px 0 0;
  margin-bottom: 10px;
}


/* =======================
   === Artikel & Judul ===
======================= */
.obj_article_details .page_title {
  box-shadow: 2px 2px 5px #ccc;
  padding: 10px;
  border-radius: 5px;
  background-color: #fffacd;
  color: #000;
}

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


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


/* =======================
   === Halaman Depan ===
======================= */
section.homepage_about {
  padding: 20px;
  font-size: 1.03em;
  color: #333;
  background: rgba(255, 250, 205, 0.7); /* lemon chiffon transparan */
  margin-top: 21px;
  text-align: justify;
  border: 1px solid #f0e68c;
  border-radius: 10px;
}

section.homepage_about h2 {
  color: #333;
  text-shadow: 1px 1px #ffd600;
}


/* =======================
   === Artikel List ===
======================= */
.obj_issue_toc .articles > li {
  margin-bottom: 20px;
  border-bottom: solid #f0e68c;
  padding: 1rem;
  border-radius: 0 0 2rem 0;
  box-shadow: 0.2rem 0.2rem 0.1rem #ffd600;
  background-color: #fffdeb;
}

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


/* =======================
   === Editorial Team ===
======================= */
.editorial-list {
  position: relative;
}

.editorial-list li {
  margin-bottom: 1.125rem;
}

.editorial-list .img-profile {
  position: absolute;
  width: 95px;
  height: 105px;
  border: 1px solid #ddd;
  padding: 0.5rem;
  background-color: #fffacd;
}

.editorial-list .img-profile .imgthumb {
  width: 80px;
  height: 90px;
  overflow: hidden;
  margin: 0 auto;
  object-fit: fill;
}

.editorial-list .img-profile img {
  width: 100%;
  height: 100%;
}

.team-content {
  margin-left: 100px;
  min-height: 130px;
}

.team-content .ico-label,
.team-aff ul li .ico-label {
  width: 18px;
  height: 18px;
  margin-right: 0.5rem;
}

.team-aff ul li {
  margin-bottom: 0;
}

.team-aff ul li .tm_label {
  display: inline-block;
  width: 80px;
}


/* =======================
   === Halaman Index ===
======================= */
.pkp_page_index.pkp_op_index {
  background: url(https://ejurnal.unikarta.ac.id/public/journals/2/noisy-grid.png);
}

.pkp_navigation_primary_row {
  background-color: #fffacd;
  color: #333;
  border-bottom: 2px solid #ffd600;
}

a.read_more {
  margin-top: 21px;
  background-color: #ffd600;
  color: #000;
  padding: 6px 12px;
  display: inline-block;
  text-decoration: none;
  border-radius: 5px;
}

a.read_more:hover {
  background-color: #f0e68c;
}
