



/* =================================================
   LOAD FONT AWESOME (WAJIB PALING ATAS)
================================================= */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css');

@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css');
/* =================================================
   GLOBAL CENTER LAYOUT
================================================= */
.pkp_structure_page{
  margin:auto !important;
  float:none !important;
  max-width:1160px;
  background:#ffffff;
  box-shadow:0 0 12px rgba(0,0,0,.25);
}


/* =================================================
   PRIMARY NAVIGATION MODERN + ICON
================================================= */
.pkp_navigation_primary_row{
  background:rgba(255,255,255,.85);
  backdrop-filter:blur(6px);
}

.pkp_navigation_primary_wrapper{
  max-width:1160px;
  margin:auto;
}

#navigationPrimary > li > a{
  position:relative;
  padding:0 16px !important;
  line-height:44px !important;
  font-weight:700;
  color:#0b2a52 !important;
  transition:.25s ease;
}

#navigationPrimary > li > a:hover{
  color:#0b5ed7 !important;
}

/* ICON STYLE */
#navigationPrimary > li > a:before{
  font-family:"Font Awesome 6 Free";
  font-weight:900;
  margin-right:8px;
}

/* MENU ICONS */
#navigationPrimary li a[href*="index"]::before{content:"\f015";}
#navigationPrimary li a[href*="about"]::before{content:"\f05a";}
#navigationPrimary li a[href*="editorialTeam"]::before{content:"\f0c0";}
#navigationPrimary li a[href*="archives"]::before{content:"\f187";}
#navigationPrimary li a[href*="issue"]::before{content:"\f02d";}
#navigationPrimary li a[href*="submissions"]::before{content:"\f093";}
#navigationPrimary li a[href*="contact"]::before{content:"\f0e0";}


/* =================================================
   DROPDOWN CLEAN
================================================= */
#navigationPrimary li ul{
  background:#0a1b2e !important;
  border-radius:10px;
  padding:6px 0;
  box-shadow:0 18px 40px rgba(0,0,0,.35);
}

#navigationPrimary li ul li a{
  color:#eaf4ff !important;
  padding:10px 16px !important;
  font-weight:600;
}

#navigationPrimary li ul li a:hover{
  background:rgba(0,194,255,.18);
  color:#00c2ff !important;
}





@media (min-width: 992px) {
    .has_site_logo .pkp_head_wrapper {
        padding-top: 0.143rem;
    }
}




/* =========================================
   CURRENT ISSUE PREMIUM DESIGN
========================================= */

.page_issue .current_issue {
    background:#ffffff;
    padding:35px;
    border-radius:20px;
    box-shadow:0 20px 50px rgba(0,0,0,.08);
    border:1px solid rgba(0,0,0,.05);
    margin-bottom:40px;
}

.page_issue .current_issue h1 {
    font-weight:800;
    color:#0b2a52;
    margin-bottom:20px;
}

/* Published Badge */
.page_issue .published {
    display:inline-block;
    background:#e3f2fd;
    color:#0b5ed7;
    padding:6px 14px;
    border-radius:20px;
    font-weight:600;
    font-size:13px;
    margin-top:10px;
}

/* Cover image */
.page_issue .cover img {
    border-radius:16px;
    box-shadow:0 15px 35px rgba(0,0,0,.2);
    max-width:220px;
}

.page_issue .obj_article_summary {
    border-left:0px solid #0b5ed7;
}









/* =========================================
   ARTICLE VIEW PREMIUM DESIGN
========================================= */

/* Card Wrapper */


.page_article {
    background: #ffffff;
    padding: 11px;
    border-radius: 8px;
    box-shadow: 0 15px 45px rgba(0, 0, 0, .08);
    margin-top: 0px;
    margin: 7px;
    padding: 17px;
}
/* ==============================
   TITLE PREMIUM
============================== */

.page_article .page_title{
    font-size:20px;
    font-weight:800;
    color:#0b2a52;
    line-height:1.6;
    margin-bottom:30px;
    position:relative;
    padding-left:42px;

    text-align:justify;
    text-justify:inter-word;
    hyphens:auto;
    word-break:break-word;
}

/* Icon kiri */
.page_article .page_title::before{
    font-family:"Font Awesome 6 Free";
    content:"\f02d"; /* book icon */
    font-weight:900;
    position:absolute;
    left:0;
    top:4px;
    font-size:18px;
    color:#0b5ed7;
}


/* ==============================
   AUTHOR SECTION
============================== */

.authors .name{
  font-weight:700;
  color:#0b2a52;
  position:relative;
  padding-left:28px;
}

.authors .name::before{
  font-family:"Font Awesome 6 Free";
  content:"\f007";
  font-weight:900;
  position:absolute;
  left:0;
  top:2px;
  color:#00a86b;
}

.authors .affiliation{
  font-size:13px;
  color:#777;
  padding-left:28px;
  position:relative;
}

.authors .affiliation::before{
  font-family:"Font Awesome 6 Free";
  content:"\f19d";
  font-weight:900;
  position:absolute;
  left:0;
  top:2px;
  color:#0b5ed7;
}

/* ==============================
   KEYWORDS
============================== */

.item.keywords{
  margin-top:20px;
  position:relative;
  padding-left:34px;
}

.item.keywords::before{
  font-family:"Font Awesome 6 Free";
  content:"\f02b";
  font-weight:900;
  position:absolute;
  left:0;
  top:4px;
  color:#ff9800;
}

/* ==============================
   ABSTRACT CARD
============================== */

/* =========================================
   PREMIUM ABSTRACT DESIGN
========================================= */

.item.abstract {
    margin-top: 29px;
    padding: 5px 5px;
    position: relative;
    width: 100%;
    font-family: none;
    padding-block: 31px;
    padding-left: 32px;
    padding-right: 22px;
}

/* Hover effect */
.item.abstract:hover{
    transform:translateY(-0px);
    box-shadow:0 0px 00px rgba(0,0,0,.12);
}

/* Title Abstract */
.item.abstract h2{
    font-size:20px;
    font-weight:800;
    color:#0b2a52;
    margin-bottom:18px;
    position:relative;
    padding-left:32px;
}

/* Icon before Abstract */
.item.abstract h2::before{
    font-family:"Font Awesome 6 Free";
    content:"\f02d"; /* book icon */
    font-weight:900;
    position:absolute;
    left:0;
    top:2px;
    font-size:18px;
    color:#0b5ed7;
}

/* Abstract text */
.item.abstract p{
    font-size:15px;
    line-height:1.9;
    color:#444;
    text-align:justify;
}

/* First paragraph drop style */
.item.abstract p:first-of-type::first-letter{
    font-size:32px;
    font-weight:700;
    color:#0b5ed7;
    float:left;
    line-height:1;
    padding-right:6px;
}


@media (min-width: 1200px) {
    .obj_article_details .main_entry {
        width: 530px;
    }
}






.obj_article_details .item>*:last-child {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.9;
    color: #444;
    text-align: justify;
}









/* ==============================
   SIDEBAR META STYLE
============================== */

.article_details .item{
  position:relative;
  padding-left:30px;
  margin-bottom:15px;
}

.article_details .item::before{
  font-family:"Font Awesome 6 Free";
  font-weight:900;
  position:absolute;
  left:0;
  top:2px;
  color:#0b5ed7;
}

/* Specific Icons */
.article_details .published::before{content:"\f073";}
.article_details .issue::before{content:"\f187";}
.article_details .section::before{content:"\f02d";}

/* ==============================
   PDF BUTTON PREMIUM
============================== */

.obj_galley_link {
    background: linear-gradient(135deg, #0b5ed7, #00c2ff) !important;
    color: #fff !important;
    border-radius: 25px !important;
    padding: 2px 10px !important;
    font-weight: 600 !important;
    box-shadow: 0 10px 22px rgba(0, 0, 0, .2);
    transition: .3s ease;
}

.obj_galley_link::before{
  font-family:"Font Awesome 6 Free";
  content:"\f1c1";
  font-weight:900;
  margin-right:6px;
}

.obj_galley_link:hover{
  transform:translateY(-3px);
  box-shadow:0 12px 30px rgba(0,0,0,.3);
}

/* ==============================
   COVER IMAGE PREMIUM
============================== */

.obj_issue_summary img{
  border-radius:14px;
  box-shadow:0 15px 40px rgba(0,0,0,.25);
}

/* ==============================
   RESPONSIVE
============================== */

@media(max-width:768px){
  .page_article{
    padding:10px;
  }

  .page_article .page_title{
    font-size:10px;
  }
}






























/* =========================================
   ARCHIVES PREMIUM CARD STYLE
========================================= */

.obj_issue_summary {
    background:#ffffff;
    border-radius:18px;
    padding:25px;
    margin-bottom:30px;
    box-shadow:0 15px 40px rgb(0 0 0 / 26%);
    transition:.3s ease;
    border:1px solid rgba(0,0,0,.05);
    display:flex;
    gap:25px;
    align-items:flex-start;
}

.obj_issue_summary:hover {
    transform:translateY(-6px);
    box-shadow:0 25px 60px rgba(0,0,0,.15);
}

/* Cover Image */
.obj_issue_summary .cover {
    flex-shrink:0;
}

.obj_issue_summary .cover img {
    border-radius:14px;
    box-shadow:0 10px 25px rgba(0,0,0,.2);
    max-width:170px;
}

/* Title */
.obj_issue_summary .title a {
    font-size:18px;
    font-weight:800;
    color:#0b2a52;
    text-decoration:none;
}

.obj_issue_summary .title a:hover {
    color:#0b5ed7;
}

/* Volume Text */
.obj_issue_summary .series {
    font-weight:600;
    color:#00a86b;
    margin:6px 0 10px;
}

/* Description */
.obj_issue_summary .description {
    font-size:14px;
    line-height:1.7;
    color:#555;
}

/* =========================================
   RESPONSIVE MOBILE
========================================= */

@media(max-width:768px){

    .obj_issue_summary {
        flex-direction:column;
        text-align:center;
    }

    .obj_issue_summary .cover img {
        margin:auto;
        max-width:140px;
    }

}



/* =========================================
   ARCHIVE META ICON STYLE
========================================= */

.obj_issue_summary .description {
    position: relative;
    padding-left: 0px;
    margin-top: -12px;
    text-align: justify;
}

/* META CONTAINER */
.archive-meta {
    margin-top:12px;
    display:flex;
    flex-wrap:wrap;
    gap:15px 25px;
    font-size:13px;
    color:#666;
}

/* EACH META ITEM */
.archive-meta span {
    position:relative;
    padding-left:22px;
}

/* ICON STYLE */
.archive-meta span::before {
    font-family:"Font Awesome 6 Free";
    font-weight:900;
    position:absolute;
    left:0;
    top:1px;
    font-size:12px;
    color:#0b5ed7;
}

/* ICON TYPES */
.archive-meta .date::before { content:"\f073"; }       /* calendar */
.archive-meta .location::before { content:"\f3c5"; }   /* location */
.archive-meta .doc::before { content:"\f02d"; }        /* book */
.archive-meta .publisher::before { content:"\f1ad"; }  /* building */












/* =====================================
   FIX ADMIN DROPDOWN PROFESSIONAL
===================================== */

.pkp_navigation_user_wrapper .dropdown-menu {
    background:#ffffff !important;
    border-radius:12px !important;
    padding:8px 0 !important;
    box-shadow:0 18px 40px rgba(0,0,0,.25) !important;
    border:none !important;
    min-width:180px;
}

.pkp_navigation_user_wrapper .dropdown-menu a {
    background:transparent !important;
    color:#0b2a52 !important;
    padding:10px 18px !important;
    border-radius:0 !important;   /* HILANGKAN BUNDER */
    font-weight:600;
}

.pkp_navigation_user_wrapper .dropdown-menu a:hover {
    background:#0b5ed7 !important;
    color:#ffffff !important;
}

/* FIX tombol admin bulat */
.pkp_navigation_user_wrapper .dropdown-toggle {
    border-radius:20px !important;
}

/* Hilangkan style kapsul pada dropdown */
.pkp_navigation_user_wrapper .dropdown-menu a {
    margin-left:0 !important;
}









/* =================================================
   SIDEBAR RIGHT MODERN CARD
================================================= */
.pkp_structure_sidebar{
  background:transparent !important;
}

.pkp_block{
  background:#ffffff;
  border-radius:14px;
  padding:18px;
  box-shadow:0 10px 30px rgba(0,0,0,.1);
  margin-bottom:20px;
  transition:.3s ease;
}

.pkp_block:hover{
  transform:translateY(-4px);
}

.pkp_block h2{
  font-size:15px;
  font-weight:800;
  margin-bottom:12px;
  border-bottom:2px solid #0b5ed7;
  padding-bottom:6px;
}


/* =================================================
   CONTENT FIX
================================================= */
.pkp_structure_main{
  padding:20px !important;
}


/* =================================================
   HEADER PREMIUM LOOK
================================================= */
.pkp_site_name_wrapper{
  background:linear-gradient(135deg,#0b5ed7,#00c2ff);
  padding:0px 0;
}

.pkp_site_name{
  color:#ffffff !important;
  font-weight:800;
}



@media (min-width: 992px) {
    .pkp_navigation_user.pkp_navigation_user {
        margin: 19px;
        padding: 15px;
    }
}


@media (min-width: 992px) {
    .pkp_structure_content {
        padding-top: 1.143rem;
    }
}

/* =================================================
   RESPONSIVE MOBILE FULL
================================================= */
@media(max-width:768px){

  #navigationPrimary{
    display:flex;
    flex-direction:column;
    background:#0a1b2e;
    border-radius:10px;
    margin:10px;
  }

  #navigationPrimary > li > a{
    color:#ffffff !important;
    padding:14px !important;
    border-bottom:1px solid rgba(255,255,255,.1);
  }

  #navigationPrimary > li > a:hover{
    background:#00c2ff;
    color:#000 !important;
  }

  .pkp_structure_content{
    width:100% !important;
  }

  .pkp_structure_sidebar{
    width:100% !important;
  }
}


















/* =================================================
   EDITOR CARD DESIGN
================================================= */

.editor-card{
  background:#ffffff;
  border-radius:16px;
  padding:25px;
  margin-bottom:25px;
  box-shadow:0 10px 30px rgba(0,0,0,.1);
  transition:.3s ease;
}

.editor-card:hover{
  transform:translateY(-5px);
}

.editor-role{
  font-size:14px;
  font-weight:800;
  text-transform:uppercase;
  color:#0b5ed7;
  margin-bottom:8px;
}

.editor-role.associate{
  color:#00a86b;
}

.editor-name{
  font-size:22px;
  font-weight:700;
  margin-bottom:15px;
  color:#0b2a52;
}

.editor-links{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.editor-links a{
  text-decoration:none;
  padding:6px 14px;
  border-radius:20px;
  font-size:13px;
  font-weight:600;
  color:#fff;
  transition:.3s ease;
}

/* PLATFORM COLORS */

.editor-links .sinta{background:#d9534f;}
.editor-links .scopus{background:#ff7f00;}
.editor-links .orcid{background:#a6ce39;}
.editor-links .publon{background:#1f6feb;}
.editor-links .scholar{background:#4285F4;}

.editor-links a:hover{
  opacity:.8;
}

/* RESPONSIVE */
@media(max-width:768px){
  .editor-links{
    flex-direction:column;
  }
}









/* =================================================
   EDITOR CARD PREMIUM HOVER EFFECT
================================================= */

.editor-card{
  position:relative;
  overflow:hidden;
  background:linear-gradient(145deg,#ffffff,#f5f8ff);
  border:1px solid rgba(0,0,0,.05);
}

.editor-card::before{
  content:"";
  position:absolute;
  top:0;
  left:-100%;
  width:100%;
  height:100%;
  background:linear-gradient(120deg,transparent,rgba(0,123,255,.15),transparent);
  transition:.6s;
}

.editor-card:hover::before{
  left:100%;
}

.editor-card:hover{
  transform:translateY(-6px) scale(1.01);
  box-shadow:0 20px 50px rgba(0,0,0,.15);
}


/* =================================================
   BADGE ICON STYLE
================================================= */

.editor-links a::before{
  font-family:"Font Awesome 6 Free";
  font-weight:900;
  margin-right:6px;
}

/* ICON PER PLATFORM */
.editor-links .sinta::before{content:"\f19d";}      /* university icon */
.editor-links .scopus::before{content:"\f02d";}     /* book */
.editor-links .orcid::before{content:"\f2bd";}      /* id badge */
.editor-links .publon::before{content:"\f0c5";}     /* copy */
.editor-links .scholar::before{content:"\f19d";}    /* academic */

/* Hover Glow */
.editor-links a:hover{
  transform:translateY(-2px);
  box-shadow:0 6px 18px rgba(0,0,0,.2);
  opacity:1;
}


/* =================================================
   RESPONSIVE IMPROVEMENT TOTAL
================================================= */

@media(max-width:992px){

  .pkp_structure_content{
    width:100% !important;
  }

  .pkp_structure_sidebar{
    width:100% !important;
    margin-top:20px;
  }

  .editor-card{
    padding:20px;
  }

  .editor-name{
    font-size:20px;
  }
}

@media(max-width:576px){

  .editor-card{
    padding:15px;
  }

  .editor-links{
    flex-direction:column;
    gap:8px;
  }

  .editor-links a{
    text-align:center;
    width:100%;
  }

  .editor-name{
    font-size:18px;
  }

  .editor-role{
    font-size:12px;
  }
}


/* =================================================
   SIDEBAR HOVER ENHANCEMENT
================================================= */

.pkp_block{
  transition:.4s ease;
}

.pkp_block:hover{
  transform:translateY(-5px) scale(1.02);
  box-shadow:0 15px 40px rgba(0,0,0,.18);
}


/* =================================================
   NAVIGATION SMOOTH ACTIVE EFFECT
================================================= */

#navigationPrimary > li.current > a{
  color:#0b5ed7 !important;
  font-weight:800;
}

#navigationPrimary > li > a:hover{
  transform:translateY(-2px);
}



@media(max-width:768px){

  .obj_article_summary{
    padding:16px;
  }

  .obj_article_summary .title a{
    font-size:14px;
  }

  .obj_article_summary .galleys_links a{
    width:100%;
    justify-content:center;
  }
}
/* =================================================
   AUTO NUMBERING ARTICLE
================================================= */

.obj_issue_toc{
  counter-reset:article-counter;
}

.obj_article_summary{
  counter-increment:article-counter;
  position:relative;
}
.obj_article_summary {
    background: #ffffff;
    border-radius: 14px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 6px 20px rgb(8 8 8 / 34%);
    transition: .3s ease;
    border: 1px solid rgb(0 0 0 / 19%);
}


.obj_article_summary::before {
    content: counter(article-counter);
    position: absolute;
    top: 1px;
    right: 3px;
    background: #b7c5ca78;
    color: #0061dd;
    font-size: 14px;
    font-weight: 700;
    padding: 1px 5px;
    border-radius: 52px;
}/* =================================================
   ARTICLE CARD STYLE
================================================= */

.obj_article_summary{
  background:#ffffff;
  border-radius:14px;
  padding:20px;
  margin-bottom:20px;
  box-shadow:0 6px 20px rgba(0,0,0,.08);
  transition:.3s ease;
  border:1px solid rgba(0,0,0,.05);
}

.obj_article_summary:hover{
  transform:translateY(-6px);
  box-shadow:0 18px 40px rgba(0,0,0,.15);
}

/* Judul Artikel */
.obj_article_summary .title a{
  font-weight:700;
  font-size:16px;
  color:#0b2a52;
  transition:.3s;
}

.obj_article_summary .title a:hover{
  color:#0b5ed7;
}

/* Author */
.obj_article_summary .meta .authors{
  font-size:13px;
  color:#555;
}

/* Page Number */
.obj_article_summary .pages{
  font-weight:600;
  color:#999;
}
/* =================================================
   MENU HOVER ANIMATION
================================================= */

#navigationPrimary > li > a{
  transition:all .3s ease;
  position:relative;
}

#navigationPrimary > li > a::after{
  content:"";
  position:absolute;
  left:50%;
  bottom:6px;
  width:0;
  height:3px;
  background:linear-gradient(135deg,#0b5ed7,#00c2ff);
  border-radius:3px;
  transform:translateX(-50%);
  transition:.3s ease;
}

#navigationPrimary > li > a:hover{
  transform:translateY(-3px);
}

#navigationPrimary > li > a:hover::after{
  width:70%;
}








/* =================================================
   PREMIUM FOOTER DESIGN
================================================= */
/* =================================================
   FOOTER PRO VERSION 3.0 (BALANCED & CLEAN)
================================================= */

.pkp_structure_footer_wrapper {
    background: linear-gradient(135deg, #0b2a52, #bad6ff);
    padding: 1px 0;
}

.pkp_footer_content{
  display:block !important;
  padding:0 !important;
  margin:0 !important;
}

.asro-footer{
  max-width:1160px;
  margin:auto;
  padding:0 20px;
  display:grid;
  grid-template-columns:1fr 1.2fr;
  gap:50px;
  align-items:center;
}

/* Left column */
.asro-footer-left{
  padding-right:10px;
}

.asro-footer-left h3{
  font-size:20px;
  font-weight:800;
  margin-bottom:18px;
  border-bottom:3px solid #00c2ff;
  display:inline-block;
  padding-bottom:6px;
  color:#fff;
}

.footer-address{
  font-size:15px;
  line-height:1.8;
  margin-bottom:20px;
  color:#abb0b5;
}

.footer-address::before{
  font-family:"Font Awesome 6 Free";
  content:"\f3c5";
  font-weight:900;
  margin-right:10px;
  color:#00c2ff;
}

/* Contact badge */


.footer-contact a {
    display: inline-block;
    background: #ffffff96;
    padding: 8px 16px;
    margin-bottom: 10px;
    border-radius: 25px;
    font-size: 14px;
    transition: .3s ease;
    backdrop-filter: blur(5px);
}


.footer-contact a:hover{
  background:#00c2ff;
  color:#000 !important;
  transform:translateY(-3px);
}

/* Map bigger */
.asro-footer-map iframe{
  width:100%;
  height:320px;
  border-radius:16px;
  box-shadow:0 20px 50px rgba(0,0,0,.35);
  transition:.3s ease;
}

.asro-footer-map iframe:hover{
  transform:scale(1.02);
}

/* Reduce OJS branding */

.pkp_brand_footer {
    font-size: 5px;
    margin-top: -77px;
    width: 99px;
    background: #c9d4e3;
    border-radius: 50%;
    opacity: .9;
    margin-left: 630px;
    height: 73px;
}

.pkp_brand_footer:hover{
  opacity:.8;
}

/* Responsive */
@media(max-width:992px){
  .asro-footer{
    grid-template-columns:1fr;
    text-align:center;
  }


.pkp_brand_footer {
    font-size: 5px;
    margin-top: -83px;
    width: 88px;
    background: #f0f6ff;
    border-radius: 50%;
    opacity: .9;
    margin-left: 567px;
    height: 68px;
}
  .asro-footer-map iframe{
    height:260px;
  }
}









/* =================================================
   CLEAN USER MENU (LOGIN / REGISTER / ADMIN)
================================================= */

.pkp_navigation_user_wrapper{
  background:transparent !important;
  padding:0 !important;
  margin-top:8px;
  margin-right:15px;
  box-shadow:none !important;
  border-radius:0;
}

/* Style link */
.pkp_navigation_user_wrapper a{
  display:inline-block;
  padding:6px 12px;
  margin-left:6px;
  border-radius:20px;
  font-weight:600;
  font-size:13px;
  text-decoration:none !important;
  transition:.3s ease;
  background:#0b5ed7;
  color:#ffffff !important;
}

/* Register style */
.pkp_navigation_user_wrapper a[href*="register"]{
  background:#00c2ff;
}

/* Login style */
.pkp_navigation_user_wrapper a[href*="login"]{
  background:#0b5ed7;
}

/* After login (admin dropdown) */
.pkp_navigation_user_wrapper .task_count,
.pkp_navigation_user_wrapper .dropdown-toggle{
  background:#0b5ed7;
  padding:6px 12px;
  border-radius:20px;
  color:#fff !important;
}

/* Hover effect clean */
.pkp_navigation_user_wrapper a:hover{
  transform:translateY(-2px);
  box-shadow:0 6px 15px rgba(0,0,0,.2);
}

/* Remove weird divider */
.pkp_navigation_user_wrapper a:first-child::after{
  content:"";
}

/* Responsive */
@media(max-width:768px){
  .pkp_navigation_user_wrapper{
    margin-top:5px;
  }

  .pkp_navigation_user_wrapper a{
    padding:5px 10px;
    font-size:12px;
  }
}











/* =========================================
   EDITOR CARD GRID STYLE
========================================= */

.editor-card{
  background:linear-gradient(145deg,#ffffff,#f7fbff);
  border-radius:18px;
  padding:28px;
  margin-bottom:25px;
  box-shadow:0 12px 35px rgba(0,0,0,.08);
  transition:.3s ease;
}

.editor-card:hover{
  transform:translateY(-6px);
  box-shadow:0 20px 55px rgba(0,0,0,.15);
}

.editor-role{
  font-size:13px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:1px;
  margin-bottom:10px;
  color:#0b5ed7;
}

.editor-role.associate{
  color:#00a86b;
}

.editor-name{
  font-size:22px;
  font-weight:700;
  margin-bottom:18px;
  color:#0b2a52;
}

.editor-links{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.editor-links a{
  display:inline-flex;
  align-items:center;
  padding:7px 14px;
  border-radius:25px;
  font-size:13px;
  font-weight:600;
  color:#fff;
  text-decoration:none;
  transition:.3s ease;
}

/* ICON */
.editor-links a::before{
  font-family:"Font Awesome 6 Free";
  font-weight:900;
  margin-right:6px;
}

/* Platform colors + icons */
.editor-links .sinta{background:#d9534f;}
.editor-links .sinta::before{content:"\f19d";}

.editor-links .scopus{background:#ff7f00;}
.editor-links .scopus::before{content:"\f02d";}

.editor-links .orcid{background:#a6ce39;}
.editor-links .orcid::before{content:"\f2bd";}

.editor-links .publon{background:#1f6feb;}
.editor-links .publon::before{content:"\f0c5";}

.editor-links .scholar{background:#4285F4;}
.editor-links .scholar::before{content:"\f19d";}

.editor-links a:hover{
  transform:translateY(-3px);
  box-shadow:0 8px 20px rgba(0,0,0,.2);
}

/* Responsive */
@media(max-width:768px){
  .editor-name{
    font-size:18px;
  }
}


/* =========================================
   ICON DI DEPAN NAMA EDITOR
========================================= */

.editor-name{
  position:relative;
  padding-left:38px;
}

/* default icon */
.editor-name::before{
  font-family:"Font Awesome 6 Free";
  font-weight:900;
  position:absolute;
  left:0;
  top:2px;
  font-size:20px;
  color:#0b5ed7;
}

/* Editor in Chief icon */
.editor-card:first-of-type .editor-name::before{
  content:"\f521"; /* crown */
  color:#ff9800;
}

/* Associate icon */
.editor-role.associate + .editor-name::before{
  content:"\f508"; /* user-tie */
  color:#00a86b;
}















/* =========================================
   ARTICLE TITLE ICON
========================================= */

.obj_article_summary .title a{
  position:relative;
  padding-left:32px;
}

.obj_article_summary .title a::before{
  font-family:"Font Awesome 6 Free";
  content:"\f02d"; /* book icon */
  font-weight:900;
  position:absolute;
  left:0;
  top:2px;
  font-size:16px;
  color:#0b5ed7;
}


/* =========================================
   AUTHOR STYLE IMPROVEMENT
========================================= */

.obj_article_summary .meta .authors{
  position:relative;
  padding-left:26px;
  font-size:14px;
  color:#555;
}

.obj_article_summary .meta .authors::before{
  font-family:"Font Awesome 6 Free";
  content:"\f007"; /* user icon */
  font-weight:900;
  position:absolute;
  left:0;
  top:2px;
  font-size:13px;
  color:#00a86b;
}

/* Remove plain "(Author)" look */
.obj_article_summary .meta .authors .author{
  font-weight:500;
}

/* Author badge style */
.obj_article_summary .meta .authors span:last-child{
  background:#e3f2fd;
  color:#0b5ed7;
  padding:3px 8px;
  border-radius:12px;
  font-size:11px;
  margin-left:6px;
}

.pkp_site_name .is_img img {
    max-height: 100% !important;
}



/* =========================
   DESKTOP
========================= */
.pkp_site_name .is_img img {
    max-height: 100% !important;
    width: auto !important;
}

/* =========================
   MOBILE
========================= */
@media (max-width: 768px) {

    .pkp_site_name {
        text-align: center;
        padding: 8px 0;
    }


    .pkp_site_name .is_img img {
        max-height: 100px !important;
        width: auto !important;
        margin: -30px auto !important;
        display: block;
        Z-INDEX: revert-layer;
    }
}








/* =========================================
   JOURNAL INFO CARD DESIGN
========================================= */

.journal-info{
  margin:30px 0;
}

.journal-card{
  background:linear-gradient(145deg,#ffffff,#f5f9ff);
  border-radius:18px;
  padding:30px;
  box-shadow:0 12px 35px rgba(0,0,0,.08);
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px 40px;
  border:1px solid rgba(0,0,0,.05);
}

.journal-item{
  position:relative;
  padding-left:40px;
  font-size:15px;
  color:#555;
  line-height:1.6;
}

.journal-item strong{
  display:block;
  font-size:16px;
  font-weight:700;
  color:#0b2a52;
  margin-top:4px;
}

/* ICON STYLE */
.journal-item::before{
  font-family:"Font Awesome 6 Free";
  font-weight:900;
  position:absolute;
  left:0;
  top:2px;
  font-size:18px;
  color:#0b5ed7;
}

/* ICON PER ITEM (AUTO BASED ON URUTAN) */

.journal-item:nth-child(1)::before{content:"\f02d";}   /* Nama Jurnal */
.journal-item:nth-child(2)::before{content:"\f073";}   /* Frekuensi */
.journal-item:nth-child(3)::before{content:"\f02f";}   /* ISSN */
.journal-item:nth-child(4)::before{content:"\f521";}   /* Editor */
.journal-item:nth-child(5)::before{content:"\f1ad";}   /* Penerbit */
.journal-item:nth-child(6)::before{content:"\f19d";}   /* Terindeks */

/* Hover effect */
.journal-item:hover{
  transform:translateX(4px);
  transition:.3s ease;
}

/* =========================================
   RESPONSIVE
========================================= */

@media(max-width:992px){
  .journal-card{
    grid-template-columns:1fr;
  }
}

@media(max-width:576px){
  .journal-card{
    padding:20px;
  }

  .journal-item{
    font-size:14px;
  }

  .journal-item strong{
    font-size:15px;
  }
}






/* =========================================
   ABOUT JOURNAL SECTION
========================================= */

.about-journal{
  margin:40px 0;
}

.about-card{
  background:#ffffff;
  padding:35px;
  border-radius:18px;
  box-shadow:0 20px 50px rgba(0,0,0,.08);
  border:1px solid rgba(0,0,0,.05);
}

.about-description{
  font-size:15px;
  line-height:1.8;
  color:#555;
  margin-bottom:25px;
}

.about-description a{
  color:#0b5ed7;
  font-weight:600;
  text-decoration:none;
}

.about-description a:hover{
  text-decoration:underline;
}

.about-meta{
  display:flex;
  gap:40px;
  flex-wrap:wrap;
}

.meta-item{
  position:relative;
  padding-left:40px;
}

.meta-item span{
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:1px;
  color:#888;
  display:block;
}

.meta-item strong{
  font-size:16px;
  color:#0b2a52;
  font-weight:700;
}

/* ICONS */
.meta-item::before{
  font-family:"Font Awesome 6 Free";
  font-weight:900;
  position:absolute;
  left:0;
  top:4px;
  font-size:18px;
  color:#0b5ed7;
}

.meta-item.issn::before{
  content:"\f02f"; /* barcode */
}

.meta-item.editor::before{
  content:"\f521"; /* crown */
}

/* Responsive */
@media(max-width:768px){
  .about-meta{
    flex-direction:column;
    gap:20px;
  }

  .about-card{
    padding:25px;
  }
}





/* =========================================
   MOST READ & SIMILAR ARTICLES CARD STYLE
========================================= */

/* Section Title */
.page_article h2{
    font-size:18px;
    font-weight:800;
    color:#0b2a52;
    margin:30px 0 15px;
    position:relative;
    padding-left:32px;
}


/* Remove bullet */
.page_article ul{
    list-style:none;
    padding-left:0;
}

/* Each item */
.page_article ul li {
    background: #ddddddb5;
    border-radius: 14px;
    padding: 18px 20px;
    margin-bottom: 14px;
    box-shadow: 0 15px 40px rgb(0 0 0 / 27%);
    transition: .3s ease;
    border: 1px solid #b7c5ca;
    position: relative;
    padding-left: 38px;
    text-align: justify;
}

/* Hover effect */
.page_article ul li:hover{
    transform:translateY(-4px);
    box-shadow:0 18px 40px rgba(0,0,0,.15);
}

.page_article h2 + ul li:hover::after{
    background:linear-gradient(180deg,#00c2ff,#00a86b);
}


/* Link style */
.page_article ul li a{
    font-weight:700;
    color:#0b2a52;
    text-decoration:none;
}

.page_article ul li a:hover{
    color:#0b5ed7;
    text-decoration:underline;
}


/* =========================================
   GRADIENT BORDER LEFT PREMIUM
========================================= */

.page_article h2 + ul li{
    position:relative;
    overflow:hidden;
}

/* Gradient accent bar */
.page_article h2 + ul li::after{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:6px;
    height:100%;
    background:linear-gradient(180deg,#0b5ed7,#00c2ff);
    border-radius:6px 0 0 6px;
}














/* =================================================
   EDITORIAL BOARD FINAL PROFESSIONAL VERSION
================================================= */

.editor-grid{
  max-width:1100px;
  margin:auto;
  display:flex;
  flex-direction:column;
  gap:28px;
}

/* ================= CARD ================= */

.editor-card{
  display:flex;
  gap:25px;
  align-items:center;
  padding:28px;
  border-radius:16px;
  background:#ffffff;
  border:1px solid #e5e7eb;
  box-shadow:0 10px 25px rgba(0,0,0,.06);
  transition:.3s ease;
}

.editor-card:hover{
  transform:translateY(-4px);
  box-shadow:0 18px 40px rgba(0,0,0,.1);
}

/* Chief highlight */
.editor-card.chief{
  border-left:5px solid #1e3a8a;
}

/* ================= PHOTO ================= */

.editor-photo{
  width:110px;
  height:110px;
  border-radius:50%;
  overflow:hidden;
  flex-shrink:0;
  background:#f3f4f6;
  display:flex;
  align-items:center;
  justify-content:center;
}

.editor-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.editor-photo:empty::before{
  content:"\f007";
  font-family:"Font Awesome 6 Free";
  font-weight:900;
  font-size:36px;
  color:#9ca3af;
}

/* ================= ROLE ================= */

.editor-role{
  font-size:12px;
  text-transform:uppercase;
  font-weight:600;
  letter-spacing:1px;
  margin-bottom:6px;
  color:#6b7280;
  display:flex;
  align-items:center;
  gap:6px;
}

/* Role icon base */
.editor-role::before{
  font-family:"Font Awesome 6 Free";
  font-weight:900;
  font-size:13px;
}

/* Crown for Chief */
.editor-card.chief .editor-role::before{
  content:"\f521";
  color:#f59e0b;
}

/* User-tie for Associate */
.editor-card:not(.chief) .editor-role::before{
  content:"\f508";
  color:#1e3a8a;
}

/* ================= NAME ================= */

.editor-name{
  font-size:20px;
  font-weight:600;          /* lebih profesional */
  color:#111827;
  margin-bottom:6px;
  font-family:'Segoe UI','Helvetica Neue',sans-serif;
  letter-spacing:.2px;
  line-height:1.4;
}

/* ================= AFFILIATION ================= */

.editor-affiliation a{
  font-size:14px;
  color:#374151;
  text-decoration:none;
  font-weight:500;
}

.editor-affiliation a:hover{
  color:#1e3a8a;
}

/* ================= LINKS ================= */

.editor-links{
  margin-top:14px;
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.editor-links a{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:7px 14px;
  border-radius:20px;
  font-size:12px;
  font-weight:600;
  text-decoration:none;
  background:#f3f4f6;
  color:#111827;
  border:1px solid #e5e7eb;
  transition:.25s ease;
}

/* Icon color soft */
.editor-links a i{
  color:#1e3a8a;
}

.editor-links a:hover{
  background:#1e3a8a;
  color:#ffffff;
  border-color:#1e3a8a;
}

.editor-links a:hover i{
  color:#ffffff;
}

/* ================= RESPONSIVE ================= */

@media(max-width:768px){
  .editor-card{
    flex-direction:column;
    text-align:center;
  }
}
