/* ============================================
   OJS CUSTOM CSS — Enhanced Edition
   Warna utama: #0B2E59
   ============================================ */


/* ----- BANNER FULL WIDTH ----- */

.pkp_structure_head,
.pkp_structure_head .pkp_helpers_align_left,
.pkp_structure_head .container,
.pkp_structure_head .pkp_site_name_wrapper,
.pkp_structure_head .container-fluid,
.pkp_structure_head .row,
.pkp_structure_head > div,
.pkp_helpers_align_left {
    padding: 0 !important;
    margin: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
}

.pkp_site_name,
.pkp_site_name a {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    line-height: 0 !important;
    font-size: 0 !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
}

.pkp_site_name img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: 150px !important;
    object-fit: cover !important;
    object-position: center center !important;
    display: block !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}


/* ----- NAVIGASI UTAMA ----- */

.pkp_navigation_primary_row {
    background: #0B2E59;
    border-top: 1px solid rgba(255,255,255,0.08);
}

.pkp_navigation_primary_row a {
    color: #d6e8f7 !important;
    font-weight: 600;
    font-size: 0.875rem;
    letter-spacing: 0.2px;
    padding: 14px 18px;
    display: inline-block;
    text-decoration: none;
    transition: color 0.2s, background 0.2s;
    border-bottom: 3px solid transparent;
}

.pkp_navigation_primary_row a:hover,
.pkp_navigation_primary_row li.current > a {
    color: #ffffff !important;
    border-bottom-color: #4DA8DA;
    background: rgba(255,255,255,0.06);
}


/* ----- HOMEPAGE — ABOUT JOURNAL ----- */

.pkp_page_index .homepage_about {
    background: linear-gradient(135deg, #f8f9fa 0%, #eef4fb 100%);
    padding: 36px 40px;
    border-radius: 12px;
    border-left: 5px solid #0B2E59;
    position: relative;
    overflow: hidden;
}

.pkp_page_index .homepage_about::before {
    content: '';
    position: absolute;
    top: -30px;
    right: -30px;
    width: 120px;
    height: 120px;
    background: rgba(11,46,89,0.06);
    border-radius: 50%;
}

.pkp_page_index .homepage_about h2 {
    color: #0B2E59;
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 12px;
}

.pkp_page_index .homepage_about p {
    color: #374151;
    line-height: 1.75;
    font-size: 0.95rem;
}


/* ----- ISSUE SUMMARY (Daftar Terbitan) ----- */

.obj_issue_summary {
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 20px 24px;
    transition: border-color 0.2s, box-shadow 0.2s, transform 0.15s;
    background: #ffffff;
    position: relative;
}

.obj_issue_summary:hover {
    border-color: #0B2E59;
    box-shadow: 0 4px 16px rgba(11,46,89,0.10);
    transform: translateY(-2px);
}

.obj_issue_summary::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #0B2E59;
    border-radius: 10px 0 0 10px;
    opacity: 0;
    transition: opacity 0.2s;
}

.obj_issue_summary:hover::before {
    opacity: 1;
}

.obj_issue_summary .title a {
    color: #0B2E59;
    font-weight: 700;
    font-size: 1.05rem;
    text-decoration: none;
    transition: color 0.15s;
}

.obj_issue_summary .title a:hover {
    color: #1565C0;
}

.obj_issue_summary .meta {
    font-size: 0.825rem;
    color: #6b7280;
    margin-top: 6px;
}


/* ----- FOOTER ----- */

.pkp_footer_content {
    background: #0B2E59;
    color: #a8c7e8;
    padding: 40px 20px 28px;
    font-size: 0.875rem;
    line-height: 1.7;
    border-top: 4px solid #4DA8DA;
}

.pkp_footer_content a {
    color: #7eb8d8 !important;
    text-decoration: none;
    transition: color 0.15s;
}

.pkp_footer_content a:hover {
    color: #ffffff !important;
    text-decoration: underline;
}

.pkp_footer_content h2,
.pkp_footer_content h3 {
    color: #ffffff;
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 10px;
}

.pkp_footer_content .pkp_footer_bottom {
    border-top: 1px solid rgba(255,255,255,0.12);
    margin-top: 24px;
    padding-top: 16px;
    font-size: 0.8rem;
    color: #6b91b0;
    text-align: center;
}