.pkp_site_name {
	text-align:center
}
.pkp_site_name .is_img img{
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin-top:5px;
	margin-bottom:0px;
}

.pkp_page_index .journals > ul > li{
	display: block;
	width: 100%;
	padding:0;
	text-align:center;
	box-shadow:none;
	border: none;
}

@media only screen and (min-width:768px){
.pkp_page_index .journals > ul > li{
	display:flex;
	text-align:center;
	float:left;
	flex-direction: column;
	margin-bottom: 30px;
	width: calc(50% - 7.5px);
	padding: 15px;
	box-shadow: 0 .3rem 1.525rem -.375rem rgba(0, 0, 0, .15);
	margin:auto auto 15px auto;
	border-radius:5px;
	transition: all .3s ease-in-out;
	width:275px; /*lebar kotak*/
	height:500px;  /*tinggi kotak*/
	margin-left:5px;
	margin-right:5px
	}
}
/*lebar ukuran*/
@media (min-width: 992px) {
    .pkp_structure_content {
        padding-top:2.143rem;
        width:100%;
    }
}

@media (min-width: 992px) {
	.pkp_structure_main:first-child:last-child {
		float:none;
		margin-left: auto;
		margin-right: auto;
		margin-top: 2.857rem;
		width:1200px
    }

    
	
	.pkp_structure_main:first-child:last-child:before {
		left: 150px
    }

	.pkp_structure_main:first-child:last-child:after {
		left: auto;
		right: 150px
    }
}

@media only screen and (min-width:768px){
.pkp_page_index .journals > ul > li:nth-of-type(odd){
	width:275px; /*lebar kotak*/
	height:500px;  /*tinggi kotak*/
}
}
.pkp_page_index .journals > ul > li:hover{
	box-shadow: none;
}
@media only screen and (min-width:768px){
.pkp_page_index .journals > ul > li:hover{
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, .15);
    }
}
.pkp_page_index .journals > ul > li:hover img{
	-webkit-filter: grayscale(90%);
	filter: grayscale(90%);
	margin-top:-3px;
}
.pkp_page_index .journals > ul > li::before, .pkp_page_index .journals > ul > li::after{
	display:none;
}
.pkp_page_index .journals .description{
	display: block;
    max-height: 105px; /*tinggi deskripsi*/
	overflow: hidden;
	text-overflow: ellipsis;
}
.pkp_page_index .journals .description p{
    margin:0;
    line-height:1.25;
	text-align:justify;
	
}
.pkp_page_index .journals .thumb{
	float:none;
	margin-left:auto;
	margin-right:auto;
	padding: 0;
	text-align:center;
}
@media only screen and (min-width:768px){
	.pkp_page_index .journals .thumb{
		flex: 15%;
		float: left;
		display: inline-block;
		width:150px; /*lebar gambar*/
	}
}
.pkp_page_index .journals .body{
	flex: 100%;
	float: none;
}
@media only screen and (min-width:768px){
	.pkp_page_index .journals .body{
		flex: 75%;
	}
}
.pkp_page_index .journals .thumb + .body{
	width:auto;
	float: none;
	margin-top:10px
}


.pkp_page_index .journals img{
	border-radius:5px;
	box-shadow: 0 .3rem 1.525rem -.375rem rgba(0, 0, 0, .15);
	transition: all .3s ease-in-out;
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
	height:150px; /*tinggi gambar*/
}

.pkp_page_index .journals h3{
	margin-top: 15px;
	margin-bottom: 15px;
	font-size:14px;
	line-height: 1.25;
	font-family: "Menlo",Monaco,Consolas, Courier New,monospace;
	    text-align: left;
	font-weight:normal;
}

.pkp_page_index .journals .body h3 a{
	color:#0090d7;
	transition: all .3s ease-in-out;

}
.pkp_page_index .journals .body h3 a:hover{
	color:#2b7822
}
.pkp_page_index .journals .links li{
    margin:15px auto;
}
.pkp_page_index .journals .links li a{
	padding:5px 10px;
	border-radius: 1px;
	background:#0090d7;
	color:#fff;
	text-decoration:none;
	transition: all .3s ease-in-out;
	box-shadow: 0 .3rem 1.525rem -.375rem #0090d78a;
	font-size:12px;
}
.pkp_page_index .journals .links li a:hover{
	background:#2e7a25;
	box-shadow:none;
}
.pkp_page_index .journals .links li a:after{
	content: "\f101";
	font-family: FontAwesome;
	visibility: hidden;
	margin-left:-10px;
	transition: all .3s ease-in-out;
	opacity: 0;
}
.pkp_page_index .journals .links li a:hover:after{
	visibility: visible;
	margin-left: 5px;
	opacity: 1;
}
.pkp_brand_footer {   
	padding:0px
}

.pkp_brand_footer img{
	display:none;
}
    .pkp_navigation_user.pkp_navigation_user {
		margin: 0;
		padding:2px;
		border: none;
    }
.has_thumb { 
	width: 100px; /* Ganti nilai 200px sesuai dengan lebar yang Anda inginkan */
}


/* =========================================
   SIDEBAR ULTRA SLIM - iOS 18 Obsidian
   Optimized for Scopus Reputated Journal
   ========================================= */

/* Load Material Icons Font */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v142/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2) format('woff2');
}

.material-icons-ojs {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 16px; /* Diperkecil agar slim */
  line-height: 1;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
}

/* KONTENER UTAMA SEMUA BLOK (Main Menu, Template, Visitors, Indexing) */
.glass-sidebar-compact, 
.glass-sidebar-template, 
.glass-sidebar-visitors, 
.glass-sidebar-indexing {
    background: rgba(255, 255, 255, 0.4) !important;
    border-radius: 12px;
    padding: 6px !important;
    margin-bottom: 6px !important; /* Jarak antar blok sangat rapat */
    border: 0.5px solid rgba(255, 255, 255, 0.7);
    margin-top: 0 !important; /* Paksa nempel ke atas */
}

/* HEADER MAGENTA (KAPSUL) */
.glass-header-compact {
    background: #794746 !important;
    color: #ffffff !important;
    padding: 4px 8px !important;
    border-radius: 8px;
    text-align: center;
    font-weight: 800;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 0 !important;
    margin-bottom: 4px !important; /* Jarak sangat rapat ke box putih */
}

/* ITEM MENU (MAIN MENU) */
.glass-item-compact {
    display: flex;
    align-items: center;
    background: #ffffff !important;
    color: #333 !important;
    text-decoration: none !important;
    padding: 3px 8px !important; /* Sangat tipis */
    margin-bottom: 3px !important; /* Jarak antar baris menu sangat rapat */
    border-radius: 8px;
    font-size: 10.5px;
    font-weight: 600;
    transition: all 0.2s ease;
    border: 1px solid #f2f2f2;
}

.glass-icon-box-compact {
    background: #fdf0f7;
    color: #794746;
    width: 24px; /* Ikon diperkecil */
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    margin-right: 8px;
    flex-shrink: 0;
}

/* BOX PUTIH UNTUK TEMPLATE, VISITORS, INDEXING */
.visitor-widget-box, 
.indexing-grid, 
.template-button-clean {
    background: #ffffff !important;
    padding: 6px !important;
    border-radius: 10px;
    border: 1px solid #f2f2f2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px !important;
    margin-top: 0 !important;
}

/* EFEK HOVER GLOBAL */
.glass-item-compact:hover, .template-button-clean:hover {
    background: #794746 !important;
    color: #fff !important;
    transform: translateX(3px);
}

/* MENGHILANGKAN SPASI GAIB OJS */
.pkp_structure_sidebar p,
.glass-sidebar-compact p, 
.glass-sidebar-template p, 
.glass-sidebar-visitors p,
.glass-sidebar-indexing p,
.pkp_block br {
    margin: 0 !important;
    padding: 0 !important;
    display: none !important; /* Mematikan baris kosong otomatis */
}

/* Paksa kontainer sidebar nempel ke atas */
.pkp_structure_sidebar .pkp_block {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* Penyesuaian gambar agar tidak bengkak */
.template-img-clean { max-width: 70% !important; height: auto; }
.index-logo { max-width: 75% !important; height: auto; margin: 2px 0; }
.stat-link { font-size: 9px !important; color: #794746; font-weight: bold; }

/* =========================================
   FORCE 2-COLUMN GRID SYSTEM
   ========================================= */

/* 1. Paksa kontainer utama artikel menjadi Grid */
.obj_issue_toc .sections .section .cmp_article_list,
.obj_issue_toc .sections .section ul,
.page_issue .sections .section ul {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important; /* Paksa 2 kolom */
    gap: 15px !important;
    padding: 0 !important;
    margin: 10px 0 !important;
    list-style: none !important;
}

/* 2. Desain Kartu Kaca (Glass Card) per Artikel */
.obj_article_summary {
    background: rgba(255, 255, 255, 0.5) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 12px;
    border: 1px solid rgba(199, 21, 133, 0.2); /* Border magenta halus */
    padding: 12px !important;
    margin-bottom: 0 !important; /* Jarak diatur oleh gap grid */
    transition: all 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100% !important; /* Biar kotak sama tinggi */
    box-shadow: 0 4px 10px rgba(0,0,0,0.02);
}

/* 3. Efek Hover */
.obj_article_summary:hover {
    transform: translateY(-5px) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    border-color: #663200 !important;
    box-shadow: 0 10px 20px rgba(199, 21, 133, 0.1) !important;
}

/* 4. Penyesuaian Teks agar Rapi di Kolom Sempit */
.obj_article_summary .title {
    font-size: 13px !important;
    line-height: 1.3 !important;
    margin-bottom: 8px !important;
    font-weight: 700 !important;
}

.obj_article_summary .title a {
    color: #663200 !important;
    text-decoration: none !important;
}

.obj_article_summary .authors {
    font-size: 11px !important;
    color: #555 !important;
    margin-bottom: 10px !important;
}

/* 5. Tombol PDF Slim */
.obj_article_summary .blocks {
    margin-top: auto;
}

.obj_article_summary .blocks .pdf {
    background: #663200 !important;
    padding: 3px 10px !important;
    font-size: 10px !important;
    border-radius: 5px;
    font-weight: bold;
}

/* 6. Responsif: Jika dibuka di HP (di bawah 768px) balik ke 1 kolom */
@media (max-width: 768px) {
    .obj_issue_toc .sections .section .cmp_article_list,
    .obj_issue_toc .sections .section ul {
        grid-template-columns: 1fr !important;
    }
}

/* =========================================
   CARD ARTIKEL
   Pakai display: block agar img + a DOI
   bisa inline satu baris secara natural
   ========================================= */

.obj_article_summary {
    background: #ffffff !important;
    border-radius: 12px !important;
    border: 1px solid #eef2f1 !important;
    padding: 12px 16px !important;
    margin-bottom: 0 !important;
    box-shadow: 0 2px 10px rgba(52,83,77,0.07) !important;
    transition: all 0.3s ease !important;
    display: block !important;
    position: relative !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
    z-index: 1 !important;
}

/* Hover */
.obj_article_summary:hover {
    transform: translateX(4px) !important;
    box-shadow: 0 6px 20px rgba(52,83,77,0.12) !important;
    border-color: rgba(72,111,101,0.3) !important;
    background: #fafcfb !important;
}

/* Badge Article */
.obj_article_summary::before {
    content: 'Article' !important;
    display: inline-block !important;
    background: #eaf0ef !important;
    color: #663200 !important;
    font-size: 9px !important;
    font-weight: 700 !important;
    padding: 2px 8px !important;
    border-radius: 10px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    box-shadow: none !important;
    border: none !important;
    margin-bottom: 6px !important;
    position: static !important;
    left: auto !important;
    top: auto !important;
    width: auto !important;
    height: auto !important;
    transform: none !important;
}

/* Judul */
.obj_article_summary h4.title {
    display: block !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;
    margin: 0 0 4px !important;
}

.obj_article_summary h4.title a {
    color: #1a1a1a !important;
    text-decoration: none !important;
    transition: color 0.2s !important;
}

.obj_article_summary h4.title a:hover {
    color: #663200 !important;
}

/* Meta wrapper */
.obj_article_summary .meta {
    display: flex !important;
    justify-content: space-between !important;
    align-items: baseline !important;
    margin: 0 0 4px !important;
    padding: 0 !important;
}

/* Penulis */
.obj_article_summary .meta .authors {
    display: block !important;
    font-size: 11px !important;
    color: #888 !important;
    line-height: 1.5 !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    flex: 1 !important;
}

/* Halaman */
.obj_article_summary .meta .pages {
    display: block !important;
    font-size: 11px !important;
    color: #bbb !important;
    float: none !important;
    margin-top: 0 !important;
    flex-shrink: 0 !important;
    margin-left: 8px !important;
}

/* Galley links - tetap flex untuk PDF button */
.obj_article_summary .galleys_links {
    display: flex !important;
    align-items: center !important;
    list-style: none !important;
    padding: 6px 0 0 !important;
    margin: 4px 0 4px !important;
    border-top: 1px solid #f0f0f0 !important;
    gap: 6px !important;
}

/* Tombol PDF */
.obj_article_summary .galleys_links li {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.obj_article_summary .galleys_links .obj_galley_link.pdf {
    background: #663200 !important;
    color: #ffffff !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    padding: 4px 14px !important;
    border-radius: 6px !important;
    text-decoration: none !important;
    transition: background 0.2s ease !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 4px !important;
    border: none !important;
    box-shadow: none !important;
    text-transform: uppercase !important;
}

.obj_article_summary .galleys_links .obj_galley_link.pdf:hover {
    background: #A15501 !important;
    transform: none !important;
    box-shadow: none !important;
}

/* =========================================
   DOI - SATU BARIS
   img dan a adalah direct children dari div
   karena parent display:block mereka inline
   ========================================= */

/* Logo DOI 16x16 inline */
.obj_article_summary > img[src*="icon-doi"] {
    width: 16px !important;
    height: 16px !important;
    max-width: 16px !important;
    max-height: 16px !important;
    display: inline !important;
    vertical-align: middle !important;
    margin-right: 3px !important;
    margin-top: 2px !important;
    float: none !important;
    position: static !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    object-fit: contain !important;
}

/* Link DOI inline sejajar logo */
.obj_article_summary > a[href*="doi.org"] {
    display: inline !important;
    vertical-align: middle !important;
    font-size: 11px !important;
    color: #B76100 !important;
    text-decoration: none !important;
    word-break: break-all !important;
    margin-top: 0 !important;
    float: none !important;
    position: static !important;
}

.obj_article_summary > a[href*="doi.org"]:hover {
    color: #B76100 !important;
    text-decoration: underline !important;
    text-underline-offset: 3px !important;
}

/* Sembunyikan br dalam link DOI */
.obj_article_summary > a[href*="doi.org"] br {
    display: none !important;
}

/* Mobile */
@media (max-width: 768px) {
    .obj_issue_toc .sections .section ul {
        padding-left: 24px !important;
    }
    .obj_article_summary:hover {
        transform: none !important;
    }
    .obj_article_summary .meta .pages {
        float: none !important;
        margin-top: 0 !important;
        display: block !important;
    }
}


/* ============ Layout dasar ============ */
.issues_archive {
  font-family: "Open Sans", sans-serif;
  list-style: none;
  margin: 20px 0;
  padding: 0;

  /* Grid responsif untuk kartu-kartu issue */
  /* display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 16px; */
}

/* ============ Card tiap li ============ */
.issues_archive > li {
  background: #fff;
  border: 1px solid #eef1f5;
  border-radius: 14px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .06);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  overflow: hidden;
}

/* Hover/elevasi */
.issues_archive > li:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, .12);
  border-color: rgba(0, 29, 61, .22); /* aksen #001d3d tipis */
}

/* Konten dalam card */
.issues_archive .obj_issue_summary {
  padding: 16px 18px;
  color: #222;
}

/* ============ Header Judul & Seri ============ */
.issues_archive .obj_issue_summary h2 {
  margin: 0 0 10px 0; /* tidak mengubah font-size, hanya margin */
  line-height: 1.3;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

/* Link judul issue */
.issues_archive .obj_issue_summary .title {
  color: #001d3d;
  text-decoration: none;
  font-weight: 700;
  transition: color .18s ease, text-decoration-color .18s ease;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}
.issues_archive > li:hover .obj_issue_summary .title {
  text-decoration: underline;
}

/* Badge seri (Vol/No) */
.issues_archive .obj_issue_summary .series {
  display: inline-block;
  padding: 2px 10px;
  border-radius: 999px;
  background: #f1f5f9;
  color: #001d3d;
  border: 1px solid rgba(0, 29, 61, .12);
  font-weight: 700;
}

/* Divider tipis favoritmu di bawah header */
.issues_archive .obj_issue_summary h2::after {
  content: "";
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, #e0e3eb, transparent);
  display: block;
  margin-top: 8px;
}

/* ============ Deskripsi & Bendera ============ */
.issues_archive .obj_issue_summary .description {
  line-height: 1.7;
  text-align: justify;
  color: #333;
}

/* Tegaskan frasa penting dalam deskripsi */
.issues_archive .obj_issue_summary .description strong {
  color: #001d3d;
  font-weight: 700;
}

/* Ikon bendera anti-gepeng + rapi */
.issues_archive .obj_issue_summary .description img {
  width: 48px;
  height: 48px;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
  border: 1px solid #eef1f5;
  box-shadow: 0 2px 6px rgba(0,0,0,.12);
  margin: 8px 8px 0 0;
  vertical-align: middle;
  transition: transform .18s ease, box-shadow .18s ease;
}
.issues_archive .obj_issue_summary .description img:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0,0,0,.18);
}

/* ============ Fokus aksesibilitas ============ */
.issues_archive a:focus {
  outline: 2px dashed #003566;
  outline-offset: 3px;
}

/* ============ Responsif ============ */
@media (max-width: 520px) {
  .issues_archive .obj_issue_summary {
    padding: 14px 14px;
  }
  .issues_archive .obj_issue_summary .description img {
    width: 42px;
    height: 42px;
    margin-right: 6px;
  }
}



/* Pastikan kartu terasa klik-able */
.issues_archive > li { cursor: pointer; position: relative; }

/* Penting: jadikan kontainer card sebagai containing block */
.issues_archive .obj_issue_summary { position: relative; }

/* Biarkan anchor tetap posisi normal (jangan relative) */
.issues_archive .obj_issue_summary h2 a.title { position: static; }

/* CSS-only clickable overlay:
   Pseudo-element milik <a.title> diposisikan absolut relatif ke .obj_issue_summary,
   menutupi seluruh card → klik di mana pun = klik link judul */
.issues_archive .obj_issue_summary h2 a.title::after {
  content: "";
  position: absolute;
  /* Isi penuh area card (obj_issue_summary) */
  inset: 0;
  /* Ikuti radius card bila ada (opsional) */
  border-radius: inherit;
  /* Di atas konten lain, tapi tak terlihat */
  z-index: 3;
  background: transparent;
}

/* Aksesibilitas visual: saat hover card, ubah underline judul */
.issues_archive > li:hover .obj_issue_summary .title {
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Opsional: cegah elemen lain (gambar/teks) menimpa overlay */
.issues_archive .obj_issue_summary * { position: relative; z-index: 2; }
.issues_archive .obj_issue_summary h2 .title { z-index: 4; } /* judul paling atas */

@media (min-width: 992px){
.page_issue_archive .issues_archive {
    margin-left: 0px;
    margin-right: 0px;
}
}


/* kontak */
/* ========== Font global untuk halaman Contact ========== */

.page.page_contact {
  font-family: "Open Sans", sans-serif;
  color: #222;
  line-height: 1.75;
}

/* ========== Judul halaman ========== */
.page.page_contact h1 {
  margin: 10px 0 12px;
  color: #001d3d;
  font-weight: 700; /* tidak mengubah font-size, hanya weight/warna */
}

/* ========== Grid untuk section kontak ========== */
.page.page_contact .contact_section {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 16px;
  margin-top: 8px;
}

/* ========== Card tiap contact ========== */
.page.page_contact .contact_section .contact {
  background: #fff;
  border: 1px solid #eef1f5;
  border-radius: 14px;
  box-shadow: 0 2px 8px rgba(0,0,0,.06);
  padding: 16px 18px;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.page.page_contact .contact_section .contact:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(0,0,0,.12);
  border-color: rgba(0,29,61,.22);
}

/* Header kecil di dalam card */
.page.page_contact .contact_section .contact h3 {
  margin: 0 0 10px 0;
  display: inline-block;
  padding: 4px 10px;
  background: #f4f7fb;
  border-left: 4px solid #001d3d;
  border-radius: 8px;
  color: #001d3d;
  font-weight: 700;
}

/* Nama & afiliasi */
.page.page_contact .contact_section .contact .name {
  font-weight: 700;
  color: #111;
  margin-top: 6px;
}
.page.page_contact .contact_section .contact .affiliation {
  color: #4b5563;
  margin-top: 4px;
  text-align: justify;
}


/* Label & value untuk Phone */
.page.page_contact .contact_section .contact .phone .label {
  color: #556070;
  font-weight: 600;
  margin-right: 8px;
}
.page.page_contact .contact_section .contact .phone .value {
  color: #001d3d;
  font-weight: 700;
}

/* Email link */
.page.page_contact .contact_section .contact .email a{
  color: #001d3d;
  text-decoration: none;
  border-bottom: 1px dashed rgba(0,29,61,.35);
  transition: color .18s ease, border-color .18s ease;
  word-break: break-word;
}
.page.page_contact .contact_section .contact .email a:hover {
  color: #003566;
  border-color: rgba(0,29,61,.6);
}


/* Aksesibilitas focus ring untuk link */
.page.page_contact a:focus {
  outline: 2px dashed #003566;
  outline-offset: 3px;
}

/* Responsif kecil */
@media (max-width: 520px) {
  .page.page_contact .contact_section {
    gap: 12px;
  }
  .page.page_contact .contact_section .contact {
    padding: 14px 14px;
  }
}

@media (min-width: 768px){
.page_contact .contact {
    float: left;
    width: 100% !important;
}
}

@media (min-width: 768px){
.page_contact .contact_section:before, .page_contact .contact_section:after {
    content: none !important;
    display: table !important;
}
}


/* Submission */

.page.page_submissions {
  font-family: "Open Sans", sans-serif;
  color: #222;
  line-height: 1.75;
}

/* ========== H1 ========== */
.page.page_submissions h1 {
  margin: 10px 0 12px;
  color: #001d3d;
  font-weight: 700; /* tidak ubah font-size */
}

/* ========== Notification callout ========== */
.page.page_submissions .cmp_notification {
  background: #f4f7fb;
  border: 1px solid #e5eaf1;
  border-left: 4px solid #001d3d;
  border-radius: 12px;
  padding: 14px 16px;
  margin: 8px 0 16px;
  color: #2b2f36;
}
/* Tautan jadi tombol (tanpa ubah HTML) */
.page.page_submissions .cmp_notification a {
  text-decoration: none;
  font-weight: 700;
  border-radius: 999px;
  padding: 8px 14px;
  display: inline-block;
  margin-right: 8px;
  transition: transform .16s ease, box-shadow .16s ease, background-color .16s ease, color .16s ease;
}
/* Tombol pertama = primary */
.page.page_submissions .cmp_notification a:first-of-type {
  background: #001d3d;
  color: #fff;
  box-shadow: 0 4px 12px rgba(0,29,61,.25);
}
.page.page_submissions .cmp_notification a:first-of-type:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(0,29,61,.28);
}
/* Tombol kedua = outline/ghost */
.page.page_submissions .cmp_notification a:nth-of-type(2) {
  background: #fff;
  color: #001d3d;
  border: 1px solid rgba(0,29,61,.25);
}
.page.page_submissions .cmp_notification a:nth-of-type(2):hover {
  background: #f8fafc;
  transform: translateY(-1px);
}

/* ========== Submission Checklist ========== */
.page.page_submissions .submission_checklist {
  margin-bottom: 18px;
}
.page.page_submissions .submission_checklist h2 {
  margin: 0 0 10px 0;
  align-items: center;
  gap: 8px;
  color: #001d3d;
  font-weight: 700;
}
/* Link Edit kecil */
.page.page_submissions .submission_checklist .cmp_edit_link {
  color: #001d3d;
  text-decoration: none;
  border-bottom: 1px dashed rgba(0,29,61,.35);
  margin-left: 8px;
  font-weight: 600;
}
.page.page_submissions .submission_checklist .cmp_edit_link:hover {
  border-color: rgba(0,29,61,.6);
}

.page.page_submissions .submission_checklist > ul {
  list-style: none;
  margin: 12px 0 0;
  padding: 0;
}

/* Item checklist sebagai mini-card */
.page.page_submissions .submission_checklist > ul > li {
  background: #fff;
  border: 1px solid #eef1f5;
  border-radius: 12px;
  padding: 12px 14px 12px 44px;
  position: relative;
  text-align: justify;
  transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}
.page.page_submissions .submission_checklist > ul > li:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(0,0,0,.10);
  border-color: rgba(0,29,61,.18);
}

/* Ikon cek di kiri (CSS-only) */
.page.page_submissions .submission_checklist > ul > li::before {
  content: "✓";
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #e8f0ff;
  color: #001d3d;
  font-weight: 700;
  display: grid;
  place-items: center;
  box-shadow: inset 0 0 0 1px rgba(0,29,61,.15);
}
/* Sembunyikan icon fontawesome bila ada agar tidak dobel */
.page.page_submissions .submission_checklist > ul > li .fa { display: none; }

/* ========== Section Policy card ========== */
.page.page_submissions .section_policy {
  margin-bottom: 16px;
}
.page.page_submissions .section_policy h2 {
  margin: 0 0 8px 0;
  color: #001d3d;
  font-weight: 700;
}
.page.page_submissions .section_policy p {
  margin: 10px 0 0;
  text-align: justify;
}
.page.page_submissions .section_policy a {
  color: #001d3d;
  text-decoration: none;
  border-bottom: 1px dashed rgba(0,29,61,.35);
}
.page.page_submissions .section_policy a:hover {
  border-color: rgba(0,29,61,.6);
}

/* Divider tipis di bawah section policy */
.page.page_submissions .section_policy::after {
  content: "";
  display: block;
  height: 1px;
  background: linear-gradient(90deg, transparent, #e0e3eb, transparent);
  margin-top: 14px;
}

/* ========== Privacy Statement card ========== */

.page.page_submissions .privacy_statement h2 {
  margin: 0 0 8px 0;
  color: #001d3d;
}
.page.page_submissions .privacy_statement .cmp_edit_link {
  color: #001d3d;
  text-decoration: none;
  border-bottom: 1px dashed rgba(0,29,61,.35);
  font-weight: 600;
}
.page.page_submissions .privacy_statement .cmp_edit_link:hover {
  border-color: rgba(0,29,61,.6);
}
.page.page_submissions .privacy_statement p {
  margin: 10px 0 0;
  text-align: justify;
}

/* ========== Link & fokus aksesibilitas ========== */
.page.page_submissions a:focus {
  outline: 2px dashed #003566;
  outline-offset: 3px;
}

/* ========== Responsif ========== */
@media (min-width: 700px) {
  .page.page_submissions .submission_checklist > ul {
    grid-template-columns: 1fr 1fr; /* dua kolom di layar sedang-besar */
  }
}
@media (max-width: 520px) {
  .page.page_submissions .cmp_notification {
    padding: 12px 12px;
  }
  .page.page_submissions .submission_checklist,
  .page.page_submissions .section_policy,
  .page.page_submissions .privacy_statement {
    padding: 14px 14px;
  }
}


@media (min-width: 480px) {
    .page_submissions .submission_sections ul, .page_submissions .submission_checklist ul {
        border: 0px solid #ddd !important;
        border-bottom: none;
    }
}

/* submission */



/* ====== Misc. tidy ====== */

/* Hilangkan underline di link saat fokus/hover tapi tetap aksesibel */
.heading a:focus {
  outline: 2px dashed #003566;
  outline-offset: 2px;
}


.obj_article_summary{
  background: #fff;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 14px;
  box-shadow: 0 2px 12px rgba(0,0,0,.06);
  padding: 16px 18px;
  position: relative;
  overflow: hidden;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background-color .18s ease;
}
.obj_article_summary:hover,
.obj_article_summary:focus-within{
  transform: translateY(-4px);
  box-shadow: 0 14px 34px rgba(0,0,0,.16);
  border-color: rgba(33,102,255,.25);
  background-color: #fff;
  outline: none;
}

/* Title */
.obj_article_summary .title{
  margin: 0 0 8px;
  font-weight: 800;
  font-size: 1.15rem;
  line-height: 1.35;
}
.obj_article_summary .title a{
  color: #794746;
  text-decoration: none;
  transition: color .15s ease, text-decoration-color .15s ease;
}
.obj_article_summary .title a:hover,
.obj_article_summary .title a:focus-visible{
  color: #A15501;
  text-decoration: underline;
  text-underline-offset: 3px;
  outline: none;
}

/* Meta */
.obj_article_summary .meta{
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px 16px;
  color: #4b5563;
  margin-bottom: 8px;
}
.obj_article_summary .authors{ font-size: .96rem; }
.obj_article_summary .pages{ font-size: .93rem; opacity: .9; }

/* Galley links (PDF/HTML) */
.obj_article_summary .galleys_links{
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
}
.obj_article_summary .obj_galley_link{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: .9rem;
  line-height: 1.2;
  padding: 6px 10px;
  border-radius: 999px;
  background: #f7f9fc;
  color: #1b2430;
  text-decoration: none;
  border: 1px solid rgba(0,0,0,.08);
  transition: transform .12s ease, box-shadow .12s ease, background-color .12s ease, border-color .12s ease;
}
.obj_article_summary .obj_galley_link:hover,
.obj_article_summary .obj_galley_link:focus-visible{
  transform: translateY(-2px);
  background: #ffffff;
  border-color: rgba(33,102,255,.24);
  box-shadow: 0 8px 22px rgba(0,0,0,.12);
  outline: none;
}

/* DOI icon & link (lebih hati-hati agar tak ganggu link lain) */
.obj_article_summary img{
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
  margin-right: 6px;
}
.obj_article_summary a{
  display: inline-block;
  margin-top: 6px;
  color: #794746;
  text-decoration: none;
  transition: color .15s ease, text-decoration-color .15s ease;
}
.obj_article_summary a:hover,
.obj_article_summary a:focus-visible{
  color: #A15501;
  text-decoration: underline;
  text-underline-offset: 3px;
  outline: none;
}

/* Fokus keseluruhan kartu */
.obj_article_summary:focus-within{
  box-shadow: 0 0 0 3px rgba(33,102,255,.18), 0 14px 34px rgba(0,0,0,.16);
}

/* Mobile breathing space */
@media (max-width: 767.98px){
  .obj_article_summary{
    margin-left: 6px;
    margin-right: 6px;
  }
}


/* =========================================
   ANIMATED GLASS FOOTER - V3 PREMIUM
   ========================================= */

.pkp_structure_footer {
    position: relative;
    background: rgba(255, 255, 255, 0.5) !important;
    backdrop-filter: blur(25px) saturate(180%);
    -webkit-backdrop-filter: blur(25px) saturate(180%);
    
    /* Garis Atas Berwarna Magenta */
    border-top: 3px solid #794746; 
    
    padding: 50px 20px !important;
    margin-top: 60px;
    border-radius: 40px 40px 0 0;
    box-shadow: 0 -15px 35px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    animation: footerFloat 6s ease-in-out infinite; /* Efek mengambang */
}

/* Efek Cahaya Magenta yang Bergerak di Latar Belakang */
.pkp_structure_footer::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(199, 21, 133, 0.05) 0%, transparent 70%);
    animation: rotateGradient 15s linear infinite;
    z-index: -1;
}

/* Animasi Mengambang */
@keyframes footerFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

/* Animasi Putaran Cahaya */
@keyframes rotateGradient {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.pkp_footer_content {
    position: relative;
    z-index: 2;
    transition: all 0.5s ease;
}

/* Hover effect pada seluruh teks footer */
.pkp_structure_footer:hover .pkp_footer_content {
    transform: scale(1.02);
}

/* Link dengan efek garis bawah yang muncul dari tengah */
.pkp_structure_footer a {
    color: #794746 !important;
    text-decoration: none;
    position: relative;
    font-weight: 700;
}

.pkp_structure_footer a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -2px;
    left: 50%;
    background-color: #794746;
    transition: all 0.3s ease;
}

.pkp_structure_footer a:hover::after {
    width: 100%;
    left: 0;
}

/* =========================================
   ADDITIONAL CONTENT GLASS DESIGN
   ========================================= */

/* Wadah Utama Deskripsi */
.glass-description-card {
    background: rgba(255, 255, 255, 0.45) !important;
    backdrop-filter: blur(20px);
    border-radius: 20px;
    padding: 25px !important;
    border: 1px solid rgba(255, 255, 255, 0.7);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    overflow: hidden;
}

/* Gambar Thumbnail Jurnal */
.journal-thumb-glass {
    float: right;
    width: 220px; /* Ukuran lebih proporsional */
    border-radius: 12px;
    margin-left: 20px;
    margin-bottom: 15px;
    border: 5px solid #ffffff;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    transition: transform 0.4s ease;
}

.journal-thumb-glass:hover {
    transform: scale(1.05) rotate(2deg);
}

/* Styling Teks Deskripsi */
.glass-description-card p {
    line-height: 1.8 !important;
    color: #333 !important;
    font-size: 14px !important;
    margin-bottom: 15px;
}

/* Judul Indeksasi */
.indexing-title-glass {
    background: #794746;
    color: #fff;
    display: inline-block;
    padding: 4px 15px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 20px 0 15px 0;
}

/* Wadah Logo Indeks */
.indexing-flex-glass {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    background: rgba(255, 255, 255, 0.6);
    padding: 15px;
    border-radius: 15px;
    border: 1px solid #f0f0f0;
}

.indexing-flex-glass img {
    height: 40px; /* Seragamkan tinggi logo */
    width: auto;
    filter: grayscale(20%);
    transition: 0.3s;
}

.indexing-flex-glass img:hover {
    filter: grayscale(0%);
    transform: translateY(-3px);
}

/* Bersihkan float */
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

/* =========================================
   NAVBAR GLASS HOVER FIX
   ========================================= */

/* 1. Warna Dasar Teks Navbar */
.pkp_navigation_primary a {
    color: #444 !important; /* Abu gelap agar jelas */
    font-weight: 700 !important;
    transition: all 0.3s ease !important;
}

/* 2. SAAT MOUSE HOVER: Berubah jadi Magenta, bukan Putih */
.pkp_navigation_primary a:hover, 
.pkp_navigation_primary .ui-state-hover a {
    color: #ffffff !important; /* Teks jadi putih */
    background: #794746 !important; /* Background jadi Magenta khas Scopus */
    border-radius: 8px !important;
    box-shadow: 0 4px 12px rgba(199, 21, 133, 0.3) !important;
}

/* 3. Dropdown Menu (Jika ada menu About yang ditarik ke bawah) */
.pkp_navigation_primary ul li ul {
    background: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(10px);
    border-radius: 0 0 10px 10px;
    border: 1px solid #f2f2f2;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.pkp_navigation_primary ul li ul li a {
    color: #333 !important;
    padding: 10px 15px !important;
}

.pkp_navigation_primary ul li ul li a:hover {
    background: #fdf0f7 !important;
    color: #794746 !important; /* Teks jadi magenta saat hover di dropdown */
}

/* 4. Search Button Fix */
.pkp_navigation_primary .search a:hover {
    background: none !important;
    color: #794746 !important;
}

/* =========================================
   EXCLUSIVE 2-COLUMN GLASS - OPTIMIZED
   ========================================= */

/* 1. Judul Jabatan (Editor in Chief / Editorial Team) */
.editorial-title-badge, 
[class*="editorial"] .pkp_structure_main h3 {
    background: #794746 !important;
    color: #ffffff !important;
    display: inline-block !important;
    padding: 6px 20px !important;
    border-radius: 50px !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    margin-top: 20px !important;
    margin-bottom: 15px !important;
    box-shadow: 0 4px 12px rgba(199, 21, 133, 0.2) !important;
    border: none !important;
}

/* 2. Container Grid 2 Kolom */
.editor-grid-container {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 15px !important;
    margin-top: 10px !important;
    margin-bottom: 30px !important;
}

/* 3. Kartu Editor (Glass Effect) - DIPERBAIKI */
.editor-card {
    background: rgba(255, 255, 255, 0.5) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    border: 1px solid rgba(255, 255, 255, 0.8) !important;
    padding: 18px !important; /* Padding lebih lega */
    border-radius: 12px !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.02) !important;
    transition: all 0.3s ease-in-out !important;
    
    /* Perbaikan utama: Menggunakan block agar flow teks natural */
    height: auto !important;
    display: block !important; 
    overflow: visible !important;
    text-align: left !important;
}

/* Hover Effect */
.editor-card:hover {
    background: rgba(255, 255, 255, 0.9) !important;
    transform: translateY(-5px) !important;
    border-color: #794746 !important;
    box-shadow: 0 8px 25px rgba(199, 21, 133, 0.12) !important;
}

/* 4. Tipografi di Dalam Kartu - DIPERBAIKI */
.editor-card a {
    color: #794746 !important;
    font-weight: 800 !important;
    font-size: 14px !important;
    text-decoration: none !important;
    margin-bottom: 8px !important;
    display: block !important; /* Nama editor di baris sendiri */
}

.editor-card span {
    font-size: 12px !important;
    color: #444 !important;
    line-height: 1.6 !important;
    display: inline !important; /* Agar teks menyambung natural tanpa potong flex */
    white-space: normal !important; /* Paksa bungkus teks */
    word-wrap: break-word !important;
}

/* 5. Fix: Menghilangkan Judul Otomatis OJS agar Tidak Dobel */
.page_editorial_team .page_header h1,
.page_about_editorialTeam .page_header h1,
.page_about_display .page_header h1 {
    display: none !important;
}

/* 6. Responsif: 1 Kolom di HP */
@media (max-width: 768px) {
    .editor-grid-container {
        grid-template-columns: 1fr !important;
    }
}



/* =========================================
   MOBILE FIX - REVISED
   ========================================= */
@media (max-width: 767px) {
    .pkp_structure_head_wrapper,
    .pkp_site_name_wrapper {
        padding: 0 !important;
        margin: 0 !important;
        width: 100% !important;
    }

    button.pkp_navigation_primary_toggle {
        position: absolute !important;
        top: 8px !important;
        left: 8px !important;
        z-index: 999 !important;
        margin: 0 !important;
        background: rgba(255,255,255,0.2) !important;
        border: 1px solid rgba(255,255,255,0.4) !important;
        padding: 7px 10px !important;
        border-radius: 8px !important;
        box-shadow: none !important;
    }

    .pkp_navigation_primary_wrapper {
        border: none !important;
    }

    .pkp_structure_content {
        margin-top: 10px !important;
    }
}
/* =========================================
   FINAL FIX - EDGE TO EDGE
   ========================================= */

/* Hilangkan background abu-abu di kiri kanan */
body {
    background-color: #ffffff !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* Paksa seluruh struktur OJS edge-to-edge */
#pkp_content_main,
.pkp_structure,
.pkp_structure_head,
.pkp_structure_head_wrapper {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    left: 0 !important;
    right: 0 !important;
}

/* Tombol hamburger masuk ke dalam banner */
@media (max-width: 767px) {
    .pkp_structure_head_wrapper {
        position: relative !important;
    }

    button.pkp_navigation_primary_toggle {
        position: absolute !important;
        top: 50% !important;
        left: 8px !important;
        transform: translateY(-50%) !important;
        z-index: 999 !important;
        background: rgba(255,255,255,0.2) !important;
        border: 1px solid rgba(255,255,255,0.5) !important;
        border-radius: 6px !important;
        padding: 6px 10px !important;
        color: #fff !important;
        margin: 0 !important;
        float: none !important;
    }
}
@media (max-width: 991px) {
    .pkp_head_wrapper {
        display: flex !important;
        flex-direction: row !important;
        align-items: stretch !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    button.pkp_navigation_primary_toggle {
        order: 1 !important;
        position: relative !important;
        top: auto !important;
        left: auto !important;
        transform: none !important;
        background: #794746 !important;
        border: none !important;
        border-radius: 0 !important;
        padding: 0 15px !important;
        color: #fff !important;
        margin: 0 !important;
        z-index: 999 !important;
        flex-shrink: 0 !important;
    }

    .pkp_site_name_wrapper {
        order: 2 !important;
        flex: 1 !important;
    }
}
A/* Hilangkan celah putih di kiri kanan banner */
.pkp_structure_head_wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.pkp_head_wrapper {
    padding: 0 !important;
    margin: 0 !important;
    max-width: 100% !important;
}

/* Override container utama OJS yang punya max-width */
.pkp_structure {
    padding: 0 !important;
    margin: 0 !important;
}

body > .pkp_structure > .pkp_structure_head {
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
}
/* Hilangkan garis di bawah banner */
.pkp_structure_content {
    border-top: none !important;
    padding-top: 0 !important;
    margin-top: 0 !important;
}

.pkp_structure_content::before {
    display: none !important;
    border: none !important;
    content: none !important;
}

.pkp_structure_main::before,
.pkp_structure_main::after {
    display: none !important;
    border: none !important;
}
.sl-c {
    flex-shrink: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #fff !important;
    border: 1px solid #e8e8e8 !important;
    border-radius: 10px !important;
    padding: 8px 16px !important;
    width: 155px !important;
    height: 60px !important;
    text-decoration: none !important;
    transition: all 0.4s cubic-bezier(.4,0,.2,1) !important;
    transform: scale(0.88) !important;
    opacity: 0.6 !important;
    box-shadow: none !important;
}
.sl-c.sl-center {
    transform: scale(1.15) !important;
    opacity: 1 !important;
    border: 1.5px solid #794746 !important;
    box-shadow: 0 6px 24px rgba(199,21,133,0.2) !important;
}
.sl-c.sl-near {
    transform: scale(0.97) !important;
    opacity: 0.85 !important;
}
.sl-btn-idx {
    width: 36px !important;
    height: 36px !important;
    border-radius: 50% !important;
    background: #794746 !important;
    border: none !important;
    cursor: pointer !important;
    color: #fff !important;
    font-size: 22px !important;
    line-height: 1 !important;
    flex-shrink: 0 !important;
    box-shadow: 0 2px 8px rgba(199,21,133,0.3) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: background 0.2s !important;
}
.sl-btn-idx:hover { background: #794746 !important; }
.sl-dot-idx {
    width: 6px !important;
    height: 6px !important;
    border-radius: 50% !important;
    background: #e8c0d8 !important;
    cursor: pointer !important;
    border: none !important;
    transition: all 0.25s !important;
}
.sl-dot-idx.active {
    background: #794746 !important;
    width: 18px !important;
    border-radius: 3px !important;
}
