/* WRAPPER SIDEBAR */
.sidebar{
    width:260px;
}

/* MENU BOX */
.sidebar-menu{
    background:#0b3c5d;
    border:3px solid #ffffff;
}

/* MENU ITEM */
.sidebar-menu a{
    display:block;
    padding:14px 15px;

    font-family:'CinzelReg', serif;
    font-size:14px;
    letter-spacing:2px;
    text-transform:uppercase;

    color:#ffd700;
    text-decoration:none;

    border-bottom:1px solid rgba(255,255,255,0.35);
    transition:all 0.25s ease;
}

.sidebar-menu a:hover{
    background:#002855;
    padding-left:26px;
}

.sidebar-menu a:last-child{
    border-bottom:none;
}

/* LOGIN BOX */
.sidebar-login{
    background:#f5f5f5;
    border:3px solid #002855;
    margin-top:15px;
    font-family:'CinzelReg', serif;
}

/* TITLE LOGIN */
.login-title{
    background:#0b3c5d;
    color:#ffffff;
    font-weight:bold;
    padding:10px;
    text-transform:uppercase;
}

/* FORM */
.sidebar-login form{
    padding:12px;
}

.sidebar-login label{
    display:block;
    font-size:14px;
    margin-bottom:4px;
}

.sidebar-login input[type="text"],
.sidebar-login input[type="password"]{
    width:100%;
    padding:6px;
    margin-bottom:10px;
    border:1px solid #999;
}

/* REMEMBER */
.remember{
    font-size:13px;
    margin-bottom:10px;
}

/* BUTTON */
.sidebar-login button{
    padding:6px 14px;
    background:#e0e0e0;
    border:1px solid #999;
    cursor:pointer;
}

.sidebar-login button:hover{
    background:#d0d0d0;
}

/* RESPONSIVE */
@media (max-width:768px){
    .main-layout{
        flex-direction:column;
    }

    .sidebar{
        width:100%;
    }
}
/*home*/
.main-layout{
    display:flex;
    align-items:flex-start;
    gap:30px;
    padding:20px 60px;
}

/* KONTEN */
.content-wrapper{
    flex:1;
}

/* TEKS + GAMBAR SEJAJAR */
.journal-flex{
    display:flex;
    gap:20px;
    align-items:flex-start;
}

.journal-text{
    flex:2;
    text-align:justify;
}

.journal-image{
    flex:1;
}

.journal-image img{
    width:100%;
    border:1px solid #ccc;
}
.breadcrumb{
    font-size:14px;
    margin-bottom:8px;
}

.journal-title{
    margin:15px 0;
}

.journal-flex{
    display:flex;
    gap:25px;
}

.journal-text{
    flex:2;
    text-align:justify;
}

.journal-text p{
    margin-bottom:18px;
    line-height:1.8;
}


.journal-image{
    flex:1;
}

.journal-image img{
    width:100%;
    border:1px solid #ccc;
}

.indexed-logos{
    display:flex;
    gap:15px;
    margin-top:10px;
}

.indexed-logos img{
    height:35px;
}

.section-title{
    margin-top:40px;
}

.text-center{
    text-align:center;
}

.more-link{
    text-align:right;
}

.issue-title{
    margin-top:40px;
}

/* ARTIKEL */
.article-item{
    background:#f7f7f7;
    padding:15px;
    margin-bottom:10px;
}

.article-item.highlight{
    background:#eef1ff;
}

.article-title{
    font-weight:bold;
}

.article-meta{
    display:flex;
    justify-content:space-between;
    margin:5px 0;
}

.doi{
    background:#0b5ed7;
    color:white;
    padding:2px 6px;
    font-size:12px;
}

.article-authors{
    font-style:italic;
}

/* ===========================
   ABOUT PAGE
=========================== */

.content-wrapper{
    font-family:'CinzelReg', serif;
}

/* Breadcrumb */
.content-wrapper .breadcrumb{
    font-size:14px;
    color:#555;
    margin-bottom:5px;
}

/* Garis pemisah */
.content-wrapper .line-divider{
    border:none;
    border-top:1px solid #ccc;
    margin:10px 0 15px;
}

/* Judul halaman */
.content-wrapper .page-title{
    font-size:22px;
    margin-bottom:15px;
}

/* Menu About */
.content-wrapper .about-menu h4{
    margin-top:20px;
    margin-bottom:5px;
    font-size:16px;
}

.content-wrapper .about-menu ul{
    list-style:none;
    padding-left:0;
}

.content-wrapper .about-menu li{
    margin:5px 0;
}

.content-wrapper .about-menu a{
    text-decoration:none;
    color:#000;
}

.content-wrapper .about-menu a:hover{
    text-decoration:underline;
}

/* License */
.content-wrapper .license-box{
    margin-top:40px;
    padding-top:15px;
    border-top:1px solid #ddd;
    font-size:14px;
    line-height:1.7;
}

/*INI UNTUK LOGIN*/
.login-form{
    max-width:420px;
    margin-top:20px;
}

.login-form label{
    display:block;
    margin-top:15px;
    margin-bottom:5px;
    font-weight:600;
}

.login-form input[type="text"],
.login-form input[type="password"]{
    width:100%;
    padding:8px 10px;
    border:1px solid #ccc;
    border-radius:4px;
}

.login-options{
    margin-top:10px;
    font-size:14px;
}

.btn-login{
    margin-top:15px;
    padding:8px 18px;
    background:#0b5ed7;
    color:white;
    border:none;
    border-radius:4px;
    cursor:pointer;
}

.btn-login:hover{
    background:#084298;
}

.login-links{
    margin-top:15px;
    font-size:14px;
}

.login-links a{
    color:#0b5ed7;
    text-decoration:none;
}

.login-links a:hover{
    text-decoration:underline;
}

/*REGISTER*/
.register-form{
    max-width:700px;
}

.register-form h3{
    margin-top:30px;
    border-bottom:1px solid #ddd;
    padding-bottom:5px;
}

.register-form label{
    display:block;
    margin-top:12px;
    font-weight:600;
}

.register-form input,
.register-form select,
.register-form textarea{
    width:100%;
    padding:8px;
    margin-top:4px;
    border:1px solid #ccc;
    border-radius:4px;
}

.register-form textarea{
    min-height:80px;
}

.register-form small{
    display:block;
    font-size:12px;
    color:#666;
}

.form-buttons{
    margin-top:25px;
}

.btn-primary{
    background:#0b5ed7;
    color:white;
    padding:8px 20px;
    border:none;
    border-radius:4px;
    text-decoration:none;
}

.btn-secondary{
    margin-left:10px;
    padding:8px 20px;
    border:1px solid #999;
    border-radius:4px;
    text-decoration:none;
    color:#333;
}

/*SEARCH*/
.search-form label{
    display:block;
    margin-top:15px;
    font-weight:600;
}


.search-form input,
.search-form select{
    width:80%;
    padding:8px;
    margin-top:5px;
    border:1px solid #ccc;
    border-radius:4px;
}

.search-form a{
    display:inline-block;
    margin-top:10px;
    font-size:14px;
}

.search-form button{
    margin-top:15px;
}



.result-table{
    width:100%;
    border-collapse:collapse;
    margin-top:20px;
}

.result-table th,
.result-table td{
    border:1px solid #ccc;
    padding:8px;
}

.result-table th{
    background:#f2f2f2;
}

.no-result{
    text-align:center;
    font-style:italic;
}

.search-tips{
    margin-top:25px;
    font-size:14px;
}

.search-tips ul{
    padding-left:18px;
}

/*CURRENT*/
.article-item{
    margin-bottom: 20px;
}

.article-title{
    font-size: 16px;
    color:#003366;
    margin-bottom:6px;
}

.article-meta{
    font-size:14px;
    color:#333;
}

.article-doi{
    font-style: italic;
    margin-bottom:4px;
}

.article-authors{
    margin-bottom:4px;
}

.article-footer{
    display:flex;
    justify-content: space-between;
    align-items: center;
}

.pdf-link{
    border:1px solid #999;
    padding:4px 10px;
    text-decoration:none;
    font-size:13px;
}

.pdf-link:hover{
    background:#eee;
}

/*ARCHIVES*/
.archive-year{
    margin-top:25px;
}

.archive-year h3{
    border-bottom:1px solid #999;
    padding-bottom:5px;
}

.archive-issue{
    display:flex;
    gap:15px;
    margin-top:15px;
}

.issue-cover img{
    width:110px;
    border:1px solid #ccc;
}

.issue-info{
    font-size:14px;
}

.issue-title{
    font-weight:bold;
    color:#003366;
    text-decoration:none;
}

.issue-title:hover{
    text-decoration:underline;
}

.cover-link{
    font-size:13px;
}

.issue-status{
    font-style:italic;
    color:#555;
}

.issue-desc{
    font-size:13px;
    margin-top:6px;
}

/* list teks bawah */
.archive-simple{
    margin-top:10px;
    padding-left:20px;
}

.archive-simple li{
    margin-bottom:6px;
}

.archive-simple a{
    color:#003366;
    text-decoration:none;
}

.archive-simple a:hover{
    text-decoration:underline;
}

