/* =========================================================
   STYLE SHEET CUSTOM ALA INFINITY JOURNAL (BOOTSTRAP 3)
   ========================================================= */

/* 1. Pengaturan Font & Background Utama */
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #fcfcfc; /* Latar belakang putih sangat terang dengan sedikit tone abu agar tidak silau */
    color: #333333;
}

/* 2. Navigasi Atas (Header/Navbar) */
.pkp_structure_head {
    background-color: #ffffff;
    border-bottom: 2px solid #1f4e79; /* Garis biru tua di bawah header */
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.pkp_navigation_primary > li > a {
    color: #1f4e79 !important; /* Warna biru gelap khas Infinity */
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
}

.pkp_navigation_primary > li > a:hover {
    color: #0056b3 !important;
    background-color: transparent !important;
}

/* 3. Pengaturan Sidebar (Blok Menu Kanan/Kiri) */
.pkp_structure_sidebar .block {
    background-color: #ffffff;
    border: 1px solid #e1e8ed;
    border-radius: 4px;
    margin-bottom: 25px;
    padding: 15px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.02);
}

.pkp_structure_sidebar .block .title {
    background-color: #1f4e79;
    color: #ffffff;
    padding: 10px 15px;
    margin: -15px -15px 15px -15px;
    border-radius: 4px 4px 0 0;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

.pkp_structure_sidebar .block ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pkp_structure_sidebar .block ul li {
    border-bottom: 1px dashed #e1e8ed;
    padding: 8px 0;
}

.pkp_structure_sidebar .block ul li:last-child {
    border-bottom: none;
}

.pkp_structure_sidebar .block ul li a {
    color: #1f4e79;
    text-decoration: none;
    font-size: 14px;
}

.pkp_structure_sidebar .block ul li a:hover {
    color: #e74c3c; /* Warna merah saat disentuh mouse (khas tautan interaktif) */
}

/* 4. Daftar Artikel (Table of Contents / Article List) */
.cmp_article_list .article_summary {
    border-bottom: 1px solid #e1e8ed;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.cmp_article_list .article_summary .title a {
    font-size: 18px;
    font-weight: bold;
    color: #0056b3; /* Biru terang untuk Judul Artikel */
    line-height: 1.4;
}

.cmp_article_list .article_summary .title a:hover {
    color: #1f4e79;
    text-decoration: underline;
}

.cmp_article_list .article_summary .authors {
    font-size: 14px;
    color: #555555;
    margin-top: 5px;
    font-style: italic;
}

/* 5. Tombol Galley (Tombol PDF) */
.galley_link {
    background-color: #d9534f; /* Warna merah PDF */
    color: #ffffff !important;
    padding: 5px 12px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    transition: background-color 0.3s ease;
}

.galley_link:hover {
    background-color: #c9302c;
    text-decoration: none;
}

/* 6. Statistik Artikel (Tampilan Page Views & Download) */
.article_stats {
    font-size: 12px;
    color: #777777;
    margin-top: 8px;
    display: inline-block;
}

.article_stats span {
    margin-right: 15px;
}

/* 7. Judul Halaman Konten (Seperti Halaman About, Editorial Team, dll) */
.page_title {
    color: #1f4e79;
    border-bottom: 2px solid #1f4e79;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-weight: bold;
}