@import url(https://fonts.googleapis.com/css?family=Noto+Serif:400,300);

/* =========================================
   1. MENU NAVIGASI (Bawaan)
   ========================================= */
#cssmenu {
  position: relative;
  margin: 0;
  font-family: 'Noto Serif';
  line-height: 1;
  width: 250px;
}
.align-right {
  float: right;
}
#cssmenu ul {
  margin: 0; padding: 0; list-style: none; display: block;
}
#cssmenu ul li {
  position: relative; margin: 0; padding: 0;
}
#cssmenu ul li a {
  text-decoration: none; cursor: pointer;
}
#cssmenu > ul > li > a {
  color: #dddddd; 
  text-transform: uppercase;
  display: block;
  padding: 20px;
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  background: #236291;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 300;
  transition: all 0.25s ease-in;
}
#cssmenu > ul > li:first-child > a {
  border-top-left-radius: 3px; border-top-right-radius: 3px;
}
#cssmenu > ul > li:last-child > a {
  border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; border-bottom: 1px solid #000000;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.open > a,
#cssmenu > ul > li.active > a {
  background: #2f318b; color: #ffffff;
}

/* =========================================
   2. CUSTOM TABEL / SIDEBAR
   ========================================= */
.hoverTable {
  width:100%;
  border-collapse:collapse; 
}
.hoverTable th {
  height:30px; background: #ffffff; color:#102566;
}
.hoverTable td { 
  height:30px; padding-top:3px; vertical-align:middle; 
  border-bottom:1px solid #ffffff;
  text-align:center;
}
.hoverTable td a {
  width:100%; display:block;
}
.hoverTable tr {
  background: #102566; color:#ffffff;
  transition: background-color 0.2s ease;
}
.hoverTable tr:hover {
  background-color: #e65c00; 
}
.hoverTable a {
  color:#ffffff; text-decoration: none;
}
.hoverTable a:hover {
  color:#ffffff;
}

/* =========================================
   3. TAMPILAN ARTIKEL (Desain Card Modern)
   ========================================= */
.obj_article_summary {
    background: #ffffff;
    padding: 20px !important;
    margin-bottom: 20px;
    border-radius: 8px;
    border-left: 4px solid #102566 !important; /* Warna aksen Biru */
    border-bottom: 1px solid #eaeaea !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    font-size: 14.5px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.obj_article_summary:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0,0,0,0.08);
}
.obj_article_summary .title a {
    color: #102566 !important; 
    font-weight: bold;
    font-size: 18px;
    text-decoration: none;
    transition: color 0.2s ease;
}
.obj_article_summary .title a:hover {
    color: #e65c00 !important; 
}
.obj_article_details .abstract {
    text-align: justify;
    font-family: 'Segoe UI', Tahoma, Geneva, sans-serif;
    line-height: 1.7;
    color: #444;
}

/* =========================================
   4. PENGATURAN HEADER & BANNER FULL WIDTH
   ========================================= */
.pkp_structure_page {
    margin-top: 0px;
    margin-bottom: 0px;
}
/* Menghapus padding bawaan di kotak header */
.pkp_head_wrapper {
    padding: 0 !important;
}
.pkp_site_name_wrapper {
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
}
.pkp_site_name {
    padding: 0 !important;
    margin: 0 !important;
    display: block !important;
}
.pkp_site_name > a {
    padding: 0 !important;
    margin: 0 !important;
    display: block !important;
    width: 100% !important;
}
/* Memaksa gambar melebar 100% menutupi ruang kosong */
.pkp_site_name .is_img img {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important; 
    max-height: none !important;
    margin: 0 !important;
    padding: 0 !important;
    object-fit: cover; 
}
/* Memastikan menu navigasi tidak mepet ke ujung layar setelah header di-full-kan */
.pkp_navigation_primary_wrapper {
    padding-left: 15px;
    padding-right: 15px;
}

/* =========================================
   5. MENGHILANGKAN FOOTER OJS (SOLUSI FINAL)
   ========================================= */
.pkp_brand_footer, 
.cmp_brand {
    display: none !important;
    opacity: 0;
    height: 0;
    overflow: hidden;
}

/* =========================================
   6. CUSTOM FOOTER (2 KOLOM SIMPEL)
   ========================================= */
.iab-footer-wrap {
    background-color: #102566;
    color: #d9e2ec;
    font-family: 'Segoe UI', Tahoma, Geneva, sans-serif;
    font-size: 14px;
    line-height: 1.6;
    border-top: 5px solid #e65c00;
    margin: 0;
    padding: 0;
}
.iab-footer-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 950px; 
    margin: 0 auto;
    padding: 35px 20px;
    gap: 30px;
}
.iab-footer-col-left, .iab-footer-col-right {
    flex: 1;
    min-width: 300px;
}
.iab-footer-col-right {
    text-align: right; 
}
.iab-footer-wrap h4 {
    color: #ffffff;
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 12px;
    border-bottom: 2px solid #e65c00;
    display: inline-block;
    padding-bottom: 4px;
}
.iab-footer-col-left h4 {
    border-bottom: none;
    font-size: 19px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.iab-footer-col-left h4 span {
    color: #e65c00;
}
.iab-footer-wrap a {
    color: #e65c00;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s ease;
}
.iab-footer-wrap a:hover {
    color: #ffffff;
}
.iab-footer-wrap p {
    margin-bottom: 8px;
}
.iab-footer-copy {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding: 15px;
    text-align: center;
    font-size: 12.5px;
    color: #a0aec0;
}
.iab-footer-copy a {
    color: #a0aec0;
    font-weight: normal;
    text-decoration: underline;
}

/* Penyesuaian untuk tampilan HP (Mobile) */
@media (max-width: 768px) {
    .iab-footer-col-right {
        text-align: left;
    }
}
/* =========================================
   8. CUSTOM BACKGROUND
   ========================================= */
body {
    background-image: url('https://jurnal.usahidsolo.ac.id/public/site/images/admin/BG%20AB2.png'); 
    background-repeat: repeat; /* Membuat gambar berulang seperti ubin */
    background-attachment: fixed; /* Agar background diam tidak ikut ter-scroll ke bawah */
    background-color: #f4f4f4; /* Warna dasar cadangan jika gambar gagal dimuat */
}

.pkp_structure_page {
    background-color: #ffffff;
    max-width: 1200px; /* Lebar area konten tengah */
    margin: 0 auto; /* Membuat konten selalu di tengah layar */
    box-shadow: 0 0 20px rgba(0,0,0,0.15); /* Memberikan efek bayangan elegan di pinggiran kertas */
	
/* =========================================
   9. STATISTIK ARTIKEL (GAYA MANUSCRIPT)
   ========================================= */
.iab-article-stats {
    display: flex;
    justify-content: flex-start;
    gap: 25px;
    margin-top: 10px;
    padding-top: 8px;
    border-top: 1px solid #eeeeee;
    font-size: 12px;
    color: #555555;
    font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.iab-article-stats span {
    display: flex;
    align-items: center;
    gap: 6px;
}
.iab-article-stats i {
    color: #007ab2; /* Warna biru khas tema Manuscript */
}

/* =========================================
   10. CUSTOM ABOUT THE JOURNAL (JEBISKWU)
   ========================================= */
.jebiskwu-about-wrapper {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #333;
    line-height: 1.6;
}

/* Base Card Style */
.jebiskwu-about-card {
    background: #ffffff;
    border-radius: 8px;
    padding: 25px;
    margin-bottom: 25px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    border: 1px solid #eaeaea;
}

/* === KARTU 1: DESKRIPSI === */
.description-card {
    border-left: 5px solid #102566; /* Aksen Biru */
}
.jebiskwu-focus-list {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin: 20px 0;
}
.jebiskwu-focus-list li {
    background: #f4f6f9;
    color: #102566;
    padding: 8px 15px 8px 35px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 14px;
    position: relative;
    border: 1px solid #e1e7f0;
}
/* Membuat ikon centang (Aman dari error OJS) */
.jebiskwu-focus-list li::before {
    content: "\2713";
    color: #fff;
    background: #e65c00;
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
}
.jebiskwu-language-note {
    font-style: italic;
    color: #666;
    border-top: 1px dashed #ccc;
    padding-top: 15px;
    margin-bottom: 0;
}

/* === KARTU 2: APC (BIAYA) === */
.apc-card {
    border-left: 5px solid #e65c00; /* Aksen Oranye */
    background: #fffcf9;
}
.apc-card h3 {
    color: #e65c00;
    margin-top: 0;
    border-bottom: 2px solid #ffe6d5;
    padding-bottom: 10px;
    font-size: 20px;
}
.apc-price {
    font-size: 28px;
    font-weight: bold;
    color: #d35400;
    margin: 15px 0;
    text-align: center;
    background: #ffe6d5;
    padding: 10px;
    border-radius: 6px;
    letter-spacing: 1px;
}
.apc-bank-box {
    background: #ffffff;
    border: 2px dashed #102566;
    padding: 15px;
    border-radius: 6px;
    margin-top: 10px;
}
.bank-name {
    font-weight: bold;
    color: #333;
}
.account-number {
    font-size: 18px;
    font-weight: bold;
    color: #102566;
}
.account-name {
    font-size: 13px;
    color: #666;
}