/* =========================================================
   MODERN ISSUE TOC / ARTICLE LIST - RELIGIOUS JOURNAL
   Tempel di bagian PALING BAWAH stylesheet
   ========================================================= */

/* Section title */
.obj_issue_toc .section {
    margin-top: 2rem;
}

.obj_issue_toc .section > h2 {
    position: relative;
    display: flex;
    align-items: center;
    gap: .7rem;
    margin: 0 0 1rem 0;
    padding: 0 0 .85rem 0;
    border-bottom: 1px solid #dbe5f1;
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #14213d;
}

.obj_issue_toc .section > h2::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: #0641a9;
    flex: 0 0 10px;
}

/* Hilangkan jarak lama yang terlalu besar */
.obj_issue_toc .cmp_article_list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 1rem;
}

.obj_issue_toc .cmp_article_list > li {
    margin: 0 !important;
    padding: 0;
    list-style: none;
}

/* Card artikel */
.obj_issue_toc .obj_article_summary {
    position: relative;
    display: block;
    padding: 1.25rem 1.25rem 1rem 1.25rem;
    background: #ffffff;
    border: 1px solid #e3eaf5;
    border-radius: 18px;
    box-shadow: 0 10px 24px rgba(15, 35, 70, 0.06);
    transition: all 0.25s ease;
}

.obj_issue_toc .obj_article_summary:hover {
    transform: translateY(-2px);
    border-color: #cddbf2;
    box-shadow: 0 16px 34px rgba(15, 35, 70, 0.10);
}

/* Judul artikel */
.obj_issue_toc .obj_article_summary > .title {
    margin: 0 0 .55rem 0;
    padding-right: 6.2rem;
}

.obj_issue_toc .obj_article_summary > .title a {
    display: inline;
    margin: 0;
    font-size: 1.1rem;
    line-height: 1.55;
    font-weight: 800;
    color: #0641a9 !important;
    text-decoration: none !important;
    border-bottom: none !important;
}

.obj_issue_toc .obj_article_summary > .title a:hover,
.obj_issue_toc .obj_article_summary > .title a:focus {
    color: #042e77 !important;
}

/* Subtitle kalau ada */
.obj_issue_toc .obj_article_summary .subtitle {
    margin-top: .35rem;
    margin-bottom: .25rem;
    color: #5a6980;
    font-size: .95rem;
}

/* Meta penulis/afiliasi */
.obj_issue_toc .obj_article_summary .meta {
    position: relative;
    padding-top: 0 !important;
    font-size: .95rem;
    line-height: 1.7;
    color: #58667c;
}

.obj_issue_toc .obj_article_summary .meta strong,
.obj_issue_toc .obj_article_summary .meta b {
    color: #1d2b45;
    font-weight: 700;
}

/* Kalau OJS render authors sebagai list */
.obj_issue_toc .obj_article_summary .authors,
.obj_issue_toc .obj_article_summary .authors li {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Badge halaman */
.obj_issue_toc .obj_article_summary .pages {
    position: absolute !important;
    top: 1.15rem;
    right: 1.2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 64px;
    padding: .4rem .75rem;
    border-radius: 999px;
    background: #eef4ff;
    color: #0641a9 !important;
    font-size: .82rem;
    font-weight: 800;
    line-height: 1;
    box-shadow: inset 0 0 0 1px #d7e5ff;
}

/* Tombol PDF / HTML */
.obj_issue_toc .galleys_links {
    display: flex;
    flex-wrap: wrap;
    gap: .6rem;
    margin: .95rem 0 0 0 !important;
    padding: 0 !important;
    list-style: none;
}

.obj_issue_toc .galleys_links li {
    margin: 0 !important;
    padding: 0;
}

.obj_issue_toc .galleys_links a,
.obj_issue_toc .obj_galley_link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .45rem;
    padding: .65rem .95rem;
    border-radius: 12px;
    border: 1px solid #0641a9 !important;
    background: #0641a9 !important;
    color: #ffffff !important;
    font-size: .9rem;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none !important;
    box-shadow: none !important;
    transition: all 0.2s ease;
}

.obj_issue_toc .galleys_links a:hover,
.obj_issue_toc .galleys_links a:focus,
.obj_issue_toc .obj_galley_link:hover,
.obj_issue_toc .obj_galley_link:focus {
    background: #042e77 !important;
    border-color: #042e77 !important;
    color: #ffffff !important;
    transform: translateY(-1px);
}

/* Perapian heading/cover issue */
.obj_issue_toc .heading {
    margin-bottom: 1.5rem;
}

.obj_issue_toc .cover {
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 8px 22px rgba(15, 35, 70, 0.08);
}

.obj_issue_toc .cover img {
    display: block;
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: cover;
}

/* Kalau ada border section lama, dibuat lebih halus */
.obj_issue_toc .galleys {
    padding: 1rem 0;
    border-top: 1px solid #e3eaf5 !important;
    border-bottom: 1px solid #e3eaf5 !important;
}

/* Mobile */
@media (max-width: 767px) {
    .obj_issue_toc .section > h2 {
        font-size: .95rem;
    }

    .obj_issue_toc .obj_article_summary {
        padding: 1rem;
        border-radius: 14px;
    }

    .obj_issue_toc .obj_article_summary > .title {
        padding-right: 0;
        margin-bottom: .6rem;
    }

    .obj_issue_toc .obj_article_summary > .title a {
        font-size: 1rem;
        line-height: 1.5;
    }

    .obj_issue_toc .obj_article_summary .pages {
        position: static !important;
        margin: 0 0 .7rem 0;
        width: fit-content;
    }

    .obj_issue_toc .galleys_links {
        gap: .5rem;
    }

    .obj_issue_toc .galleys_links a,
    .obj_issue_toc .obj_galley_link {
        padding: .6rem .85rem;
        border-radius: 10px;
        font-size: .86rem;
    }
}