/* === TOC Section === */
.tocArticle {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid #ddd;
    font-family: 'Lato', sans-serif;
}

.tocArticleTitleAuthors {
    flex: 1;
}

.tocArticle .tocTitle a {
    font-weight: bold;
    color: #000;
    text-decoration: none;
}

.tocArticle .tocTitle a:hover {
    text-decoration: underline;
    color: #f6a429;
}

.tocArticle .tocAuthors {
    font-size: 0.9em;
    color: #555;
    margin-top: 0.2em;
}

.tocArticleGalleysPages {
    text-align: right;
    font-size: 0.9em;
    color: #333;
    min-width: 160px;
}

.tocGalleys a.file {
    background: #f6a429;
    padding: 5px 10px;
    border-radius: 3px;
    color: #fff;
    text-decoration: none;
}

.tocGalleys a.file:hover {
    background-color: #e18d00;
}

/* Abstract views & PDF views */
.tocDOI {
    font-size: 0.85em;
    color: #777;
    margin-top: 6px;
}

.tocDOI img {
    vertical-align: middle;
    margin-right: 4px;
}

/* Pages */
.tocPages {
    font-size: 0.85em;
    color: #444;
    margin-top: 4px;
}

/* === Halaman Judul (Issue Title) === */
#main h2 {
    font-size: 1.6em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0.5em;
}

#issueDescription {
    text-align: justify;
    margin-bottom: 1.5em;
    color: #444;
}

/* Gambar homepage issue */
#homepageImage img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 1em auto;
}