html,
body {
  background-image: url("https://jurnalpustaka.com/public/motif.jpg");
}

.pkp_structure_content {
  background: #ffff;
}

.pkp_site_name {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.pkp_site_name > a {
  padding-top: 0;
  padding-bottom: 0;
}
.pkp_site_name .is_img img {
  max-height: 200px !important;
}
.pkp_site_name_wrapper {
  padding-left: 0;
  padding-right: 0;
}
.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;
}

/* Judul artikel di detail */
.page_title {
  color: #0264ae;
}

/* nama penulis pada detail */
.name {
  color: #0264ae;
}

.pkp_block .title {
  display: block;
  padding: 10px;
  text-align: left;
  background-color: #0264ae;
  color: white;
  font-weight: bold;
}

/* rata kiri kanan abstract */
.obj_article_details .abstract {
  text-align: justify;
}

/* untuk daftar artikel */
a {
  color: #0264ae;
}

a:hover {
  color: #ff9200;
}

.cmp_button_wire,
.obj_galley_link {
  background: #0264ae;
  border: 1px solid #0264ae;
  color: #fff;
}

.obj_article_summary {
  border: 1px solid #0264ae;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 3px 3px #0264ae;
}

/* header */
.pkp_site_name {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.pkp_site_name > a {
  padding-top: 0;
  padding-bottom: 0;
}

.pkp_site_name .is_img img {
  max-height: 200px !important;
}

.pkp_site_name_wrapper {
  padding-left: 0;
  padding-right: 0;
}

.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;
}

/* Menu Side Bar  Menu Head*/

.head-menu {
  border-bottom: 3px #0264ae solid;
  height: 50px;
}

.head-menu a {
  display: block;
  padding: 10px;
  text-align: left;
  background-color: #0264ae;
  color: white;
  font-weight: bold;
}

.menu-sidebar {
  font:
    bold 12px arial,
    verdana,
    sans-serif;
}

.menu-sidebar li a {
  text-decoration: none;
  border-top: 1px solid #0264ae; /* Warna garis atas */
  border-right: 1px solid #0264ae; /* Warna garis kanan */
  border-bottom: 1px solid #0264ae; /* Warna garis bawah */
  border-left: 1px solid #0264ae; /* Warna garis kiri */
  color: #0264ae;
  display: block;
  background-color: #f8f8f8;
  padding: 10px;
  margin-top: -5px;
  transition: 0.3s;
}

.menu-sidebar li a:hover {
  background-color: #0264ae;
  box-shadow: gray 2px 2px 2px;
  color: white;
  border-left: 5px solid #ff9200;
  border-bottom: 5px solid #ff9200;
}

.menu-sidebar ul {
  list-style: none;
  padding: 0px;
}

.menu-sidebar ul ul {
  position: absolute;
  top: 75px;
  left: 135px;
  visibility: hidden;
}

.menu-sidebar ul li:hover ul {
  visibility: visible;
}

.badan a {
  display: block;
  padding: 10px;
  border-bottom: 1px solid white;
  background: #f8f8f8;
  text-align: center;
  transition: 0.5s;
  color: black;
}

.badan {
  margin-top: -15px;
}

.badan a:hover {
  color: black !important;
  font-weight: bold;
  box-shadow: gray 0px 5px 10px 0px;
  display: fixed;
  position: relative;
}

/* most read */
.most_read_article {
  padding: 10px; /* Menambahkan padding di sekitar setiap artikel */
  margin-bottom: 10px; /* Memberikan jarak antar artikel */
  border: 1px solid #0264ae; /* Garis di sekeliling setiap artikel */
  background-color: #f8f8f8; /* Warna latar belakang artikel */
  transition: background-color 0.3s; /* Menambahkan transisi saat hover */
}

.most_read_article:hover {
  background-color: #e6e6e6; /* Mengubah warna latar belakang saat di-hover */
}

.most_read_article_title a {
  color: #0264ae; /* Warna teks link */
  text-decoration: none; /* Menghilangkan garis bawah pada link */
}

.most_read_article_journal {
  color: #0264ae; /* Warna teks untuk views (jumlah tampilan) */
  font-size: 0.9em; /* Ukuran teks yang lebih kecil untuk views */
}

.most_read_article_journal .fa-eye {
  margin-right: 5px; /* Jarak antara ikon mata dan teks */
}

h2 {
  color: #0264ae; /* Mengubah warna teks menjadi biru */
}
/* Wrapper */
.quick-menu-pro {
  border: 1px solid #d7e2e6;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}

/* Title */
.quick-menu-pro .qmp-title {
  padding: 12px 14px;
  font-weight: 800;
  font-size: 15px;
  color: #0b4c5f;
  border-bottom: 1px solid #e6eef2;
}

/* Item */
.quick-menu-pro .qmp-item {
  display: flex;
  align-items: center;
  gap: 8px; /* jarak ikon-teks */
  padding: 8px 12px; /* tinggi tombol */
  margin: 4px 10px; /* JARAK ANTAR ITEM (RAPAT) */
  border: 1px solid #0b4c5f;
  border-left-width: 5px;
  border-radius: 7px;
  background: #ffffff;
  color: #0b4c5f;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.25s ease;
}

/* Hover */
.quick-menu-pro .qmp-item:hover {
  background: #0b4c5f;
  color: #ffffff;
  box-shadow: 0 6px 14px rgba(11, 76, 95, 0.18);
}

/* Active */
.quick-menu-pro .qmp-item.is-active {
  background: #f6c342;
  color: #083846;
}

/* Icon */
.quick-menu-pro .qmp-ico {
  font-size: 11px;
  opacity: 0.9;
}
.article-template-box .atb-image {
  padding: 10px;
  text-align: center;
}

.article-template-box .atb-image img {
  max-width: 120px; /* ukuran aman sidebar */
  width: 100%;
  height: auto;
  display: inline-block;
  border-radius: 6px;
  border: 1px solid #e1eaee;
}
/* Kotak informasi jurnal (seperti di screenshot) */
.journal-info-box {
  border: 3px dashed #1e73be;
  padding: 18px 20px;
  margin: 18px 0;
  background: #fff;
}

/* 1 baris = 3 kolom (label : value) */
.journal-info-row {
  display: grid;
  grid-template-columns: 170px 18px 1fr;
  gap: 8px;
  padding: 4px 0;
  line-height: 1.5;
}

.journal-info-label {
  font-weight: 700;
  color: #222;
}

.journal-info-sep {
  font-weight: 700;
  color: #222;
  text-align: center;
}

.journal-info-value {
  color: #222;
}

/* Responsive biar rapi di HP */
@media (max-width: 768px) {
  .journal-info-row {
    grid-template-columns: 140px 14px 1fr;
  }
}
