@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700&family=Playfair+Display:wght@700&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css');

:root {
    --primary-color: #003366; /* Deep Navy */
    --accent-color: #C5A059; /* Gold */
    --text-color: #333333;
    --light-bg: #F8F9FA;
    --white: #FFFFFF;
}

body {
    background-color: #f7f9fb; /* Soft light blue-gray background */
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 11px; /* Approx 8pt */
    color: #333;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}

/* ICTE-Style Main Container */
.pkp_structure_page {
    max-width: 1586px !important;
    margin: 0 auto !important;
    background: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    min-height: 100vh;
}

/* ICTE-Style Header & Navigation */
.pkp_structure_head {
    background: #fff;
}

.pkp_navigation_primary_wrapper {
    background: var(--primary-color) !important; /* Dark Blue */
    padding: 0 50px !important; /* Matches content margin */
}

.pkp_navigation_primary a {
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    padding: 15px 20px !important;
    letter-spacing: 0.5px;
}

.pkp_navigation_primary a:hover {
    background: rgba(255,255,255,0.1);
}

/* Final Force Dropdown Menu Visibility - BLACK TEXT */
.pkp_navigation_primary ul ul,
.pkp_navigation_primary ul li ul,
.pkp_navigation_primary .pkp_nav_list ul,
.pkp_navigation_primary .pkp_nav_list ul li ul {
    background: #ffffff !important;
    border: 1px solid #cccccc !important;
    box-shadow: 0 10px 20px rgba(0,0,0,0.2) !important;
    display: block;
    visibility: visible !important;
    opacity: 1 !important;
}

.pkp_navigation_primary ul ul li a,
.pkp_navigation_primary ul li ul li a,
.pkp_navigation_primary .pkp_nav_list ul a,
.pkp_navigation_primary .pkp_nav_list ul li a {
    color: var(--primary-color) !important;
    text-transform: uppercase !important;
    padding: 12px 25px !important;
    font-weight: 700 !important;
    display: block !important;
    background: #ffffff !important;
    text-decoration: none !important;
}

.pkp_navigation_primary ul ul li a:hover,
.pkp_navigation_primary ul li ul li a:hover,
.pkp_navigation_primary .pkp_nav_list ul a:hover {
    background: #eef2f7 !important;
    color: #003366 !important; /* Dark blue on hover */
}

/* --- HEADER & NAVIGATION --- */

.pkp_structure_head {
    background: transparent !important;
    border-bottom: none !important;
    padding: 0 !important;
    position: relative !important;
    width: 100% !important;
}

/* Login/user nav — positioned at top-right of header area (see absolute block below) */

.pkp_navigation_user .task_count {
    background-color: #d9534f !important; /* Red task badge */
    color: #fff !important;
    border-radius: 50%;
    padding: 1px 6px;
    font-size: 10px;
    margin-left: 5px;
    font-weight: bold;
}

.pkp_head_wrapper {
    display: block !important;
    padding: 0 !important;
    margin: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
    background: transparent !important;
    position: relative !important;
    overflow: visible !important;
}

/* Header banner and Navigation bar alignment */
.pkp_site_name_wrapper {
    max-width: 100%;
    margin: 0 !important;
    width: 100%;
}

.pkp_site_nav_menu {
    max-width: 100% !important;
    background: var(--primary-color); /* Full width navy bar */
    margin: 0 !important;
    width: 100%;
    padding: 10px 0;
}

.pkp_navigation_primary_row {
    width: 100%;
    display: flex !important;
    align-items: center;
}

.pkp_navigation_primary_wrapper {
    max-width: 1400px;
    margin: 0 auto !important;
    width: 100%;
    padding: 0 32px;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
}

.pkp_navigation_primary {
    display: flex !important;
    flex-wrap: nowrap !important;
}

.pkp_navigation_search_wrapper {
    margin-left: auto;
}

.pkp_navigation_search_wrapper a {
    color: var(--white) !important;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.8rem;
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
}

.pkp_site_name_wrapper {
    background: url('/public/journals/1/header_banner.png') center center / cover no-repeat;
    height: clamp(180px, 18vw, 340px);
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    margin: 0;
}

/* Hide the OJS logo <img> and site name text — banner shown via CSS background only */
.pkp_site_name_wrapper .pkp_site_name,
.pkp_site_name_wrapper button.pkp_site_nav_toggle {
    display: none !important;
}

.pkp_site_nav_menu {
    background: var(--primary-color) !important;
    border-bottom: 4px solid var(--accent-color) !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    display: flex !important;
    align-items: center;
}

.pkp_navigation_primary {
    display: flex !important;
    list-style: none;
    padding: 0 !important;
    margin: 0 !important;
    flex-grow: 1;
}

.pkp_navigation_user_wrapper,
#navigationUserWrapper {
    position: absolute !important;
    top: 6px !important;
    right: 12px !important;
    left: auto !important;
    transform: none !important;
    width: auto !important;
    max-width: none !important;
    z-index: 1100 !important;
    background: transparent !important;
    padding: 4px 10px !important;
    border-radius: 4px !important;
    box-shadow: none !important;
    text-align: right !important;
}

.pkp_navigation_primary > li > a {
    color: var(--white) !important;
    font-family: 'Inter', sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 12px 20px !important;
    display: block;
    transition: all 0.3s ease;
    white-space: nowrap !important;
}

.pkp_navigation_primary > li > a:hover {
    background: rgba(255, 255, 255, 0.1);
    color: var(--accent-color) !important;
}

.pkp_navigation_user > li > a {
    color: var(--white) !important;
    font-size: 0.8rem !important;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    padding: 4px 8px !important;
    display: block;
    text-shadow: 0 1px 4px rgba(0,0,0,0.7), 0 0 8px rgba(0,0,0,0.5);
}

.pkp_navigation_primary > li > a:hover,
.pkp_navigation_user > li > a:hover {
    color: var(--accent-color) !important;
    background: rgba(255, 255, 255, 0.05) !important;
}

/* Ensure the active item stays highlighted */
.pkp_navigation_primary > li.current > a {
    color: var(--accent-color) !important;
}

/* Search alignment - if present in primary nav */
.pkp_navigation_primary li.search {
    margin-left: auto;
}

/* --- UNIVERSAL CONTENT PAGE SYSTEM --- */

.pkp_structure_content {
    display: flex;
    flex-direction: row;
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px;
    gap: 30px;
    align-items: flex-start;
}

/* 50% / 26% / 24% three-column layout
   main_entry + entry_details live inside pkp_structure_main (76%),
   so their flex-basis is expressed as a fraction of that 76% parent:
     main_entry  = 50 ÷ 76 × 100 = 65.789%
     entry_details = 26 ÷ 76 × 100 = 34.211%
   box-sizing: border-box keeps padding inside the percentage widths. */
.pkp_structure_content {
    display: flex;
    flex-direction: row;
    max-width: 100% !important;
    margin: 0 auto;
    padding: 24px 0 0;
    gap: 0;
    align-items: flex-start;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.pkp_structure_main {
    flex: 0 0 76%; /* = 50% main + 26% details */
    min-width: 0;
    box-sizing: border-box;
}

.pkp_structure_main .page_article .row {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.main_entry {
    flex: 0 0 65.789%; /* 50% of total page */
    min-width: 0;
    box-sizing: border-box;
    padding: 0 24px 0 0;
}

.entry_details {
    flex: 0 0 34.211%; /* 26% of total page */
    min-width: 0;
    box-sizing: border-box;
    background: #fff;
    border-left: 1px solid #e8edf3;
    padding: 0 0 0 0;
}

.pkp_structure_sidebar {
    flex: 0 0 24%; /* 24% of total page */
    min-width: 0;
    box-sizing: border-box;
    padding: 0 20px 24px 0;
    text-align: left !important;
}

.pkp_structure_main .page {
    padding: 48px 0 64px;
}

/* h1 – page title with gold underline */
.pkp_structure_main .page h1,
.pkp_structure_main .page .page_title {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    color: var(--primary-color);
    border-bottom: 3px solid var(--accent-color);
    padding-bottom: 14px;
    margin-bottom: 28px;
}

/* h2 – section card-strip header */
.pkp_structure_main .page h2 {
    font-family: 'Playfair Display', serif;
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--primary-color);
    background: #f0f4fa;
    border-left: 5px solid var(--primary-color);
    padding: 12px 18px;
    border-radius: 0 6px 6px 0;
    margin-top: 40px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Gold dot indicator */
.pkp_structure_main .page h2::before {
    content: '';
    display: inline-block;
    width: 9px;
    height: 9px;
    min-width: 9px;
    border-radius: 50%;
    background: var(--accent-color);
    flex-shrink: 0;
}

/* h3 – sub-section with gold left bar */
.pkp_structure_main .page h3 {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: var(--primary-color);
    border-left: 3px solid var(--accent-color);
    padding-left: 14px;
    margin-top: 28px;
    margin-bottom: 10px;
}

/* Body text */
.pkp_structure_main .page p {
    font-size: 0.925rem;
    line-height: 1.85;
    color: #444;
    margin-bottom: 14px;
}

/* Abstract – same size as author biography text */
.obj_article_details .item.abstract,
.obj_article_details .item.abstract p,
.obj_article_details .item.abstract div {
    font-size: 1rem;
    line-height: 1.9;
}

/* Keep the "Abstract" heading at normal h2 size */
.obj_article_details .item.abstract .label {
    font-size: 1.15rem;
}

/* Lists */
.pkp_structure_main .page ul {
    list-style: none;
    padding-left: 0;
}

.pkp_structure_main .page ul li {
    padding: 6px 0 6px 22px;
    position: relative;
    font-size: 0.925rem;
    line-height: 1.75;
    color: #444;
    border-bottom: 1px solid #f0f2f5;
}

.pkp_structure_main .page ul li::before {
    content: '›';
    position: absolute;
    left: 4px;
    color: var(--accent-color);
    font-weight: 700;
    font-size: 1.15em;
    line-height: 1.6;
}

/* Sidebar box */
.pkp_structure_sidebar {
    background: #fff;
    box-sizing: border-box !important;
}

.pkp_structure_sidebar img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
    margin: 8px auto !important;
    box-sizing: border-box !important;
}

/* Remove all gold chevrons and bullets from sidebar entirely */
.pkp_structure_sidebar *::before,
.pkp_structure_sidebar *::after,
.pkp_structure_sidebar ul li::before,
.pkp_structure_sidebar li::before,
.pkp_structure_sidebar .pkp_block ul li::before {
    content: none !important;
    display: none !important;
}

/* Ensure icons and text align left */
.pkp_structure_sidebar ul,
.pkp_structure_sidebar li {
    padding-left: 0 !important;
    margin-left: 0 !important;
    list-style: none !important;
    text-align: left !important;
}

.pkp_structure_sidebar a {
    display: flex !important;
    align-items: center;
    gap: 6px; /* Tighten gap between icon and text */
    padding: 6px 0 !important;
    text-decoration: none;
}

.obj_article_summary .doi {
    margin: 10px 0;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 8px;
}

.obj_article_summary .doi_logo {
    height: 18px;
    width: auto;
}

/* Shared Metadata Strip Styling (Matches Abstract h2) */
.orcid_section {
    margin-top: 10px !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 15px !important;
    width: 100%;
}

/* DOI, Keywords, and Citations Straight Line Fix */
.custom_doi_section,
.custom_keywords_section,
.custom_citations_section {
    width: 100% !important;
    margin-bottom: 8px !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 15px !important;
}

.orcid_box,
.doi_box,
.keywords_box,
.citations_box {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 8px;
    background: #f0f4fa;
    padding: 4px 10px;
    border-radius: 4px;
    border-left: 4px solid var(--primary-color);
}

.custom_citations_section .value {
    display: flex;
    align-items: center;
}

/* Metadata Blocks in Entry Details (Center Column) */
.entry_details .item {
    border-bottom: 1px solid var(--accent-color);
    padding: 10px 0;
    margin: 0.1rem 0;
}

/* License / copyright terms – smaller body text */
.entry_details .item.copyright .value,
.entry_details .item.copyright p {
    font-size: 0.78rem;
    line-height: 1.6;
    color: #555;
    font-weight: 400;
}

.entry_details .item:last-child {
    border-bottom: none;
}

.entry_details .label {
    font-size: 12px;
    font-weight: 700;
    color: #888;
    margin-bottom: 4px;
    text-transform: capitalize;
}

/* Published / Issue / Section labels styled like Keywords box */
.entry_details .item.published .label,
.entry_details .item.issue .label,
.entry_details .item.section .label {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    background: #f0f4fa;
    padding: 4px 10px;
    border-radius: 4px;
    border-left: 4px solid var(--primary-color);
    font-family: 'Inter', sans-serif;
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--primary-color);
    text-transform: capitalize;
    margin-bottom: 6px;
}

.entry_details .item.published .label::before,
.entry_details .item.issue .label::before,
.entry_details .item.section .label::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: var(--accent-color);
    border-radius: 50%;
    flex-shrink: 0;
}

.entry_details .value {
    font-size: 14.5px; /* Approx 11pt */
    color: var(--primary-color);
    font-weight: 600;
}

.orcid_box .dot,
.doi_box .dot, 
.keywords_box .dot,
.citations_box .dot {
    width: 8px; /* Smaller, subtle bullet */
    height: 8px;
    background-color: var(--accent-color);
    border-radius: 50%;
    flex-shrink: 0;
    display: inline-block;
}

.doi_box .label,
.keywords_box .label,
.citations_box .label {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    color: var(--primary-color);
    font-size: 0.8rem;
    line-height: 1 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.orcid_section .value {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}

.custom_doi_section .value,
.custom_keywords_section .value,
.custom_citations_section .value {
    font-size: 1rem;
    color: #333;
    display: flex;
    align-items: center;
    line-height: 1; /* Match box height better */
    padding-left: 5px;
}

.orcid_section:hover .orcid_box,
.custom_doi_section:hover .doi_box,
.custom_keywords_section:hover .keywords_box,
.custom_citations_section:hover .citations_box {
    background: #e6eef7;
    transition: background 0.3s ease;
}

.orcid_logo,
.doi_image_label {
    height: 16px; /* Slightly smaller to match text height */
    width: auto;
    display: block;
    margin: 0;
}

.orcid_section .value a,
.custom_doi_section .value a {
    font-size: 1rem;
    font-weight: 700;
    color: var(--primary-color);
    text-decoration: underline;
    white-space: nowrap; /* Keep link on one line */
}

.custom_keywords_section .value {
    font-size: 0.95rem;
    color: #444;
    line-height: 1.4;
}

.orcid_section .value a:hover,
.custom_doi_section .value a:hover {
    color: var(--accent-color);
}

.obj_article_summary .doi a {
    color: var(--accent-color);
    text-decoration: none;
    font-weight: 600;
}

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

.pkp_block {
    background: var(--white);
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 51, 102, 0.08);
    overflow: hidden;
    margin-bottom: 20px;
    border: 1px solid #e8edf5;
    border-left: none;
}

.pkp_block .title,
.pkp_block h2.title,
.pkp_block h3.title {
    background: var(--primary-color) !important;
    color: var(--white) !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 0.72rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    text-align: center;
    padding: 14px 20px !important;
    margin: 0 !important;
    border-bottom: 3px solid var(--accent-color);
    display: block !important;
    border-radius: 0 !important;
    border-left: none !important;
}

.pkp_block .title::before,
.pkp_block h2.title::before,
.pkp_block h3.title::before {
    display: none !important;
}

/* Sidebar Menu Item Styling */
.pkp_structure_sidebar .pkp_block ul li,
.pkp_structure_sidebar .pkp_block .content p,
.pkp_structure_sidebar .pkp_block p {
    margin: 0 !important;
    padding: 0 !important;
    border-bottom: 1px solid rgba(0,0,0,0.05) !important;
    list-style: none !important;
}

.pkp_structure_sidebar .pkp_block ul li:last-child,
.pkp_structure_sidebar .pkp_block .content p:last-child,
.pkp_structure_sidebar .pkp_block p:last-child {
    border-bottom: none !important;
}

.pkp_structure_sidebar .pkp_block ul li a,
.pkp_structure_sidebar .pkp_block .content p a,
.pkp_structure_sidebar .pkp_block p a {
    display: flex !important;
    align-items: center !important;
    padding: 10px 0 !important;
    color: #333 !important;
    font-size: 0.88rem !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    transition: color 0.2s ease, padding-left 0.2s ease !important;
}

.pkp_structure_sidebar .pkp_block a:hover {
    color: var(--accent-color) !important;
    padding-left: 4px !important;
}

/* Simple gold chevron — no Font Awesome dependency */
.pkp_structure_sidebar .pkp_block a::before {
    content: '›';
    color: var(--accent-color);
    font-size: 1.2rem;
    font-weight: 700;
    margin-right: 8px;
    flex-shrink: 0;
    line-height: 1;
}

/* Make a Submission Button Refinement */
.pkp_block.block_make_submission a {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important; /* Content to the left */
    white-space: nowrap !important;
    font-size: 0.82rem !important; /* Slightly smaller for a tighter look */
    padding: 10px 12px !important;
    background: #f0f4fa !important;
    border: 1px solid #d1d9e6 !important;
    border-radius: 6px !important;
    color: var(--primary-color) !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    transition: all 0.3s ease !important;
    margin-top: 5px;
    margin-left: 0 !important; /* Force to the left */
    margin-right: auto !important; /* Push any space to the right */
    width: fit-content !important; /* Only as wide as needed */
    gap: 8px !important; /* Tighter gap between icon and text */
}

.pkp_block.block_make_submission a:hover {
    background: var(--primary-color) !important;
    color: #fff !important;
    border-color: var(--primary-color) !important;
}

/* Homepage Specific Refinements */
.page_index_journal .current_issue_title {
    font-family: 'Inter', sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--primary-color);
    margin: 20px 0;
    padding-left: 15px;
    border-left: 4px solid var(--accent-color);
}

.authors .name {
    font-size: 16px !important; /* Approx 12pt */
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 4px;
    display: block;
}

.page_index_journal .read_more {
    display: inline-block;
    margin-top: 30px;
    padding: 12px 25px;
    background: var(--primary-color);
    color: var(--white) !important;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.85rem;
    border-radius: 4px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.page_index_journal .read_more:hover {
    background: var(--accent-color);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.obj_issue_toc .pub_id.doi {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 15px 0;
}

.obj_issue_toc .doi_image_label {
    height: 20px;
    width: auto;
}

.obj_issue_toc .pub_id.doi .id a {
    color: var(--primary-color);
    font-weight: 600;
    text-decoration: none;
}

.obj_issue_toc .pub_id.doi .id a:hover {
    color: var(--accent-color);
    text-decoration: underline;
}

/* ============================================================
   ARTICLES SECTION
   ============================================================ */

/* Current issue / article listing wrapper */
.page_index_journal .pkp_structure_main,
.page_issue .pkp_structure_main {
    background: var(--white);
}

/* Article card (summary listing) */
.obj_article_summary {
    background: var(--white);
    border: 1px solid #e8edf3;
    border-left: 4px solid var(--primary-color);
    border-radius: 0 8px 8px 0;
    padding: 22px 24px;
    margin-bottom: 18px;
    box-shadow: 0 2px 10px rgba(0, 51, 102, 0.06);
    transition: box-shadow 0.25s ease, border-left-color 0.25s ease;
}

.obj_article_summary:hover {
    box-shadow: 0 6px 20px rgba(0, 51, 102, 0.12);
    border-left-color: var(--accent-color);
}

/* Article title */
.obj_article_summary .title {
    margin-bottom: 8px;
}

.obj_article_summary .title a {
    font-family: 'Playfair Display', serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--primary-color);
    text-decoration: none;
    line-height: 1.45;
    display: block;
}

.obj_article_summary .title a:hover {
    color: var(--accent-color);
    text-decoration: underline;
}

/* Article authors */
.obj_article_summary .authors {
    font-size: 0.88rem;
    color: #666;
    font-style: italic;
    margin: 6px 0 10px;
}

/* Article abstract */
.obj_article_summary .abstract {
    font-size: 0.93rem;
    line-height: 1.75;
    color: #4a4a4a;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #f0f0f0;
}

/* Galley links (PDF, HTML buttons) */
.obj_article_summary .galleys_links {
    margin-top: 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.obj_article_summary .galleys_links .obj_galley_link a,
.obj_article_summary .galleys_links a.obj_galley_link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 5px 14px;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    border-radius: 20px;
    text-decoration: none;
    background: var(--primary-color);
    color: var(--white) !important;
    transition: background 0.2s ease;
}

.obj_article_summary .galleys_links .obj_galley_link a:hover {
    background: var(--accent-color);
}

/* Issue Table of Contents */
.obj_issue_toc .section {
    margin-bottom: 36px;
}

.obj_issue_toc .section > .title {
    font-family: 'Playfair Display', serif;
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--white);
    background: var(--primary-color);
    padding: 10px 18px;
    border-radius: 4px;
    margin: 0 0 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    letter-spacing: 0.02em;
}

.obj_issue_toc .section > .title::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--accent-color);
    flex-shrink: 0;
}

/* Article row inside issue TOC */
.obj_issue_toc .articles li {
    border-bottom: 1px solid var(--accent-color);
    padding: 14px 0;
    list-style: none;
}

.obj_issue_toc .articles li:last-child {
    border-bottom: none;
}

.obj_issue_toc .obj_article_summary {
    border: none;
    border-left: 3px solid transparent;
    border-radius: 0;
    padding: 4px 0 4px 14px;
    margin-bottom: 0;
    box-shadow: none;
    background: transparent;
}

.obj_issue_toc .obj_article_summary:hover {
    border-left-color: var(--accent-color);
    box-shadow: none;
}

/* Homepage current issue label */
.page_index_journal .current_issue_label,
.page_index_journal h2.current {
    font-family: 'Inter', sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--accent-color);
    margin-bottom: 6px;
}

/* Issue cover image */
.obj_issue_summary .cover img {
    border-radius: 6px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.12);
    max-width: 100%;
}

/* ============================================================
   FOOTER
   ============================================================ */

.pkp_structure_footer_wrapper {
    background: var(--primary-color);
    color: rgba(255, 255, 255, 0.85);
    margin-top: 60px;
    border-top: 4px solid var(--accent-color);
}

.pkp_structure_footer {
    max-width: 1200px !important;
    width: 100%;
    margin: 0 auto !important;
    padding: 48px 24px 28px !important;
    box-sizing: border-box;
}

/* Footer custom content (set via OJS admin → Appearance → Footer) */
.pkp_footer_content {
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.9rem;
    line-height: 1.8;
}

.pkp_footer_content h3,
.pkp_footer_content h4 {
    font-family: 'Playfair Display', serif;
    color: var(--white);
    font-size: 1rem;
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(197, 160, 89, 0.4);
}

.pkp_footer_content a {
    color: var(--accent-color);
    text-decoration: none;
    transition: color 0.2s ease;
}

.pkp_footer_content a:hover {
    color: var(--white);
    text-decoration: underline;
}

.pkp_footer_content p {
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 8px;
}

/* Publisher info row */
.pkp_footer_content .footer-info {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 32px;
}

.pkp_footer_content .footer-col h4 {
    font-family: 'Inter', sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--accent-color);
    border: none;
    margin-bottom: 12px;
    padding-bottom: 0;
}

/* OJS brand badge */
.pkp_brand_footer {
    margin-top: 32px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
    opacity: 0.45;
}

.pkp_brand_footer img {
    height: 28px;
    width: auto;
    filter: brightness(0) invert(1);
}
