/* 
 * Tema Kustom IKIP Saraswati
 * Base: Pragma Theme (Bootstrap 3)
 */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');

/* Accessibility skip links */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

body {
    font-family: 'Inter', sans-serif;
    background-color: #f4f7f6;
}

/* Background image khusus untuk halaman utama (index) */
body.pkp_page_index, 
body.page_index.op_index {
    background-image: url('../bg_public.jpg');
    background-size: cover;
    background-position: center top;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

/* 0. STYLE KHUSUS INDEXING (Dipindah ke bawah deskripsi) */
.horizontal-indexing {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid rgba(0,0,0,0.1);
}

.horizontal-indexing .content ul#cssmenu > li > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.horizontal-indexing .content ul#cssmenu > li > ul > li {
    margin: 0;
    padding: 0;
    list-style: none !important;
}

/* Hilangkan bullet point liar */
.horizontal-indexing ul, 
.horizontal-indexing li {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.horizontal-indexing .content ul#cssmenu > li > ul > li img {
    max-height: 55px; 
    width: auto;
    display: block;
}

.horizontal-indexing .content ul#cssmenu > li > h4,
.horizontal-indexing .menu-header {
    display: none !important;
}

/* 1. HILANGKAN MENU UTAMA & SIDEBAR DARI BERANDA */
body.pkp_page_index #main-navigation,
body.pkp_page_index .nav-menu,
body.pkp_page_index .pkp_structure_sidebar .block_custom,
body.pkp_page_index .navbar-toggler,
body.pkp_page_index .hamburger {
    display: none !important;
}

/* Bersihkan background pada menu atas (Login/Register) */
.main-header__admin {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

.main-header__admin *,
.main-header__admin ::before,
.main-header__admin ::after {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    text-decoration: none !important;
}

#navigationUser {
    list-style: none;
    margin: 0;
    padding: 10px 20px;
    display: flex;
    justify-content: flex-end;
}

#navigationUser > li > a {
    color: #ffffff !important;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    font-weight: 600;
}

#navigationUser > li::before,
#navigationUser > li::after,
#navigationUser > li > a::before,
#navigationUser > li > a::after {
    display: none !important;
    content: none !important;
}

/* 2. WARNA HEADER (Gradasi Hijau - Kuning Khas Kampus) */
.main-header {
    background: linear-gradient(135deg, #059669 0%, #fbbf24 100%) !important;
    border-bottom: none;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    color: #ffffff;
}

.main-header a,
.main-header .site-name,
.main-header .pkp_navigation_primary>li>a {
    color: #ffffff !important;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
}

.main-header .pkp_navigation_primary>li>a:hover {
    background: rgba(255, 255, 255, 0.2) !important;
}

/* 3. DESAIN ULANG FOOTER (Gradasi Hijau - Kuning Khas Kampus) */
.main-footer.custom-footer {
    background: linear-gradient(135deg, #059669 0%, #fbbf24 100%) !important;
    color: #ffffff !important;
    padding: 60px 0 40px;
    margin-top: 60px;
    border-top: 4px solid rgba(255, 255, 255, 0.3);
}

.main-footer.custom-footer .footer-content {
    font-size: 0.95rem;
    line-height: 1.8;
}

.main-footer.custom-footer .footer-content p {
    color: #ffffff;
}

.main-footer.custom-footer .footer-content a {
    color: #ffffff !important;
    text-decoration: underline;
    transition: opacity 0.3s;
}

.main-footer.custom-footer .footer-content a:hover {
    color: #ffffff !important;
    opacity: 0.8;
}

.main-footer.custom-footer hr {
    border-color: rgba(255, 255, 255, 0.1);
    margin: 20px 0;
}

/* Membuat Logo OJS di Footer menjadi putih transparan */
.main-footer.custom-footer .footer-logo img {
    opacity: 0.6;
    transition: opacity 0.3s;
    filter: brightness(0) invert(1);
    max-width: 150px;
    float: right;
}

.main-footer.custom-footer .footer-logo img:hover {
    opacity: 1;
}

/* DAFTAR JURNAL: GRID 2 KOLOM (Tetap Dipertahankan) */
.journal-list-wrapper {
    margin-top: 30px;
}

.journal-card-grid {
    display: flex;
    flex-direction: row;
    gap: 30px;
    background: #ffffff;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #eaeaea;
    margin-bottom: 24px;
    align-items: flex-start;
}

.journal-card-grid:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
}

.journal-card-cover {
    flex: 0 0 220px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.journal-card-cover img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.journal-card-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.journal-card-info h3 {
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.3;
}

.journal-card-info h3 a {
    color: #1f2937 !important;
    text-decoration: none;
    text-shadow: none;
}

.journal-card-info h3 a:hover {
    color: #059669 !important;
}

.journal-desc-text {
    color: #4b5563;
    line-height: 1.6;
    margin-bottom: 20px;
}

.journal-actions {
    margin-top: auto;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.journal-actions .btn {
    border-radius: 6px;
    font-weight: 500;
    padding: 8px 20px;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 0.5px;
    border: none;
    text-shadow: none;
}

.journal-actions .btn-primary {
    background: #059669;
    color: #ffffff !important;
}

.journal-actions .btn-primary:hover {
    background: #047857;
}

.journal-actions .btn-secondary {
    background: #f3f4f6;
    color: #374151 !important;
}

.journal-actions .btn-secondary:hover {
    background: #e5e7eb;
}

@media (max-width: 768px) {
    .journal-card-grid {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .journal-card-cover {
        flex: 0 0 auto;
        width: 100%;
        max-width: 250px;
        margin-bottom: 15px;
    }

    .journal-actions {
        justify-content: center;
    }

    .main-footer.custom-footer .footer-logo img {
        float: none;
        margin-top: 20px;
    }

    .main-footer.custom-footer .text-right {
        text-align: left !important;
    }
}

/* 4. KUSTOMISASI HEADER (Logo Tengah, Teks Atas & Bawah) */
.custom-header-brand.iks-references ol {
    padding-left: 20px;
    text-align: justify;
}

.iks-references li {
    font-size: 0.9rem;
    color: #4b5563;
    margin-bottom: 10px;
    line-height: 1.6;
    text-align: justify;
}

/* Sidebar Elements Redesigned */
.iks-card--sidebar-download {
    background: #f0fdf4 !important;
    border: 1px solid #bcf0da !important;
}

.iks-card--sidebar-download .iks-card__header {
    border-bottom: 1px solid #d1fae5;
}

.iks-stat-divider {
    width: 1px;
    height: 40px;
    background: #e5e7eb;
    margin: 0 15px;
}

.iks-keyword-group {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.iks-keyword-badge {
    background: #ffffff;
    color: #059669;
    border: 1px solid #d1fae5;
    padding: 6px 14px;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 700;
    transition: all 0.2s;
}

.iks-keyword-badge:hover {
    background: #059669;
    color: #ffffff;
    transform: scale(1.05);
}

.custom-header-brand {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 15px !important;
}

.custom-header-brand a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none !important;
}

.header-brand-top {
    font-size: 2rem;
    font-weight: 800;
    letter-spacing: 2px;
    margin-bottom: 15px;
    color: #ffffff;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    text-align: center;
}

.header-brand-bottom {
    font-size: 1.25rem;
    font-weight: 600;
    letter-spacing: 5px;
    margin-top: 15px;
    color: #ffffff;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    text-align: center;
}

.header-brand-logo {
    max-height: 500px;
    /* Diperbesar agar logo tampil lebih menonjol */
    object-fit: contain;
    filter: drop-shadow(0px 5px 10px rgba(0, 0, 0, 0.2));
    transition: transform 0.3s ease;
    margin: 15px 0;
    /* Memberikan ruang antara logo dan teks atas/bawah */
}

.header-brand-logo:hover {
    transform: scale(1.05);
}

/* Memastikan menu navigasi (jika ada) berada di tengah */
.main-menu {
    flex-direction: column !important;
    padding-top: 20px;
    padding-bottom: 20px;
}

.main-menu__nav {
    justify-content: center !important;
    width: 100%;
}

.pkp_navigation_primary {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

/* ============================================
   5. CARD SYSTEM — JOURNAL HOMEPAGE
   ============================================ */

.iks-card {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
    margin-bottom: 32px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.06);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.iks-card:hover {
    box-shadow: 0 8px 40px rgba(5, 150, 105, 0.15);
}

.iks-card__header {
    background: linear-gradient(135deg, #059669 0%, #fbbf24 100%);
    padding: 18px 28px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.iks-card__icon {
    font-size: 1.5rem;
    line-height: 1;
}

.iks-card__title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #ffffff !important;
    margin: 0;
    letter-spacing: 0.5px;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.2);
}

.iks-card__body {
    padding: 28px;
}

/* About card layout */
.iks-card--about .iks-card__body {
    display: flex;
    gap: 28px;
    align-items: flex-start;
}

.iks-about-cover {
    flex: 0 0 220px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.iks-about-cover img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.iks-about-text {
    flex: 1;
}

.iks-journal-name {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1f2937;
    margin: 0 0 14px 0;
    line-height: 1.3;
}

.iks-journal-desc {
    color: #4b5563;
    line-height: 1.8;
    font-size: 0.95rem;
    margin-bottom: 24px;
}

.iks-card__actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

/* Buttons */
.iks-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 22px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none !important;
    transition: all 0.25s ease;
    border: none;
    cursor: pointer;
}

.iks-btn--primary {
    background: linear-gradient(135deg, #059669, #10b981);
    color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
}

.iks-btn--primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(5, 150, 105, 0.4);
    color: #ffffff !important;
}

.iks-btn--outline {
    background: transparent;
    color: #059669 !important;
    border: 2px solid #059669;
}

.iks-btn--outline:hover {
    background: #059669;
    color: #ffffff !important;
}

.iks-btn--sm {
    padding: 7px 16px;
    font-size: 0.82rem;
    background: #f3f4f6;
    color: #374151 !important;
    border-radius: 6px;
}

.iks-btn--sm:hover {
    background: #059669;
    color: #ffffff !important;
}

/* Announcements grid */
.iks-announcements-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
}

.iks-announce-item {
    background: #f9fafb;
    border-radius: 10px;
    padding: 20px;
    border-left: 4px solid #059669;
}

.iks-announce-title {
    font-size: 1rem;
    font-weight: 700;
    color: #1f2937;
    margin: 0 0 8px 0;
}

.iks-announce-date {
    font-size: 0.8rem;
    color: #6b7280;
    margin: 0 0 10px 0;
}

.iks-announce-desc {
    font-size: 0.88rem;
    color: #4b5563;
    margin-bottom: 14px;
}

/* Recently published issues grid */
.iks-issues-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 20px;
}

.iks-issue-card {
    display: block;
    background: #f9fafb;
    border-radius: 12px;
    overflow: hidden;
    text-decoration: none !important;
    border: 1px solid #e5e7eb;
    transition: all 0.3s ease;
}

.iks-issue-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(5, 150, 105, 0.15);
    border-color: #059669;
}

.iks-issue-card__cover {
    width: 100%;
    aspect-ratio: 3/4;
    overflow: hidden;
    background: linear-gradient(135deg, #059669 0%, #fbbf24 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.iks-issue-card__cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.iks-issue-card__no-cover {
    font-size: 3rem;
    color: rgba(255,255,255,0.8);
}

.iks-issue-card__info {
    padding: 14px;
}

.iks-issue-card__title {
    font-size: 0.9rem;
    font-weight: 700;
    color: #1f2937;
    margin: 0 0 6px 0;
    line-height: 1.4;
}

.iks-issue-card__date {
    font-size: 0.78rem;
    color: #6b7280;
    margin: 0;
}

/* Current issue card */
.iks-card--current-issue .issue_full_toc .articles {
    padding: 0;
}

/* Responsive */
@media (max-width: 768px) {
    .iks-card--about .iks-card__body {
        flex-direction: column;
    }

    .iks-about-cover {
        flex: 0 0 auto;
        width: 100%;
        max-width: 200px;
        margin: 0 auto;
    }

    .iks-issues-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .iks-card__header {
        padding: 14px 18px;
    }

    .iks-card__body {
        padding: 18px;
    }
}

/* Hero small variant */
.iks-page-hero--small {
    padding: 25px 30px;
}

.iks-page-hero--small .iks-page-hero__title {
    font-size: 1.5rem;
}

/* Sidebar Styles */
.iks-sidebar {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.iks-sidebar .pkp_block {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    border: 1px solid rgba(0,0,0,0.06);
    overflow: hidden;
    padding: 20px;
}

.iks-sidebar .pkp_block .title,
.iks-card .pkp_block .title {
    display: none !important;
}

/* Tambahkan padding antar blok yang digabung dalam satu card */
.horizontal-indexing {
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.iks-flex-container {
    display: flex;
    gap: 15px;
    width: 100%;
}

.iks-flex-container .iks-card--dynamic {
    flex: 1;
    margin-bottom: 15px;
}

.iks-card--dynamic .iks-card__body {
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/* ISSN Specific Fix */
.issn-container {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
}

.issn-item img {
    max-height: 50px;
    width: auto;
}

/* Citation Specific Fix */
#customblock-citation ul#cssmenu {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
}

/* Sidebar Styles Modernized */
.iks-sidebar {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.iks-sidebar .pkp_block {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.04);
    border: 1px solid rgba(0,0,0,0.05);
    padding: 10px; /* Padding dikurangi karena link akan punya padding sendiri */
}

.iks-sidebar .pkp_block .title {
    display: none !important; /* Hilangkan semua judul blok agar bersih sesuai permintaan */
}

.iks-sidebar .pkp_block .content ul {
    list-style: none;
    padding: 5px;
    margin: 0;
}

.iks-sidebar .pkp_block .content ul li {
    margin-bottom: 4px;
}

.iks-sidebar .pkp_block .content ul li a {
    display: flex;
    align-items: center;
    padding: 12px 18px;
    color: #374151 !important;
    text-decoration: none !important;
    font-size: 0.92rem;
    font-weight: 600;
    border-radius: 12px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    background: transparent;
    margin: 2px 0;
}

/* Ikon panah yang lebih elegan */
.iks-sidebar .pkp_block .content ul li a::before {
    content: '';
    width: 6px;
    height: 6px;
    border-top: 2px solid #059669;
    border-right: 2px solid #059669;
    transform: rotate(45deg);
    margin-right: 15px;
    opacity: 0.3;
    transition: all 0.3s ease;
}

.iks-sidebar .pkp_block .content ul li a:hover {
    background: #ffffff;
    color: #059669 !important;
    transform: translateX(8px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.iks-sidebar .pkp_block .content ul li a:hover::before {
    opacity: 1;
    margin-right: 20px;
}

/* Background blok menu agar sedikit kontras */
.iks-sidebar .pkp_block {
    background: #f9fafb;
    border-radius: 20px;
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.02);
}

/* Styling khusus untuk link aktif jika ada */
.iks-sidebar .pkp_block .content ul li a.active {
    background: linear-gradient(135deg, #059669, #10b981);
    color: #ffffff !important;
}

.iks-sidebar .pkp_block .content ul li a.active::before {
    color: #ffffff;
    opacity: 1;
}


/* Archive card adjustments (Horizontal List Style) */
.iks-issue-card--archive {
    height: auto;
    margin-bottom: 20px;
    background: #f9fafb;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
}

.iks-issue-card--archive .iks-issue-card__link {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.iks-issue-card--archive .iks-issue-card__cover {
    flex: 0 0 120px;
    aspect-ratio: 3/4;
    border-right: 1px solid #e5e7eb;
}

.iks-issue-card--archive .iks-issue-card__info {
    padding: 20px 30px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.iks-issue-card--archive .iks-issue-card__title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: #1f2937;
    line-height: 1.4;
    text-decoration: none !important;
}

/* Badge System */
.iks-badge {
    display: inline-flex;
    align-items: center;
    padding: 6px 14px;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 600;
    margin-bottom: 8px;
    letter-spacing: 0.02em;
    text-decoration: none !important;
}

.iks-badge--volume {
    background: rgba(5, 150, 105, 0.12);
    color: #059669;
}

.iks-badge--date {
    background: rgba(245, 158, 11, 0.12);
    color: #d97706;
}

.iks-badge--doi {
    background: rgba(59, 130, 246, 0.12);
    color: #2563eb;
}

.iks-issue-card__meta {
    margin-top: 5px;
}

.iks-issue-card--archive:hover {
    transform: translateX(10px);
    border-color: #059669;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(5, 150, 105, 0.08);
}


/* Pagination Styling */
.issue__pagination {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #f3f4f6;
}

.cmp_pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.cmp_pagination .prev,
.cmp_pagination .next {
    background: #059669;
    color: #fff !important;
    padding: 8px 18px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none !important;
    transition: all 0.2s;
}

.cmp_pagination .prev:hover,
.cmp_pagination .next:hover {
    background: #047857;
    transform: translateY(-2px);
}

.cmp_pagination .current {
    font-weight: 700;
    color: #1f2937;
}

@media (max-width: 600px) {
    .iks-issue-card--archive .iks-issue-card__link {
        flex-direction: column;
        align-items: flex-start;
    }
    .iks-issue-card--archive .iks-issue-card__cover {
        width: 100%;
        flex: 0 0 auto;
        border-right: none;
        border-bottom: 1px solid #e5e7eb;
    }
}

@media (max-width: 480px) {
    .iks-issues-grid {
        grid-template-columns: 1fr 1fr;
    }
}

/* ============================================
   7. ISSUE VIEW & ARTICLE STYLES
   ============================================ */

/* Issue Header Card */
.iks-issue-header-card {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    border: 1px solid rgba(0,0,0,0.05);
    padding: 30px;
    margin-bottom: 30px;
    overflow: hidden;
}

.iks-issue-header-card__cover img {
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    max-width: 100%;
}

.iks-issue-header-card__title {
    font-size: 1.8rem;
    font-weight: 800;
    color: #1f2937;
    margin: 15px 0;
    line-height: 1.3;
}

.iks-issue-header-card__description {
    font-size: 0.95rem;
    color: #4b5563;
    line-height: 1.7;
    margin-bottom: 20px;
}

.iks-issue-header-card__galleys {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.iks-badge-group {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

/* Article Cards in TOC */
.iks-issue-section {
    margin-bottom: 35px;
}

.iks-issue-section__title {
    font-size: 1.1rem;
    font-weight: 800;
    color: #059669;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding-bottom: 12px;
    border-bottom: 2px solid #f3f4f6;
    margin-bottom: 20px;
}

.iks-article-card {
    background: #f9fafb;
    border-radius: 14px;
    border: 1px solid #e5e7eb;
    padding: 20px;
    margin-bottom: 15px;
    transition: all 0.25s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.iks-article-card:hover {
    background: #ffffff;
    border-color: #059669;
    box-shadow: 0 8px 20px rgba(5,150,105,0.08);
    transform: translateY(-2px);
}

.iks-article-card__content {
    flex: 1;
}

.iks-article-card__title {
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 8px;
    line-height: 1.4;
}

.iks-article-card__title a {
    color: #1f2937 !important;
    text-decoration: none !important;
}

.iks-article-card__title a:hover {
    color: #059669 !important;
}

.iks-article-card__author {
    font-size: 0.88rem;
    color: #6b7280;
    margin: 0 0 10px 0;
}

.iks-article-stats {
    display: flex;
    gap: 15px;
    font-size: 0.78rem;
    font-weight: 600;
    color: #9ca3af;
}

.iks-stat-item {
    display: flex;
    align-items: center;
    gap: 5px;
}

.iks-article-card__galleys {
    display: flex;
    gap: 8px;
}

/* Galley Link styling override - Modern Pill */
.iks-article-card__galleys .pdf,
.iks-article-card__galleys .file,
.iks-issue-header-card__galleys .pdf,
.iks-issue-header-card__galleys .file,
.obj_galley_link {
    background: #059669 !important; /* Hijau solid sesuai permintaan */
    background-image: linear-gradient(135deg, #059669 0%, #10b981 100%) !important;
    color: #ffffff !important;
    padding: 8px 22px !important;
    border-radius: 50px !important; /* Full Pill */
    font-size: 0.85rem !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    border: none !important;
    box-shadow: 0 4px 10px rgba(5, 150, 105, 0.2) !important;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    margin: 2px;
}

.iks-article-card__galleys .pdf:hover,
.iks-article-card__galleys .file:hover,
.obj_galley_link:hover {
    background: #047857 !important;
    background-image: linear-gradient(135deg, #047857 0%, #059669 100%) !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 6px 15px rgba(5, 150, 105, 0.3) !important;
    color: #ffffff !important;
}

/* Tambahkan ikon PDF jika class nya pdf */
.pdf::before {
    content: '📄' !important;
    margin-right: 8px !important;
}

.file::before {
    content: '📁' !important;
    margin-right: 8px !important;
}



/* Simple Pagination for Articles */
.iks-pagination-simple {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #f3f4f6;
}

.iks-page-btn {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #f3f4f6;
    color: #4b5563;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s;
    border: none;
}

.iks-page-btn:hover {
    background: #e5e7eb;
}

.iks-page-btn.active {
    background: #059669;
    color: #ffffff;
    box-shadow: 0 4px 10px rgba(5, 150, 105, 0.2);
}






/* ============================================
   6. ABOUT PAGE STYLES
   ============================================ */

/* Breadcrumb */
.iks-breadcrumb {
    margin-bottom: 20px;
}

.iks-breadcrumb ol {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.85rem;
    color: #6b7280;
}

.iks-breadcrumb ol li + li::before {
    content: '›';
    margin-right: 8px;
    color: #9ca3af;
}

.iks-breadcrumb ol li a {
    color: #059669 !important;
    text-decoration: none;
}

.iks-breadcrumb ol li a:hover {
    text-decoration: underline;
}

.iks-breadcrumb ol li.active {
    color: #374151;
    font-weight: 500;
}

/* Page Hero */
.iks-page-hero {
    background: linear-gradient(135deg, #059669 0%, #fbbf24 100%);
    border-radius: 16px;
    padding: 40px 36px;
    margin-bottom: 28px;
    color: #fff;
}

.iks-page-hero__title {
    font-size: 1.8rem;
    font-weight: 800;
    margin: 0 0 8px 0;
    color: #fff !important;
    text-shadow: 1px 2px 6px rgba(0,0,0,0.15);
}

.iks-page-hero__subtitle {
    font-size: 1rem;
    opacity: 0.9;
    margin: 0;
    color: #fff;
}

/* About Navigation Pills */
.iks-about-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 28px;
}

.iks-about-nav__item {
    padding: 8px 20px;
    border-radius: 50px;
    background: #f3f4f6;
    color: #374151 !important;
    text-decoration: none !important;
    font-size: 0.88rem;
    font-weight: 500;
    border: 2px solid transparent;
    transition: all 0.25s ease;
}

.iks-about-nav__item:hover {
    background: #d1fae5;
    border-color: #059669;
    color: #059669 !important;
}

.iks-about-nav__item.active {
    background: linear-gradient(135deg, #059669, #10b981);
    color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(5,150,105,0.3);
}

/* About content rich text */
.iks-about-content {
    line-height: 1.9;
    color: #374151;
    font-size: 0.96rem;
}

.iks-about-content p {
    margin-bottom: 16px;
}

.iks-about-content strong {
    color: #1f2937;
}

.iks-about-content a {
    color: #059669 !important;
    text-decoration: underline;
}

.iks-about-content h2,
.iks-about-content h3,
.iks-about-content h4 {
    color: #1f2937;
    font-weight: 700;
    margin-top: 28px;
    margin-bottom: 12px;
}

.iks-about-content table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.iks-about-content table th,
.iks-about-content table td {
    padding: 10px 14px;
    border: 1px solid #e5e7eb;
    text-align: left;
}

.iks-about-content table th {
    background: #f9fafb;
    font-weight: 600;
    color: #374151;
}

/* Quick Links Grid */
.iks-quick-links {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 16px;
}

.iks-quick-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 24px 16px;
    background: #f9fafb;
    border-radius: 12px;
    border: 2px solid #e5e7eb;
    text-decoration: none !important;
    transition: all 0.25s ease;
    text-align: center;
}

.iks-quick-link:hover {
    background: #d1fae5;
    border-color: #059669;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(5, 150, 105, 0.12);
}

.iks-quick-link__icon {
    font-size: 2rem;
    line-height: 1;
}

.iks-quick-link__label {
    font-size: 0.82rem;
    font-weight: 600;
    color: #374151;
    line-height: 1.3;
}

.iks-quick-link:hover .iks-quick-link__label {
    color: #059669;
}

@media (max-width: 600px) {
    .iks-page-hero {
        padding: 28px 20px;
    }
    .iks-page-hero__title {
        font-size: 1.4rem;
    }
    .iks-quick-links {
        grid-template-columns: repeat(3, 1fr);
    }
    .iks-about-nav {
        gap: 8px;
    }
    .iks-about-nav__item {
        padding: 7px 14px;
        font-size: 0.82rem;
    }
}

/* ============================================
   8. ARTICLE DETAIL PAGE STYLES
   ============================================ */

.iks-article-detail { margin-bottom: 40px; }

.iks-card--article-header {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    margin-bottom: 30px;
    padding: 30px;
}

.iks-article-title {
    font-size: 2.2rem;
    font-weight: 800;
    color: #111827;
    line-height: 1.2;
    margin-bottom: 20px;
}

.iks-article-text, .iks-references ol, .iks-references li {
    text-align: justify !important;
    line-height: 1.8 !important;
}

.iks-article-text {
    padding: 20px 30px !important;
}

.iks-references ol { padding-left: 20px; }
.iks-references li { font-size: 0.95rem; color: #4b5563; margin-bottom: 12px; }

/* Sidebar Redesigned */
.iks-card--sidebar-download-minimal {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
    padding: 0 !important;
    margin-bottom: 25px;
}

/* Force PDF/Galley buttons to be Green Pill - Sangat Spesifik */
.iks-galley-list a.pdf,
.iks-galley-list a.file,
.iks-galley-list a.obj_galley_link,
.iks-card--sidebar-download-minimal .iks-galley-list a,
.iks-article-card__galleys a.pdf,
.iks-article-card__galleys a.file,
.iks-article-card__galleys a.obj_galley_link {
    background: #059669 !important;
    background-image: linear-gradient(135deg, #059669 0%, #10b981 100%) !important;
    color: #ffffff !important;
    padding: 14px 24px !important;
    border-radius: 50px !important;
    font-size: 0.88rem !important;
    font-weight: 800 !important;
    text-decoration: none !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    border: none !important;
    box-shadow: 0 4px 15px rgba(5, 150, 105, 0.25) !important;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    width: 100% !important;
    margin-bottom: 10px !important;
}

.iks-galley-list a:hover,
.iks-article-card__galleys a:hover {
    background: #047857 !important;
    background-image: linear-gradient(135deg, #047857 0%, #059669 100%) !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 8px 20px rgba(5, 150, 105, 0.35) !important;
    color: #ffffff !important;
}

.iks-galley-list a::before {
    content: '📄' !important;
    margin-right: 10px !important;
    font-size: 1.2rem !important;
}

.iks-article-metrics-badges {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.iks-badge--views {
    background: rgba(5, 150, 105, 0.08) !important;
    color: #059669 !important;
    border: 1px solid rgba(5, 150, 105, 0.2) !important;
    padding: 12px 20px !important;
    border-radius: 14px !important;
    font-weight: 700 !important;
    font-size: 0.95rem !important;
}

.iks-badge--downloads {
    background: rgba(59, 130, 246, 0.08) !important;
    color: #2563eb !important;
    border: 1px solid rgba(59, 130, 246, 0.2) !important;
    padding: 12px 20px !important;
    border-radius: 14px !important;
    font-weight: 700 !important;
    font-size: 0.95rem !important;
}


.iks-keyword-group { display: flex; flex-wrap: wrap; gap: 8px; }

.iks-keyword-badge {
    background: #f3f4f6;
    color: #4b5563;
    border: 1px solid #e5e7eb;
    padding: 6px 14px;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 600;
}

.iks-citation-box {
    background: #f9fafb;
    padding: 15px;
    border-radius: 12px;
    font-size: 0.85rem;
    line-height: 1.5;
    border: 1px solid #e5e7eb;
}

@media (max-width: 991px) {
    .iks-article-title { font-size: 1.6rem; }
    .iks-issue-header-card__title { font-size: 1.4rem; }
}

