body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .article-summary-title, .article-details-issue-identifier {
   font-family: "Inter", serif !important;
}

@media (min-width: 992px){
        #primaryNav .dropdown-menu.show{
            flex-direction: column;
            align-items: flex-start;
            align-content: flex-start;
            width: 260px;
            top: calc(100% + 8px);
            left: 0;
            border: 1px solid #e5e5e5;
            box-shadow: 0 4px 12px 0 rgb(0 0 0 / 16%);
            color: #333;
            background-color: white;
            padding: 0;
        }
            #primaryNav .nav-item{
            display: flex;
            align-items: center;
        }
        #primaryNav .dropdown-item {
            font-size: 14px;
            color: #333;
            text-align: left;
            width: 100%;
            padding: 10px 15px;
        }
        #primaryNav .dropdown-item:focus, #primaryNav .dropdown-item:hover{
            border-color: transparent;
        }
}

.article-details-how-to-cite .dropdown .btn{
    width: 100%;
    border: none;
    background-color: #5A5A5A1A;
    border-radius: 12px;
}

.article-details-how-to-cite .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    content: "";
    width: 1em; /* Sesuaikan dengan ukuran gambar */
    height: 1em; /* Sesuaikan dengan ukuran gambar */
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAzklEQVR4nO2TQQqDMBRE39qFJ2jWHkK9RHXTI1YEL9YW9QJ284VgYjpIuykOzCqfmZCfB6cOyAE9MJsHoIjMZUAFtOYayJXwJ7Bs/LIzP7wBbhs3drarPhK+mDtvroqEry5TBXOiYPLm2kRBe7Rg/EbBkCi4e3P10ScqbKHb8Adw8ebynSVfPy0Z+y2dvflkN/fDV2V22/Wblkr4fygTCXUi8UG4QqgTiQ+kEtqLxAdSAZpF4n9SMKYKVEIHkfhAKqGFSHxUKqFOJP4USb0BSS6FbxTJVfQAAAAASUVORK5CYII=");
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle; /* Memusatkan secara vertikal */
    transform: translateY(-0.1em); /* Sesuaikan untuk menyeimbangkan gambar */
    background-position: center; /* Pastikan gambar di tengah */
}

.footer-brand-image{
    max-width: 200px;
}
.page-content{
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    border-bottom: 0 !important;
}

.add-content{
    margin-bottom: 5rem;
    background-color: #058EFF0A;
    padding: 5rem 0;
    align-items: center; /* Menengahkan gambar secara vertikal */
    justify-items: center; /* Menengahkan gambar secara horizontal */
    
}

.add-content-container{
    width: 100%;
    display: flex;
    gap: 30px; /* Jarak antar elemen */
    align-items: center; /* Menengahkan gambar secara vertikal */
    justify-items: center; /* Menengahkan gambar secara horizontal */
}

.add-content .add-items{
    padding: 20px;
    background-color: white;
    border-radius: 20px;
    display: flex;
    width: 100%;
    gap:15px;
    align-items: center;
}

.add-content .add-items h2{
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 800;
}

.add-content .add-items img{
    background-color: #058EFF26;
    padding: 15px;
    border-radius: 150px;
    width: 65px;
}

.separator {
    width: 2px; /* Ketebalan garis */
    height: 18px; /* Tinggi garis */
    background-color: #ccc; /* Warna garis */
    margin: 0 15px;
}

.links{
    display: flex;
    align-items: center;
}

.links .btn{
    border: 0;
    padding: 0;
}

.site-about{
   display: flex;
   gap: 20px;
}

.site-about .col-left{
    margin-bottom: 50px;
    width: 60%;
    align-content: center;
}

.site-about .col-right{
    place-self: end;
    width: 40%;
    text-align: right;
}

.site-about .col-right img{
    width: 500px;
}

.site-about h3{
    font-size: 32px;
    font-weight: 800;
}

.site-about p{
    font-size: 16px;
    font-weight: 400;
}

.site-about .logos {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* Membuat 4 kolom dengan lebar sama */
    gap: 40px; /* Jarak antar elemen */
    align-items: center; /* Menengahkan gambar secara vertikal */
    justify-items: center; /* Menengahkan gambar secara horizontal */
  }

.site-about .logos img {
    max-width: 100%; /* Menjamin gambar tidak melebihi ukuran kolom */
    height: auto; /* Mempertahankan rasio aspek gambar */
  }

.site-journals h2{
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 2rem;
}

.site-journals-list{
    display: grid;
    gap: 15px 30px;
    width: 100%;
    grid-template-columns: repeat(3, minmax(250px, 1fr));
}

.page-site .site-journal{
    width:100%;
    margin-bottom: 0;
}

.site-hero{
    padding-top:3rem;
}

.site-journal-title{
    font-size: 18px;
    font-weight: 600;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
}

.site-footer{
    margin-top: 0;
    padding: 3rem 0;
}

.footer-brand-image{
    float: right;
}

.custom-footer{
    margin-top: 3rem;
    background-color: #E1E1E133;
    padding: 4rem 0;
}

.custom-footer .container .row{
   gap: 50px;
   flex-wrap: nowrap;
}

.custom-footer .row .left{
    width: 40%;
 }

.custom-footer .row .left img{
   width: 200px;
   margin-bottom: 1.5rem;
}

.custom-footer .right{
    width: 60%;
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* Membuat 4 kolom dengan lebar sama */
    gap: 20px; /* Jarak antar elemen */
}

.custom-footer .right-item{
    display: flex;
    flex-direction: column;
}

.custom-footer .right h4{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 1rem;
}

.custom-footer .right a{
    font-weight: 400;
    color: #333;
}

.container-full{
    background-color: #E1E1E133;
    padding: 3rem 0;
    overflow: hidden;
}

.container-full .col-full{
    max-width:1320px;
    padding: 3rem 0;
}

.journal-header{
    display: flex;
    gap: 30px;
}

.journal-header .journal-thumbnail{
    max-width: 260px;
}

.journal-content{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.journal-content h2{
    font-size: 32px;
    font-weight: 800;
}

.journal-content p{
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 2rem;
}

.journal-buttons a{
    padding: 13px 50px;
    background-color: #058EFF26;
    color: #002F56;
    border-radius: 10px;
    font-weight: 700;
    font-size: 16px;
    margin-right: 15px;
}

.row-journal{
    display: flex;
    gap: 50px;
}

.row-journal .page-left{
    width: 73%;
}

.row-journal .page-right{
    width: 27%;
    padding-top: 2rem;
    text-align: left;
}

.article-details-main p, .article-blocks-mobile p{
    text-align: justify;
}

.article-blocks-mobile .article-details-keywords{
    margin-bottom: 3rem;
}

.authors-string img{
    width:18px;
}

.navbar-toggler{
    order:3;
    border: none;
    padding: unset;
}

/* Menyembunyikan icon default (hamburger) saat aria-expanded = true */
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    background: transparent;
}

/* Ketika aria-expanded = true, ganti ikon dengan gambar X */
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAABBUlEQVR4nO3ZTQqDMBAF4HeKPOkV2+MWbE9jKXUhRcQk8xeZt3Il8xFNZgiQyWQyV8odwORdBH41fGtpygPAAmB2xkxrDctaU3UKgOf6gjeAG+zDTQ2vnho8MZRCeGIojfDAUAthiaE2wgJjhtDEmCM0MG4ISYw7QgITBtGDCYdowYRF1GDCI85ghkEcYYZD7M0Q899zhEGteWWGW4lttp+T53DWlUt8Wtz5sSOMzVU52p2GwfDEFhsew4pzIiyGDYddOAw7TuwwGAq0He4YCvZObhgqNIDmGCp2sWYYi1a8aGMs54mihfEYioo0xnOyK1KYCONpkcBc5urtMpehmUwmg3D5AAklyc9YEtl/AAAAAElFTkSuQmCC');
    background-size: contain;
    background-position: center;
    width: 30px;
    height: 30px;
}

.nav-search{
    margin-left: 20px;
    display: flex;
    gap: 10px;
}

.text-center .btn-view{
    color:#002F56;
    border-radius: 10px;
    font-weight: 600;
    font-size: 16px;
    padding: 10px 50px;
    border: solid 1px #058EFF3B;
}

.page-content{
    padding-top: 1rem;
}

.page-content h2, .page-content h3, .page-content h4, .page-content h5{
    margin-top: 0;
}

.sidebar .info{
    background-color: #058EFF08;
    padding: 260px 0 0 0 !important;
    background-image: url(/public/site/images/ojs/services.jpg);
    background-size: cover;
    background-position: center;
}

.sidebar .sidebar-content{
    padding: 20px;
    border: 0;
    border-top: solid 1px #0000001A; 
    background-color: white;
    border-radius: 0 0 14px 14px;
}

.sidebar .sidebar-content .title h5{
    font-weight: 700;
    font-size: 20px;
    color: #002F56;
}

.sidebar .sidebar-content .title p{
    margin: 0;
}

.article-details-how-to-cite .article-details-heading{
    display:none;
}

.sidebar .article-details-license{
    margin-top: 0;
}

/* HEADER CSS */
/* .main-header {
    background-color: #ccc;
    color: white;
}

.main-header .nav-link{
    color: white !important;
} */

.main-header img{
    /* filter: brightness(0) invert(1); */
    max-height:50px;
}

.main-header .container{
    display: flex;
    gap: 20px;
}

.main-header .navbar-logo{
    margin-left: 0;
}

.main-header .nav-link{
    font-weight: 500;
}

.article-summary-pages{
    padding: 5px 0;
    text-align: right;
    font-weight: 700;
}

/* .language-toggle .dropdown-toggle {
    color: white !important;
} */

/* OVERVIEW */

.homepage-additional-content{
    margin-top: 2rem;
    margin-bottom: 2rem;
}

/* Tabs */
.tabs {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 0;
    gap: 20px;
  }
  
  .tab {
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 50px;
    display: flex;
    align-items: center;
    font-weight: 700;
    border: unset;
    background-color: #f2f9ff;
    color: #0b497c !important;
    font-size: 14px;
    justify-content: center;
    width: 100%;
  }
  
  .tab.active {
    background-color: #e7f2fc;
    color: #004085;
  }
  
  /* Overview Section */

  .page-left .page-content{
    border-top: 0;
  }

  .page-editorial-team .overview h2 {
    font-size: 24px;
    color: #00274d;
    font-weight: bold;
    margin-bottom: 20px;
  }

  .page-editorial-team .overview {
    padding: 50px 50px 10px;;
    background-color: #058EFF0D;
    border-radius: 20px;
    margin-bottom: 3rem;
  }
  
  .page-editorial-team .row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  
  .page-editorial-team .list {
    margin-bottom: 20px;
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
  }
  
  .page-editorial-team .list p {
    border-bottom: 1px solid #c5e0f4;
    padding: 10px 0;
    font-size: 14px;
    color: #333;
    position: relative;
    margin: 0 10px;
  }

  .page-editorial-team .list p::after {
    content: url('https://img.icons8.com/sf-black-filled/18/forward.png');/* Tambahkan simbol untuk tanda */
    position: absolute;
    right: 0; /* Posisikan tanda di sebelah kanan */
    color:#9C9C9C;
    margin-bottom:4px;
}
  
  .page-editorial-team .list p strong {
    font-weight: bold;
    color: #00274d;
  }
  
  .page-editorial-team .arrow {
    margin-left: 10px;
    color: #0078d4;
  }
  
  /* Indexing Section */
  .page-editorial-team .indexing {
    margin-top: 20px;
    font-size: 14px;
    color: #555;
    text-align: center;
  }

  .issue-toc-section-title{
    font-size: 28px;
    font-weight: 800;
    padding-bottom:10px;
    border-bottom: solid 2px #FFA800;
    width: fit-content;
  }

  .article-summary{
    padding-bottom: 10px;
    border-bottom: solid 1px #9C9C9C;
  }

  .article-summary-title{
    font-weight: 700;
  }

.homepage-issue-current, .homepage-issue-identifier, .homepage-issue-published{
    text-align: left;
}

.homepage-issue-identifier, .homepage-issue-published{
    font-size: 16px;
    font-family: unset;
}

.homepage-issue-cover{
    max-width: -webkit-fill-available;;
}

.homepage-issue-description{
    padding-bottom: 0;
}

.homepage-issue-description:after{
    background-image: unset;
}

.homepage-issue-description-wrapper{
    padding-bottom: 2rem;
}

.nmi_type_search .nav-link {
    text-indent: -9999px; /* Sembunyikan teks */
    overflow: hidden;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="11" cy="11" r="8"></circle><line x1="21" y1="21" x2="16.65" y2="16.65"></line></svg>');
    background-size: contain; /* Pastikan ukuran sesuai */
    background-repeat: no-repeat;
    background-position: center;
}

/* #primaryNav .nav-item{
    display: flex;
    align-items: center;
} */

#primaryNav .nav-link{
    padding: 10px;
}

#primaryNav .nav-link:hover, #primaryNav .nav-link:focus{
    padding: 10px;
    border-color: transparent;
    border-bottom: 4px solid #005b11;
}

#primaryNav .nav-item .dropdown-toggle::after {
    content: "\f078"; /* Chevron down di Font Awesome 3 */
    font-family: "FontAwesome"; /* Sesuai dengan Font Awesome 3 */
    transition: transform 0.3s ease;
    display: inline-block;
}

/* Saat focus atau active, chevron diputar ke atas */
#primaryNav .nav-item .dropdown-toggle:focus::after,
#primaryNav .nav-item .dropdown-toggle:focus-within::after,
#primaryNav .nav-item .dropdown-toggle.show::after { /* jika pakai class open saat aktif */
    transform: rotate(180deg);
}

#primaryNav .nmi_type_search:hover{
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="11" cy="11" r="8"></circle><line x1="21" y1="21" x2="16.65" y2="16.65"></line></svg>');
    background-size: contain; /* Pastikan ukuran sesuai */
    background-repeat: no-repeat;
    background-position: center;
}

.article-summary-galleys{
    margin-top: 0;
}


 /* Single Page */

.article-details .page-header{
    text-align: left;
    margin: 0;
}

.page-article{
    padding-top: 3rem;
}

.article-details-main{
    padding: 0;
    padding-right: 3rem;
    background-color: transparent;
}

.article-details-block{
    margin-bottom: 0;
}

.sidebar .btn-galley{
    padding: 8px 40px;
    background-color: #002F56;
    color: white;
    border-radius: 10px;
    display: block;
    text-align: center;
}

.sidebar .article-details-galley {
        display: block;
    }
    
.article-details .authors-string{
    font-size:18px;
}

 /* About Page */

 .page-left .page-header{
    text-align: left;
    margin-bottom: 0;
 }

 .page-contact .page-header{
    text-align: center;
 }

 .page-left .page-header h1{
    font-size: 28px;
    color: #002F56;
    margin-bottom: 15px;
    font-weight: 800;
 }
 
 .sidebar-section img {
    width: 100%;
    height: 50px;
    object-fit: contain;
     
 }

 .right-item .expand-content{
    display: flex;
    flex-direction: column;
}

.article-details-keywords-value span:not(:last-child):after {
    content: ", ";
}

.sponsorship{
    margin-bottom: 2rem;
}

.sponsorship-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Grid dengan 2 kolom */
    gap: 20px; /* Jarak antar item */
    list-style: none; /* Hilangkan bullet/dot */
    padding: 0; /* Hilangkan padding bawaan */
    margin: 0; /* Hilangkan margin bawaan */
}
  
  .sponsorship-item {
    border: 1px solid #ccc; /* Border dengan warna abu-abu */
    border-radius: 12px; /* Border radius */
    padding: 20px; /* Tambahkan padding untuk isi konten */
    display: flex;
    gap: 15px;
    align-items: center;
    text-decoration: underline;
}

.sponsor-text a{
    color:#333;
}

.sponsorship-image{
    width: auto;
    height:35px;
    object-fit: contain;
}

.authors-string .author-string-href {
    text-decoration: underline;
    text-decoration-thickness: 1px;
}

.authors-string .author-string-href:hover {
    text-decoration: underline;
    text-decoration-thickness: 4px;
}
 
 @media (max-width: 992px){
    .nav-search{
        margin-right: 15px;
        margin-left: auto;
    }

    .nav-bottom{
        order: 5;
        position: absolute;
        top: 0;
        right: 0;
        margin-right: 0;
    }

     .site-about .col-right{
         display:none;
     }
     .site-journals-list {
    grid-template-columns: repeat(2, minmax(250px, 1fr));
    }
     .main-header .navbar{
        width: inherit;
    }
    
    .navbar-brand img {
    width: 140px;
    max-height: 50px;
    object-fit: contain;
    }
    .navbar-collapse{
        margin-top: 20px;
        order: 4;
    }
    .site-about .col-left{
    width: 100%;
    }
    .journal-header{
    flex-direction: column;
    }
    .row-journal{
        flex-direction: column;
    }
    .row-journal .page-left, .row-journal .page-right{
        width:100%;
    }
    .custom-footer .container .row{
       flex-wrap: wrap;
    }
    .custom-footer .row .left{
        width:100%;
    }
    .custom-footer .right-item{
        border-bottom: 1px solid grey;
        padding: 10px 0;
    }
    .custom-footer .right{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px; /* Jarak antar elemen */
    }
        /* Konten disembunyikan secara default */
    .expand-content {
        display: none;
        padding-left: 15px;
    }
    
    /* Tampilkan konten saat active */
    .right-item.active .expand-content {
        display: flex;
        flex-direction: column;
    }
    .expand-header {
        cursor: pointer;
        position: relative;
    }

    .expand-header::after {
        content: '+';
        position: absolute;
        right: 10px;
    }

    .right-item.active .expand-header::after {
        content: '-';
    }
    .authors-string {
         display: block; 
         order: 3;
        padding-left: 0;
    }

    .authors-string a{
        color:black;
   }
    
    .authors-string li{
         display: inline;
        list-style-type: none;
    }
    .article-details-author.hideAuthor{
        display: none;
    }
    .authors-string li:not(:last-child):after {
        content: ", ";
    }
    .site-footer p, .site-footer nav, .site-footer a{
        text-align:center;
    }
    .site-footer{
        width: 100%;
        display: inline-block;
    }
    .footer-brand-image{
        float: unset;
    }
    .site-footer .logo-ojs a{
    width: 100%;
        display: inline-block;
    }
    .right-item .expand-content{
        display: none;
    }
    .site-footer .row{
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    #primaryNav .nav-link:hover, #primaryNav .nav-link:focus{
        padding: 10px;
        border-color: transparent;
        background: transparent;
        color: #333;
    }
 }
 
@media (max-width: 768px){

    .add-content-container{
        flex-direction: column;
    }
    .site-journals-list {
    grid-template-columns: repeat(1, minmax(250px, 1fr));
    gap: 0;
    }
    .page-site .site-journal{
    width:100%;
    margin-bottom:0;
    }
    .page-content p {
    margin-top: 0;
    }
    .site-about .logos {
    grid-template-columns: repeat(3, 1fr); /* Membuat 4 kolom dengan lebar sama */
    gap: 15px; /* Jarak antar elemen */
    }
    .journal-buttons{
        gap: 10px;
        text-wrap: auto;
        line-height: 50px;
    }
    
    .journal-header .journal-thumbnail{
        display:none;
    }
    
    .journal-buttons a{
        padding: 10px 20px;
        border-radius: 30px;
    }
    
    .tabs {
        flex-direction: column;
        gap:10px;
        text-align: center;
    }
    .container-full .col-full{
        padding: 1rem;
    }
    .page-editorial-team .overview{
        padding: 3rem 20px;
        width: 100vw;
        margin-left: -1.5rem;
    }
    .page-editorial-team .row{
        flex-direction: column;
        gap:0;
    }
    .page-editorial-team .column{
        width: 100%;
    }
    .footer-brand-image{
        max-width: 275px;
    }
    .homepage-issue-cover{
        display: none;
    }
    .sponsorship-list {
       grid-template-columns: unset;
    }
    .sponsorship-item {
        display: inline-block;
        text-align: center;
    }
}


#primaryNav .nav-link,#primaryNav .dropdown-item {
    text-transform: unset;
}

/* HERO */

.hero-top{
    padding: 30px 0;
    background-image: linear-gradient(160deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.8));
    background-blend-mode: overlay;
}

.hero-bottom{
    padding: 25px 0;
    background-image: linear-gradient(120deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.4));
    background-blend-mode: overlay;
}

.hero-bottom .pkp_structure_content, .hero-top .pkp_structure_content {
    color: white;
    width: 100%;
    position: relative;
}

.hero-menu .pkp_structure_content {
    padding: 8px 0;
    width: 100%;
}

.hero-bottom .pkp_structure_content a, .hero-top .pkp_structure_content a{
    color: white;
    text-decoration: underline;
    text-underline-offset: 4px;
    font-weight: 700;
}

.hero-bottom .pkp_structure_content a:hover, .hero-top .pkp_structure_content a:hover{
    text-decoration-thickness: 4px;
}

.hero-menu{
    border-bottom: solid 1px #c5e0f4;
    padding: 10px 0;
}

.hero-menu span{
    color: #555;
    font-size: 14px;
}

.hero-menu button{
    background: none;
    border: none;
    display: flex;
    align-items: center;
    font-weight: 700;
}

.hero-menu button:focus{
    box-shadow: none;
}

.hero-top .info-top{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 20px;
    gap: 30px;
}

.hero-top .breadcrumb{
    font-weight: 700;

}

.hero-top .detail-journal .logo-right .integra{
    width: 170px;
    aspect-ratio: 3 / 1;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.hero-top .detail-journal{
    display: flex;
    gap: 25px;
}

.hero-top .detail-journal .journal-cover{
    width: 200px;
}

.hero-top .detail-journal .journal-cover img{
    aspect-ratio: 3/4;
    object-fit: contain;
    object-position: left;
    width: inherit;
}

.hero-top h3{
    font-size: 32px;
    line-height: normal;
    margin-top: 0;
    margin-bottom: 30px;
}

.hero-top h2{
    line-height: normal;
    text-decoration-thickness: 1px;
}

.hero-top .detail-journal .decription p{
    
}

.hero-top .publisher{
    margin-bottom: 30px;
}

.hero-top .publisher p{
    margin-bottom: 0;
}

.hero-top .publisher h5{
    margin-top: 0;
    font-size: 16px;
}

.hero-top button{
    cursor: pointer;
    padding: 12px 25px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    font-weight: 700;
    border: unset;
    background-color: #f2f9ff;
    color: #0b497c;
}

.hero-menu .pkp_nav_list{
    font-weight: 700;
}

.hero-menu .pkp_nav_list a{
    color: #1a1b1e;
    display: flex;
    align-items: center;
}

#primaryNav{
    justify-content: left;
    padding: 0;
    gap: 20px;
}

.hero-top .detail-journal .logo-right .openaccess{
    aspect-ratio: unset;
    display: block;
    object-fit: contain;
    background-color: white;
    border-radius: 0 0 8px 8px;
    padding: 23px;
}

.hero-top .detail-journal .logo-right{
    padding: 0;
    border: solid 1px white;
    border-radius: 8px;
    min-width: 300px;
    width: 300px;
    justify-items: center;
    max-height: 200px;
    text-align: -webkit-center;
    place-items: center;
}

.hero-top .detail-journal .logo-right img{
    width: 100%;
    display: block;
    padding: 10px;
    height: 50%;
}

@media (max-width: 992px) {
    /* .hero-menu{
        display: none;
    } */
    .hero-menu{
        display: block;
    }
    .hero-menu.active {
        display: block;
    }
    .hero-menu.active {
        border-bottom: solid 4px #c5e0f4;
    }

    .hero-menu .pkp_nav_list {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    
    .hero-menu .pkp_nav_list li {
        position: relative;
    }
    
    /* Styling untuk item menu utama */
    .hero-menu .pkp_nav_list li a {
        display: flex;
        justify-content: space-between; /* Chevron ke kanan */
        align-items: center;
        padding: 10px;
        text-decoration: none;
        color: black;
        background: #f8f8f8;
        border-bottom: 1px solid #ddd;
    }
    
    /* Styling submenu */
    .hero-menu .pkp_nav_list .bottom-nav{
        display: none;
        list-style: none;
        padding-left: 15px;
        margin: 0;
        background: #fff;
    }
    
    .hero-menu .pkp_nav_list ul li a {
        padding: 8px 15px;
        background: white;
    }

    .hero-menu .pkp_nav_list li a {
        background: white;
    }
    
    /* Chevron style */
    .hero-menu .pkp_nav_list .chevron {
        font-size: 12px;
        transition: transform 0.3s ease;
    }
    
    /* Rotate chevron saat submenu terbuka */
    .hero-menu .pkp_nav_list li.active .chevron {
        transform: rotate(180deg);
    }

    #primaryNav .nav-item .dropdown-toggle::after {
        content: "\f078"; /* Chevron down di Font Awesome 3 */
        font-family: "FontAwesome"; /* Sesuai dengan Font Awesome 3 */
        position: absolute;
        right: 10px; /* Geser ke kanan */
        font-size: 12px; /* Sesuaikan ukuran */
        top: 12px;
    }

    #primaryNav{
        gap: 5px;
    }

    .hero-menu:has(.collapsed) {
        border-bottom: solid 5px #c5e0f4;
    }

    .nav-link:hover{
        color: #333;
        background: none;
    }
}

@media (max-width: 767px){
    .additional_content .overview{
        width: 100vw;
        margin-left: -30px;
        border-radius: 0 !important;
    }

    .hero-top .detail-journal .logo-right{
        width: 100%;
    }

    .hero-top .detail-journal .logo-right .integra{
        width: 60%;
    }

    .hero-top .detail-journal .logo-right .openaccess{
        padding: 15px 32%;
    }

    .hero-top, .hero-menu, .hero-bottom, .hero-menu{
        padding-right: 15px;
        padding-left: 15px;
    }

    .hero-top .detail-journal{
        flex-direction: column;
    }

    .hero-top .detail-journal .journal-cover{
        display: none;
    }

    .hero-top h3{
        font-size: 28px;
    }

    .hero-top .description .publisher p{
        display: block;
    }

    .hero-top .description p{
        display: none;
    }

    .hero-top button{
        width: 100%;
        justify-content: center;
    }

    .overview .row{
        flex-direction: column;
    }

    .overview .list{
        grid-template-columns: repeat(1, 1fr) !important;
    }
}



/* PDF VIEW */

#detailSource hr{
    border-top: none;
}