html, body {
  margin: 0;
  padding: 0;
}

/* =============================== */
/* HEADER - Gambar Full Width */
/* =============================== */
.pkp_structure_head {
  background-color: rgba(0,0,0,0) !important;
  border-bottom: 1px solid #ddd;
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
}

.pkp_site_name {
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
}

.pkp_site_name > a {
  padding: 0 !important;
  margin: 0 !important;
  display: block !important;
  width: 100% !important;
  line-height: 0 !important;
}

.pkp_site_name .is_img img {
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
  max-width: 100% !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
}

.pkp_site_name_wrapper {
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
}

.pkp_navigation_user_wrapper {
  top: 0;
  right: 0;
  padding-right: 30px;
}

.pkp_structure_page {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
  padding-bottom: 20px !important;
}

/* =============================== */
/* HALAMAN DETAIL ARTIKEL */
/* =============================== */
.page_title {
  /* Judul artikel di detail */
}

.name {
  color: #000000;
}

.obj_article_details .abstract {
  text-align: justify;
}

/* =============================== */
/* DAFTAR ARTIKEL */
/* =============================== */
a {
  color: #1E6292;
}

a:hover {
  color: #093282;
}

/* =============================== */
/* TAMPILAN ARTIKEL MANUSCRIPT */
/* =============================== */

/* Container Artikel */
.manuscript-article {
    padding: 8px 0 !important;
    margin: 0 !important;
    border-bottom: 1px solid #eaeaea !important;
    background: transparent !important;
    transition: background-color 0.2s ease;
}

.manuscript-article:hover {
    background-color: #fcfcfc !important;
}

/* Layout Flex */
.article-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    flex-wrap: wrap;
}

.article-main {
    flex: 1;
    min-width: 0;
}

/* Judul: Font Serif, warna #093282 */
.article-title h2, 
.article-title h3 {
    font-family: 'Merriweather', 'Georgia', 'Times New Roman', serif !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #093282 !important;
}

.article-title a {
    color: #093282 !important;
    text-decoration: none !important;
    transition: color 0.2s ease;
}

.article-title a:hover {
    color: #1E6292 !important;
    text-decoration: none !important;
}

/* Author */
.article-authors {
    font-family: 'Open Sans', 'Helvetica', Arial, sans-serif !important;
    font-size: 13px !important;
    color: #555 !important;
    font-style: italic;
    margin-top: 6px !important;
    line-height: 1.4 !important;
}

/* Bagian Kanan (Pages & PDF) */
.article-side {
    text-align: right;
    flex-shrink: 0;
    min-width: 110px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

/* Pages */
.article-pages {
    font-family: 'Open Sans', 'Helvetica', Arial, sans-serif !important;
    font-size: 13px !important;
    line-height: 1.4 !important;
    color: #666 !important;
    font-weight: 400 !important;
    margin: 0 !important;
    padding: 3px 0 0 0 !important;
    white-space: nowrap;
}

/* List PDF */
.article-pdf-list {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.article-pdf-list li {
    display: inline-block !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Tombol PDF: DIKECILKAN VERTIKAL (atas-bawah) */
.article-pdf-list a,
.obj_article_summary .obj_galley_link {
    display: inline-block !important;
    background-color: #093282 !important;
    color: #ffffff !important;
    padding: 2px 10px !important; /* DIUBAH: 5px→2px (atas-bawah), 14px→10px (kiri-kanan) */
    border-radius: 3px !important;
    font-family: 'Open Sans', Arial, sans-serif !important;
    font-size: 11px !important; /* DIKECILKAN: 12px→11px */
    font-weight: 600 !important;
    line-height: 1.6 !important; /* DIUBAH: agar proporsional */
    text-decoration: none !important;
    transition: all 0.2s ease !important;
    box-shadow: 0 2px 4px rgba(9, 50, 130, 0.2);
    margin-top: 8px !important;
    height: auto !important;
}

.article-pdf-list a:hover,
.obj_article_summary .obj_galley_link:hover {
    background-color: #1E6292 !important;
    color: #ffffff !important;
    text-decoration: none !important;
    box-shadow: 0 4px 8px rgba(30, 98, 146, 0.3);
    transform: translateY(-1px);
}

/* =============================== */
/* MENU SIDEBAR & MENU HEAD */
/* =============================== */
.head-menu {
  border-bottom: 3px #093282 solid;
  height: 50px;
}

.head-menu a {
  display: block;
  padding: 10px;
  text-align: left;
  background-color: #093282;
  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 #ffffff;
  color: #000000;
  display: block;
  background-color: #093282;
  padding: 10px;
  margin-top: -5px;
  transition: 0.3s;
}

.menu-sidebar li a:hover {
  background-color: #093282;
  box-shadow: gray 2px 2px 2px;
  color: white;
  border-left: 5px solid #92B063;
  border-bottom: 5px solid #92B063;
}

.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;
}

/* =============================== */
/* MENU LAIN */
/* =============================== */
.kepala {
  color: #ffffff;
  background: #075C07;
  padding: 10px;
  font-family: arial;
  line-height: 23px;
  border-bottom: 4px solid white;
  font-weight: bold;
  text-align: center;
}

.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;
}

/* =============================== */
/* FOOTER */
/* =============================== */
.pkp_footer_content {
  float: left;
  width: 70%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.pkp_brand_footer {
  float: right;
  width: 30%;
  padding-top: 10px;
  padding-bottom: 10px;
}