/* Remove PKP branding */
.pkp_brand_footer {
    display: none !important;
}

/* Compact footer layout */
.pkp_structure_footer_wrapper {
    padding: 14px 0 !important;
}

/* Professional publisher display */
.pkp_structure_footer {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    text-align: center;
}

.pkp_structure_footer::before {
    content: "Published by Nova Inventis Press © 2026";
    font-weight: 600;
    color: ##BCE5F9;
}


/* Author line layout */
.modern-authors .author-line {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.8;
    margin-bottom: 10px;
}

/* Author name styling */
.modern-authors .author-name {
    position: relative;
    cursor: pointer;
}

/* Hover affiliation box */
.modern-authors .author-affiliation {
    display: none;
    position: absolute;
    left: 0;
    top: 28px;
    background: #ffffff;
    padding: 10px 14px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    white-space: normal;
    width: 280px;
    z-index: 999;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

/* Show on hover */
.modern-authors .author-name:hover .author-affiliation {
    display: block;
}

/* Corresponding author line */
.modern-authors .corresponding-author {
    font-size: 14px;
    margin-top: 6px;
    color: #444;
}

/* ================================
   ISSUE TOC – CLEAN PROFESSIONAL UI
   ================================ */

/* Container */
.obj_issue_toc {
    font-family: "Segoe UI", Roboto, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.45;
}

/* ================================
   SECTION HEADERS (TEXT-ONLY BG)
   ================================ */
.obj_issue_toc .section > h2,
.obj_issue_toc .section > h3 {
    display: inline-block;
    background-color: #eef3f8;
    color: #1f2d3d;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 6px !important;
    width: fit-content;
}

/* Optional subtle left accent */
.obj_issue_toc .section > h2::before,
.obj_issue_toc .section > h3::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 14px;
    background-color: #3b82f6;
    margin-right: 6px;
    border-radius: 2px;
    vertical-align: middle;
}

/* ================================
   SECTION SPACING
   ================================ */
.obj_issue_toc .section {
    margin-bottom: 0px !important;
}

/* ================================
   ARTICLE LIST (ULTRA COMPACT)
   ================================ */
.obj_issue_toc .cmp_article_list {
    margin: 0;
    padding: 0;
}

.obj_issue_toc .cmp_article_list li {
    list-style: none;
    margin-bottom: 4px !important;
    padding-bottom: 4px !important;
    border-bottom: none;
}

/* ================================
   ARTICLE TITLE
   ================================ */
.obj_issue_toc .article_summary h3,
.obj_issue_toc .article_summary h4,
.obj_issue_toc .title {
    font-size: 16.5px !important;
    font-weight: 600;
    margin-bottom: 2px !important;
    line-height: 1.3;
}

/* Title link styling */
.obj_issue_toc .article_summary h3 a,
.obj_issue_toc .article_summary h4 a {
    text-decoration: none;
    color: #111827;
}

.obj_issue_toc .article_summary h3 a:hover,
.obj_issue_toc .article_summary h4 a:hover {
    color: #000508;
}

/* ================================
   AUTHORS / META (COMPACT)
   ================================ */
.obj_issue_toc .meta,
.obj_issue_toc .authors {
    font-size: 16px !important;
    color: #000508;
    margin-bottom: 2px !important;
    line-height: 1.25;
}

/* ================================
   GALLEYS (PDF/HTML BUTTONS)
   ================================ */
.obj_issue_toc .galleys_links {
    margin-top: 2px;
}

.obj_issue_toc .galleys_links li {
    display: inline-block;
    margin-right: 4px;
}

.obj_issue_toc .galleys_links a {
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 4px;
    background-color: #f3f4f6;
    color: #374151;
    text-decoration: none;
}

.obj_issue_toc .galleys_links a:hover {
    background-color: #e5e7eb;
}

/* ================================
   ISSUE HEADER (OPTIONAL TIGHTEN)
   ================================ */
.obj_issue_toc .heading {
    margin-bottom: 4px;
}

.obj_issue_toc .description {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 4px;
}

/* ================================
   PUBLISHED DATE / DOI (SMALL)
   ================================ */
.obj_issue_toc .pub_id,
.obj_issue_toc .published {
    font-size: 13px;
    margin-bottom: 4px;
}

/* ================================
   MOBILE OPTIMIZATION
   ================================ */
@media (max-width: 768px) {
    .obj_issue_toc {
        font-size: 14px;
    }

    .obj_issue_toc .article_summary h3,
    .obj_issue_toc .article_summary h4 {
        font-size: 15.5px !important;
    }

    .obj_issue_toc .meta {
        font-size: 13px !important;
    }
}

/* ================================
   ARTICLE CARD STYLE
   ================================ */
.obj_issue_toc .cmp_article_list li {
    background: #ffffff;
    border: 2px solid #02c8fa;
    border-radius: 8px;
    padding: 8px 10px;
    margin-bottom: 6px !important;
    transition: all 0.2s ease;
}

/* Hover effect */
.obj_issue_toc .cmp_article_list li:hover {
    border-color: #c7d2fe;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

/* Compact spacing inside card */
.obj_issue_toc .article_summary {
    margin-bottom: 0 !important;
}

/* ================================
   GALLEYS (PDF / HTML BUTTONS)
   ================================ */
.obj_issue_toc .galleys_links a {
    font-size: 12px;
    padding: 2px 6px;
    margin-right: 4px;
    border-radius: 4px;
    background-color: #eef2ff;
    color: #3730a3;
    text-decoration: none;
    font-weight: 500;
}

/* PDF specific */
.obj_issue_toc a[href$=".pdf"] {
    background-color: #fee2e2;
    color: #991b1b;
}

/* Hover */
.obj_issue_toc .galleys_links a:hover {
    opacity: 0.85;
}

/* ================================
   DOI LINK STYLE
   ================================ */
.obj_issue_toc .pub_id.doi a {
    font-size: 16px;
    color: ##000508;
    padding: 2px 6px;
    border-radius: 4px;
    text-decoration: none;
}

.obj_issue_toc .pub_id.doi a:hover {
    background: #cffafe;
}

/* Add PDF icon */
.obj_issue_toc a[href$=".pdf"]::before {
    content: "📄 ";
}

/* Add DOI icon */
.obj_issue_toc .pub_id.doi a::before {
    content: "🔗 ";
}

/* Title */
.obj_issue_toc .article_summary h3 a {
    font-size: 16.5px;
    font-weight: 600;
    color: #111827;
}

/* Authors */
.obj_issue_toc .meta {
    font-size: 13.5px;
    color: #6b7280;
}