/* =================================================
   GLOBAL – HEADER & FOOTER
   ================================================= */

/* Logo header */
.pkp_site_name .is_img img {
    display: inline-block;
    max-height: 400px;
    width: auto;
    height: auto;
}

/* Tinggi minimum header */
.pkp_structure_head {
    min-height: 200px;
}

/* Footer */
.pkp_structure_footer_wrapper {
    background: #7ab2be !important;
}

/* Sembunyikan logo OJS bawaan */
.pkp_brand_footer {
    display: none !important;
}

/* Footer custom block */
.footer-custom-block {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    padding: 20px;
    background-color: #7ab2be;
    border-radius: 10px;
}

.footer-custom-block .footer-box {
    flex: 1;
    background-color: #a9c4cb;
    padding: 20px;
    border-radius: 10px;
}

.footer-custom-block h3 {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 3px solid #004b5f;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.footer-custom-block p {
    font-size: 15px;
    line-height: 1.6;
}

/* =================================================
   ARTICLE SUMMARY – CARD ACTIVE
   ================================================= */

.obj_article_summary {
    padding: 14px 16px;
    margin-bottom: 18px;
    background: #ffffff;

    border: 1px solid #e5e7eb;     /* kembali jadi card */
    border-radius: 10px;

    transition: all 0.25s ease;
}

/* CARD AKTIF SAAT HOVER */
.obj_article_summary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(2, 74, 89, 0.18);
    border-color: #024a59;
}

/* Efek klik */
.obj_article_summary:active {
    transform: translateY(0);
    box-shadow: 0 4px 10px rgba(2, 74, 89, 0.15);
}

/* =================================================
   ARTICLE TITLE
   ================================================= */

.obj_article_summary h3.title a {
    color: #024a59;
}

.obj_article_summary h3.title a:hover {
    color: #01343f;
    text-decoration: underline;
}

/* =================================================
   META (AUTHOR, DOI, PAGES)
   ================================================= */

.obj_article_summary .meta {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: 6px;
}

.obj_article_summary .meta .authors {
    font-size: 13px;
    line-height: 1.4;
}

/* DOI badge – di bawah author */
.obj_article_summary .doiInSummary {
    display: inline-block;
    align-self: flex-start;
    margin: 2px 0 6px;
    padding: 5px 10px;
    font-size: 12.5px;
    font-weight: 600;
    color: #92400e;
    background: #fef3c7;
    border: 1px solid #fde68a;
    border-radius: 8px;
}

.obj_article_summary .doiInSummary a {
    color: #92400e;
    text-decoration: none;
}

.obj_article_summary .doiInSummary a:hover {
    text-decoration: underline;
}

.obj_article_summary .meta .pages {
    font-size: 12.5px;
    color: #6b7280;
}

/* =================================================
   ARTICLE METRICS
   ================================================= */

.article-metrics {
    margin-top: 8px;
    font-size: 13px;
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.article-metrics .metric {
    background: #f3f4f6;
    padding: 4px 10px;
    border-radius: 999px;
    font-weight: 600;
    color: #374151;
}

.article-metrics .metric.pdf {
    background: #fff7ed;
    color: #9a3412;
}

/* =================================================
   PDF BUTTON – KE KANAN
   ================================================= */

.obj_article_summary .galleys_links {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 10px;
    padding: 0;
    list-style: none;
}

.obj_article_summary .galleys_links li {
    list-style: none;
}

/* Item terakhir (PDF) ke kanan */
.obj_article_summary .galleys_links li:last-child {
    margin-left: auto;
}

.obj_article_summary .obj_galley_link.pdf {
    font-size: 12px;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 6px;
    background: #024a59;
    color: #ffffff;
    text-decoration: none;
}

.obj_article_summary .obj_galley_link.pdf:hover {
    background: #036b7d;
}

/* =================================================
   ISSUE ARCHIVE – CARD ISSUE
   ================================================= */

.page_issue_archive .issues_archive {
    list-style: none;
    padding: 0;
    margin: 0;
}

.page_issue_archive .issues_archive > li {
    margin-bottom: 18px;
}

.page_issue_archive .obj_issue_summary {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 18px 20px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    box-shadow: 0 6px 16px rgba(0,0,0,.05);
}

.page_issue_archive .obj_issue_summary:hover {
    box-shadow: 0 10px 24px rgba(0,0,0,.08);
}

/* Cover */
.page_issue_archive .obj_issue_summary .cover {
    flex-shrink: 0;
    width: 150px;
}

.page_issue_archive .obj_issue_summary .cover img {
    width: 100%;
    border-radius: 14px;
    border: 1px solid #d1d5db;
}

/* Title issue */
.page_issue_archive .obj_issue_summary h2 {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.25;
}

/* Volume & Number – satu baris */
.page_issue_archive .obj_issue_summary .series {
    display: inline-block;
    margin: 4px 0 10px;
    padding: 4px 12px;
    font-size: 13px;
    font-weight: 600;
    color: #92400e;
    background: #fde68a;
    border-radius: 999px;
    white-space: nowrap;
}

.page_issue_archive .obj_issue_summary .series br {
    display: none;
}
.page_issue_archive .obj_issue_summary .description a {
    align-self: flex-start;
    margin-top: 14px;
    padding: 9px 20px;
    background: #2563eb;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 600;
    border-radius: 999px;
    text-decoration: none;
    transition: all .2s ease;
}

.page_issue_archive .obj_issue_summary .description a:hover {
    background: #1e40af;
    transform: translateY(-1px);
    box-shadow: 0 6px 14px rgba(37,99,235,.3);
}

/* =================================================
   CURRENT ISSUE – OJS 3.4
   ================================================= */

.current_issue {
    margin-bottom: 40px;
}

/* Judul "Current Issue" */
.current_issue > h2 {
    font-size: 26px;
    font-weight: 800;
    color: #024a59;
    margin-bottom: 10px;
}

/* Vol / No / Bulan */
.current_issue .current_issue_title {
    font-size: 15px;
    font-weight: 600;
    color: #374151;
    margin-bottom: 20px;
}

/* =================================================
   CARD CURRENT ISSUE
   ================================================= */

.current_issue .obj_issue_toc .heading {
    display: flex;
    gap: 24px;
    padding: 22px 24px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(0,0,0,.06);
    transition: all .25s ease;
}

.current_issue .obj_issue_toc .heading:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 32px rgba(0,0,0,.08);
}

/* =================================================
   COVER
   ================================================= */

.current_issue .obj_issue_toc .cover {
    flex-shrink: 0;
    width: 180px;
}

.current_issue .obj_issue_toc .cover img {
    width: 100%;
    height: auto;
    border-radius: 14px;
    border: 1px solid #d1d5db;
    background: #ffffff;
}

/* =================================================
   DESCRIPTION
   ================================================= */

.current_issue .obj_issue_toc .description {
    flex: 1;
    font-size: 14.5px;
    line-height: 1.65;
    color: #374151;
}

/* Link "Lihat Edisi Ini" → BUTTON */
.current_issue .obj_issue_toc .description a {
    display: inline-block;
    margin-top: 14px;
    padding: 9px 22px;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff !important;
    background: #024a59;
    border-radius: 999px;
    text-decoration: none;
    transition: all .2s ease;
}

.current_issue .obj_issue_toc .description a:hover {
    background: #036b7d;
    transform: translateY(-1px);
    box-shadow: 0 6px 14px rgba(2,74,89,.35);
}

/* =================================================
   PUBLISHED DATE
   ================================================= */

.current_issue .obj_issue_toc .published {
    margin-top: 14px;
    font-size: 13px;
    color: #6b7280;
}

.current_issue .obj_issue_toc .published .label {
    font-weight: 600;
    margin-right: 4px;
}

/* =================================================
   MOBILE RESPONSIVE
   ================================================= */

@media (max-width: 768px) {
    .current_issue .obj_issue_toc .heading {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .current_issue .obj_issue_toc .cover {
        width: 220px;
    }

    .current_issue .obj_issue_toc .description a {
        margin-left: auto;
        margin-right: auto;
    }
}
/* =========================
   Modern Full Card Announcements
   OJS 3.4
========================= */

/* Container */
.cmp_announcements {
    max-width: 1000px; /* full width card layout */
    margin: 40px auto;
    padding: 0 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Section Title */
.cmp_announcements h2 {
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
    color: #1F2937;
}

/* --- Modern Full Card dengan Efek Turun --- */
.obj_announcement_summary {
    display: block;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    padding: 25px 30px;
    margin-bottom: 25px;
    transition: all 0.3s ease;
    width: 100%;
    position: relative;
}

/* Geser vertikal berdasarkan urutan */
.obj_announcement_summary:nth-child(odd) {
    transform: translateY(0px);
}

.obj_announcement_summary:nth-child(even) {
    transform: translateY(20px); /* turun 20px */
}

/* Hover effect tetap */
.obj_announcement_summary:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.15);
}

/* Responsive agar tetap rapi */
@media (max-width: 768px) {
    .obj_announcement_summary:nth-child(even) {
        transform: translateY(0px); /* hilangkan offset di tablet */
    }
}

@media (max-width: 480px) {
    .obj_announcement_summary {
        padding: 15px 20px;
    }
}

/* --- Geser Card ke Kanan --- */
.obj_announcement_summary {
    display: block;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    padding: 25px 30px;
    margin-bottom: 25px;
    
    /* Geser ke kanan */
    margin-left: 50px;  /* bisa disesuaikan, misal 50px */
    width: calc(100% - 50px); /* agar card tidak overflow container */

    transition: all 0.3s ease;
}

/* Hover effect */
.obj_announcement_summary:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.15);
}

/* Responsive tweaks agar tetap rapi di mobile */
@media (max-width: 768px) {
    .obj_announcement_summary {
        margin-left: 20px;
        width: calc(100% - 20px);
    }
}

.obj_announcement_summary {
    display: block;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    padding: 25px 30px;
    margin-bottom: 25px;
    transition: all 0.3s ease;
    width: 100%;
    position: relative;
}


/* =================================================
   MOBILE
   ================================================= */

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

    .page_issue_archive .obj_issue_summary .cover {
        width: 180px;
    }
}