/* ===== Journal Modern CSS ===== */
/* Reset & Base */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

/* ===== Force Full-Width Layout — Override Bootstrap .container ===== */
.site-content.container {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}
.site-content {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    min-height: auto !important;
}

/* ===== Hide OJS Default Elements ===== */
.page_index_journal { max-width:100%!important; padding:0!important; margin:0!important }
.pkp_structure_content { max-width:100%!important; padding:0!important; width:100%!important; margin:0!important }
.pkp_structure_main { max-width:100%!important; padding:0!important; width:100%!important; margin:0!important }
body, .pkp_structure_page { font-family:'Inter',sans-serif!important; background:#f1f5f9!important; color:#334155; border-top:none!important; margin-top:0!important }

/* ===== Issue TOC — Modern Article Cards ===== */
.obj_issue_toc > .container {
    max-width: 100% !important;
    padding: 0 !important;
}
.issue-section-title {
    font-family: 'Inter', sans-serif !important;
    font-size: 1.4rem !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    margin: 0 0 24px !important;
    padding: 0 0 16px !important;
    border-bottom: 2px solid #e2e8f0 !important;
    text-align: left !important;
}
.one-article-intoc {
    background: #ffffff !important;
    border-radius: 12px !important;
    border: 1px solid #e2e8f0 !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.03) !important;
    margin-bottom: 12px !important;
    padding: 0 !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}
.one-article-intoc:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 24px rgba(0,0,0,0.06) !important;
    border-color: #cbd5e1 !important;
}
.one-article-intoc .card-body {
    padding: 20px 24px !important;
}
.one-article-intoc .issue-article-title {
    font-size: 1.05rem !important;
    font-weight: 700 !important;
    line-height: 1.5 !important;
    margin-bottom: 6px !important;
}
.one-article-intoc .issue-article-title a {
    color: #0f172a !important;
    text-decoration: none !important;
    font-weight: 700 !important;
    transition: color 0.2s ease !important;
}
.one-article-intoc .issue-article-title a:hover {
    color: var(--primary-color, #4f46e5) !important;
}
.one-article-intoc .issue-auth {
    color: #475569 !important;
    font-size: 0.9rem !important;
    margin-bottom: 6px !important;
}
.one-article-intoc .issue-article-number,
.one-article-intoc .issue-article-date {
    color: #94a3b8 !important;
    font-size: 0.8rem !important;
}

/* ===== General Page Content Containers ===== */
.page.page_submissions .container,
.page_about .container,
.page_contact .container {
    max-width: 1320px !important;
    margin: 0 auto !important;
    padding: 0 40px !important;
}
.page.page_submissions,
.page_about {
    padding-top: 32px !important;
    padding-bottom: 60px !important;
}

/* ===== Breadcrumb Modern Override ===== */
.bread-nav {
    max-width: 1320px !important;
    margin: 0 auto !important;
    padding: 12px 40px !important;
}
.breadcrumb {
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 0.88rem !important;
}
.breadcrumb-item a {
    color: var(--primary-color, #4f46e5) !important;
    text-decoration: none !important;
    font-weight: 600 !important;
}
.breadcrumb-item.active {
    color: #64748b !important;
}

/* ===== Modern Header ===== */
.jrn-header { background:#fff; border-bottom:1px solid #e2e8f0; position:sticky; top:0; z-index:1000; box-shadow:0 1px 3px rgba(0,0,0,0.04) }
.jrn-header-inner { max-width:1320px; margin:0 auto; padding:0 40px; display:flex; align-items:center; justify-content:space-between; height:72px }
.jrn-brand { display:flex; align-items:center; gap:14px; text-decoration:none; color:#0f172a }
.jrn-brand img { height:42px; width:auto }
.jrn-brand-text h1 { margin:0; font-size:1.2rem; font-weight:800; line-height:1.2; letter-spacing:-0.02em }
.jrn-brand-text p { margin:0; font-size:0.78rem; color:#64748b; font-weight:500 }
.jrn-nav { display:flex; align-items:center; gap:4px }
.jrn-nav a { color:#475569; font-weight:600; font-size:0.88rem; padding:10px 16px; border-radius:10px; text-decoration:none; transition:all .2s; display:flex; align-items:center; gap:6px }
.jrn-nav a:hover, .jrn-nav a.active { color:#4f46e5; background:#f0f0ff }
.jrn-nav a.active { font-weight:700 }
.jrn-search { display:flex; align-items:center; background:#f8fafc; border:1px solid #e2e8f0; border-radius:10px; padding:0 12px; height:40px; min-width:220px; transition:border-color .2s }
.jrn-search:focus-within { border-color:#a5b4fc }
.jrn-search input { border:none; background:transparent; font-size:0.83rem; color:#334155; outline:none; width:100%; font-family:'Inter',sans-serif }
.jrn-search input::placeholder { color:#94a3b8 }
.jrn-search svg { flex-shrink:0; color:#94a3b8; margin-left:8px }
.jrn-user-actions { display:flex; align-items:center; gap:10px }
.jrn-avatar { width:38px; height:38px; border-radius:10px; background:linear-gradient(135deg,#4f46e5,#7c3aed); color:#fff; display:flex; align-items:center; justify-content:center; font-weight:700; font-size:0.95rem; cursor:pointer }

/* ===== Hero Section (Dark Blue) ===== */
.jrn-hero { background:linear-gradient(135deg,#1e3a6e 0%,#2a4fa8 50%,#3b5fc2 100%); padding:48px 0 40px; position:relative; overflow:hidden }
.jrn-hero::before { content:''; position:absolute; top:-80px; right:-80px; width:350px; height:350px; background:rgba(255,255,255,0.04); border-radius:50% }
.jrn-hero::after { content:''; position:absolute; bottom:-60px; left:30%; width:250px; height:250px; background:rgba(255,255,255,0.03); border-radius:50% }
.jrn-hero-inner { max-width:1320px; margin:0 auto; padding:0 40px; position:relative; z-index:1 }
.jrn-hero-top { display:flex; justify-content:space-between; align-items:flex-start; gap:40px; margin-bottom:32px }
.jrn-hero-content { max-width:520px }
.jrn-hero-badge { background:rgba(255,255,255,0.15); color:#fff; padding:6px 16px; border-radius:20px; font-weight:600; font-size:0.8rem; display:inline-block; margin-bottom:16px; backdrop-filter:blur(8px); border:1px solid rgba(255,255,255,0.1) }
.jrn-hero-title { font-size:2.6rem; font-weight:800; color:#fff; margin:0 0 14px; line-height:1.15; letter-spacing:-0.03em }
.jrn-hero-desc { font-size:0.95rem; color:rgba(255,255,255,0.8); line-height:1.7; margin:0 }
.jrn-hero-stats { display:flex; gap:12px; background:rgba(255,255,255,0.08); border-radius:16px; padding:16px 20px; backdrop-filter:blur(8px); border:1px solid rgba(255,255,255,0.08) }
.jrn-stat { display:flex; align-items:center; gap:10px; padding:0 16px; border-right:1px solid rgba(255,255,255,0.1) }
.jrn-stat:last-child { border-right:none }
.jrn-stat-icon { width:40px; height:40px; border-radius:10px; background:rgba(255,255,255,0.1); display:flex; align-items:center; justify-content:center; color:#fff; flex-shrink:0 }
.jrn-stat-text h4 { margin:0; font-size:1.15rem; font-weight:800; color:#fff; line-height:1.2 }
.jrn-stat-text p { margin:0; font-size:0.73rem; color:rgba(255,255,255,0.7) }

/* ===== Main Layout ===== */
.jrn-layout { max-width:1320px; margin:0 auto; padding:0 40px; display:grid; grid-template-columns:1fr 300px; gap:32px; margin-top:36px; margin-bottom:64px }

/* ===== Section Header ===== */
.jrn-section-header { display:flex; justify-content:space-between; align-items:center; margin-bottom:24px }
.jrn-section-title { display:flex; align-items:center; gap:10px; font-size:1.2rem; font-weight:800; color:#0f172a }
.jrn-section-title svg { color:#4f46e5 }
.jrn-section-link { color:#4f46e5; font-weight:600; font-size:0.88rem; text-decoration:none; display:flex; align-items:center; gap:4px; transition:color .2s }
.jrn-section-link:hover { color:#4338ca }

/* ===== Journal Cards Grid ===== */
.jrn-cards-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:20px; margin-bottom:32px }
.jrn-card { background:#fff; border-radius:16px; overflow:hidden; box-shadow:0 4px 16px rgba(0,0,0,0.04); border:1px solid #e8ecf1; transition:transform .3s ease, box-shadow .3s ease; display:flex; flex-direction:column }
.jrn-card:hover { transform:translateY(-6px); box-shadow:0 16px 40px rgba(0,0,0,0.08) }
.jrn-card-cover { position:relative; height:200px; overflow:hidden; background:#eef2f7 }
.jrn-card-cover img { width:100%; height:100%; object-fit:cover; transition:transform .4s ease }
.jrn-card:hover .jrn-card-cover img { transform:scale(1.05) }
.jrn-card-badge { position:absolute; top:12px; left:12px; padding:5px 14px; border-radius:8px; font-weight:700; font-size:0.7rem; letter-spacing:0.03em; color:#fff; text-transform:uppercase }
.jrn-card-badge.purple { background:linear-gradient(135deg,#7c3aed,#6d28d9) }
.jrn-card-badge.green { background:linear-gradient(135deg,#22c55e,#16a34a) }
.jrn-card-badge.blue { background:linear-gradient(135deg,#3b82f6,#2563eb) }
.jrn-card-badge.orange { background:linear-gradient(135deg,#f59e0b,#d97706) }
.jrn-card-body { padding:18px; flex:1; display:flex; flex-direction:column }
.jrn-card-title { font-size:0.95rem; font-weight:700; color:#0f172a; margin:0 0 8px; line-height:1.35; text-decoration:none; display:block }
.jrn-card-title:hover { color:#4f46e5 }
.jrn-card-desc { font-size:0.8rem; color:#64748b; line-height:1.55; margin:0 0 14px; flex:1 }
.jrn-card-meta { display:flex; gap:10px; margin-bottom:14px }
.jrn-meta-box { flex:1; background:#f8fafc; border-radius:8px; padding:8px 10px; display:flex; align-items:center; gap:6px }
.jrn-meta-box svg { flex-shrink:0; color:#94a3b8 }
.jrn-meta-box .label { font-size:0.65rem; color:#94a3b8; display:block; text-transform:uppercase; font-weight:600; letter-spacing:0.03em }
.jrn-meta-box .value { font-size:0.75rem; color:#334155; font-weight:700 }
.jrn-card-btn { display:flex; align-items:center; justify-content:center; gap:6px; padding:11px 16px; background:linear-gradient(135deg,#4f46e5,#6366f1); color:#fff; border-radius:10px; font-weight:700; font-size:0.85rem; text-decoration:none; transition:all .25s; box-shadow:0 4px 12px rgba(79,70,229,0.2); margin-top:auto }
.jrn-card-btn:hover { transform:translateY(-2px); box-shadow:0 6px 18px rgba(79,70,229,0.35); color:#fff }

/* ===== Pagination ===== */
.jrn-pagination { display:flex; justify-content:center; align-items:center; gap:6px; margin-top:8px }
.jrn-pagination a, .jrn-pagination span { width:38px; height:38px; border-radius:10px; display:flex; align-items:center; justify-content:center; font-size:0.88rem; font-weight:600; text-decoration:none; transition:all .2s }
.jrn-pagination a { color:#475569; background:#fff; border:1px solid #e2e8f0 }
.jrn-pagination a:hover { background:#f5f3ff; border-color:#c7d2fe; color:#4f46e5 }
.jrn-pagination span.current { background:linear-gradient(135deg,#4f46e5,#6366f1); color:#fff; border:none; box-shadow:0 4px 12px rgba(79,70,229,0.25) }
.jrn-pagination .prev, .jrn-pagination .next { width:auto; padding:0 14px; gap:4px }

/* ===== Sidebar ===== */
.jrn-sidebar { display:flex; flex-direction:column; gap:20px }
.jrn-widget { background:#fff; border-radius:14px; border:1px solid #e8ecf1; overflow:hidden; box-shadow:0 2px 8px rgba(0,0,0,0.02) }
.jrn-widget-title { display:flex; align-items:center; gap:8px; padding:16px 18px; font-weight:700; font-size:0.88rem; color:#0f172a; border-bottom:1px solid #f1f5f9 }
.jrn-widget-title svg { color:#4f46e5; flex-shrink:0 }
.jrn-widget-body { padding:16px 18px }
.jrn-template-box { display:flex; align-items:center; gap:14px; text-decoration:none; color:#334155; padding:12px; border-radius:10px; border:1px solid #e2e8f0; transition:all .2s }
.jrn-template-box:hover { border-color:#c7d2fe; background:#f5f3ff }
.jrn-template-icon { width:52px; height:52px; border-radius:10px; background:#eff6ff; display:flex; align-items:center; justify-content:center; color:#3b82f6; flex-shrink:0 }
.jrn-template-text span { display:block; font-size:0.75rem; color:#94a3b8 }
.jrn-template-text strong { display:block; font-size:0.88rem; color:#0f172a; font-weight:700 }
.jrn-template-text small { display:block; font-size:0.72rem; color:#94a3b8; margin-top:2px }
.jrn-indexed-item { display:flex; align-items:center; justify-content:space-between; padding:10px 0; text-decoration:none; color:#334155; transition:color .2s; border-bottom:1px solid #f8fafc }
.jrn-indexed-item:last-child { border-bottom:none }
.jrn-indexed-item:hover { color:#4f46e5 }
.jrn-indexed-item .logo-wrap { display:flex; align-items:center; gap:10px }
.jrn-indexed-item img { height:22px; width:auto }
.jrn-indexed-item svg { color:#cbd5e1; flex-shrink:0 }
.jrn-lang-item { display:flex; align-items:center; justify-content:space-between; padding:10px 0; text-decoration:none; color:#475569; font-size:0.88rem; transition:color .2s; border-bottom:1px solid #f8fafc }
.jrn-lang-item:last-child { border-bottom:none }
.jrn-lang-item.active { color:#4f46e5; font-weight:600 }
.jrn-lang-item:hover { color:#4f46e5 }
.jrn-info-item { display:flex; align-items:center; justify-content:space-between; padding:10px 0; text-decoration:none; color:#475569; font-size:0.88rem; transition:color .2s; border-bottom:1px solid #f8fafc }
.jrn-info-item:last-child { border-bottom:none }
.jrn-info-item:hover { color:#4f46e5 }

/* ===== Footer ===== */
.jrn-footer { background:#0f172a; padding:48px 0 0; margin-top:0 }
.jrn-footer-inner { max-width:1320px; margin:0 auto; padding:0 40px; display:grid; grid-template-columns:1.5fr 1fr 1fr 1.5fr; gap:36px }
.jrn-footer-brand h3 { color:#fff; font-size:1.1rem; font-weight:700; margin:0 0 8px; display:flex; align-items:center; gap:10px }
.jrn-footer-brand img { height:36px; width:auto }
.jrn-footer-brand .desc { color:#64748b; font-size:0.82rem; line-height:1.6; margin:0 0 18px }
.jrn-footer-social { display:flex; gap:8px }
.jrn-footer-social a { width:34px; height:34px; border-radius:8px; background:#1e293b; color:#94a3b8; display:flex; align-items:center; justify-content:center; transition:all .2s; text-decoration:none }
.jrn-footer-social a:hover { background:#4f46e5; color:#fff }
.jrn-footer-col h4 { color:#fff; font-size:0.85rem; font-weight:700; margin:0 0 16px; text-transform:uppercase; letter-spacing:0.04em }
.jrn-footer-col ul { list-style:none; margin:0; padding:0 }
.jrn-footer-col li { margin-bottom:10px }
.jrn-footer-col a { color:#94a3b8; font-size:0.83rem; text-decoration:none; transition:color .2s }
.jrn-footer-col a:hover { color:#fff }
.jrn-footer-bottom { border-top:1px solid #1e293b; margin-top:36px; padding:18px 40px; text-align:center; max-width:1320px; margin-left:auto; margin-right:auto }
.jrn-footer-bottom p { color:#64748b; font-size:0.8rem; margin:0 }

/* ===== Responsive ===== */
@media(max-width:1200px) {
    .jrn-cards-grid { grid-template-columns:repeat(2,1fr) }
    .jrn-layout { grid-template-columns:1fr }
    .jrn-hero-stats { flex-wrap:wrap }
    .jrn-stat { border-right:none; padding:8px }
    .jrn-footer-inner { grid-template-columns:repeat(2,1fr) }
}
@media(max-width:768px) {
    .jrn-header-inner { padding:0 16px; height:60px }
    .jrn-nav { display:none }
    .jrn-search { display:none }
    .jrn-hero { padding:32px 0 28px }
    .jrn-hero-inner { padding:0 16px }
    .jrn-hero-top { flex-direction:column }
    .jrn-hero-title { font-size:1.8rem }
    .jrn-hero-stats { flex-direction:column; gap:8px }
    .jrn-stat { padding:10px 0 }
    .jrn-layout { padding:0 16px; gap:24px }
    .jrn-cards-grid { grid-template-columns:1fr }
}

/* ===== Cover Placeholder Styles ===== */
.jrn-cover-placeholder {
    width: 100%;
    height: 200px;
    border-radius: 8px;
    margin-bottom: 16px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 16px;
    box-sizing: border-box;
    color: #ffffff;
    text-align: left;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}
.jrn-cover-placeholder::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(255,255,255,0.08) 0%, transparent 100%);
    pointer-events: none;
}
.jrn-cover-placeholder-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.jrn-cover-placeholder-icon {
    width: 32px;
    height: 32px;
    opacity: 0.9;
    color: #f59e0b;
}
.jrn-cover-placeholder-journal {
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: rgba(255, 255, 255, 0.7);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 150px;
}
.jrn-cover-placeholder-body {
    margin-top: auto;
    text-align: left;
}
.jrn-cover-placeholder-title {
    font-size: 0.9rem;
    font-weight: 800;
    line-height: 1.3;
    color: #ffffff;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.jrn-cover-placeholder-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding-top: 6px;
    margin-top: 6px;
}
.jrn-cover-placeholder-date {
    font-size: 0.62rem;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 500;
}

/* ===== Dynamic Cover Page Mockup ===== */
.jrn-cover-dynamic {
    width: 100%;
    height: 160px;
    background: #003595; /* LPKIA Blue */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 8px 10px;
    box-sizing: border-box;
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    position: relative;
    border-bottom: 3px solid #e11d48;
}

/* Journal cover gradients/colors - must match indexJournal.tpl hero gradients */
.jrn-cover-jti {
    background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%) !important;
}
.jrn-cover-jkb {
    background: linear-gradient(135deg, #065f46 0%, #10b981 100%) !important;
}
.jrn-cover-jda {
    background: linear-gradient(135deg, #92400e 0%, #f59e0b 100%) !important;
}
.jrn-cover-jdab {
    background: linear-gradient(135deg, #581c87 0%, #a855f7 100%) !important;
}

/* Top bar with volume / ISSN info */
.jrn-cover-topbar {
    display: flex;
    justify-content: space-between;
    font-size: 8px;
    font-weight: 700;
    opacity: 0.9;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 2px;
}

/* Header section (logo + title) */
.jrn-cover-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 4px 0;
}

/* Styled LPKIA emblem */
.lpkia-logo-box {
    width: 26px;
    height: 26px;
    background: #003595;
    border: 1px solid #ffffff;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    overflow: hidden;
    flex-shrink: 0;
}
.lpkia-logo-top-red {
    width: 100%;
    height: 6px;
    background: #e11d48;
}
.lpkia-logo-diagonal {
    position: absolute;
    top: 6px;
    left: 0;
    width: 100%;
    height: 10px;
    background: linear-gradient(135deg, transparent 45%, #ffffff 46%, #ffffff 54%, transparent 55%);
}
.lpkia-logo-bottom-text {
    width: 100%;
    height: 8px;
    background: #ffffff;
    color: #003595;
    font-size: 6px;
    font-weight: 900;
    text-align: center;
    line-height: 8px;
    letter-spacing: 0.3px;
}

/* Title text */
.jrn-cover-title-area {
    text-align: left;
    overflow: hidden;
}
.jrn-cover-title-area h1 {
    font-size: 10px;
    font-weight: 800;
    margin: 0;
    color: #ffffff;
    line-height: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.jrn-cover-line {
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
    margin: 2px 0;
}
.jrn-cover-title-area h2 {
    font-size: 6px;
    font-weight: 600;
    margin: 0;
    color: rgba(255, 255, 255, 0.8);
    letter-spacing: 0.5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/* Center White paper card */
.jrn-cover-paper {
    flex: 1;
    background: #ffffff;
    border-radius: 4px;
    padding: 6px 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-left: 2px solid #e11d48;
    overflow: hidden;
    margin-bottom: 4px;
}
.jrn-cover-paper-title {
    font-size: 8px;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.25;
    margin-bottom: 2px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}
.jrn-cover-paper-author {
    font-size: 7px;
    font-style: italic;
    color: #64748b;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* List items for Issue view */
.jrn-cover-paper-item {
    border-bottom: 1px solid #f1f5f9;
    padding: 2px 0;
    text-align: left;
}
.jrn-cover-paper-item:last-child {
    border-bottom: none;
}
.jrn-cover-paper-item-title {
    font-size: 7px;
    font-weight: 700;
    color: #1e293b;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.jrn-cover-paper-item-author {
    font-size: 6px;
    color: #64748b;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Footer Section */
.jrn-cover-footer {
    display: flex;
    justify-content: space-between;
    font-size: 6px;
    font-weight: 700;
    opacity: 0.95;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 2px;
}
.jrn-cover-footer-brand {
    letter-spacing: 0.5px;
}
.jrn-cover-footer-meta {
    display: flex;
    gap: 4px;
}

/* Modifier for larger displays (e.g. Issue Slider & Archive) */
.jrn-cover-large {
    height: 220px !important;
    padding: 12px 14px;
}
.jrn-cover-large .jrn-cover-topbar {
    font-size: 10px;
    padding-bottom: 4px;
}
.jrn-cover-large .lpkia-logo-box {
    width: 36px;
    height: 36px;
    border-width: 1.5px;
}
.jrn-cover-large .lpkia-logo-top-red {
    height: 8px;
}
.jrn-cover-large .lpkia-logo-diagonal {
    top: 8px;
    height: 12px;
}
.jrn-cover-large .lpkia-logo-bottom-text {
    height: 10px;
    font-size: 8px;
    line-height: 10px;
}
.jrn-cover-large .jrn-cover-title-area h1 {
    font-size: 14px;
}
.jrn-cover-large .jrn-cover-title-area h2 {
    font-size: 8px;
}
.jrn-cover-large .jrn-cover-paper {
    padding: 10px 12px;
    margin: 6px 0;
}
.jrn-cover-large .jrn-cover-paper-title {
    font-size: 11px;
}
.jrn-cover-large .jrn-cover-paper-author {
    font-size: 9px;
}
.jrn-cover-large .jrn-cover-paper-item-title {
    font-size: 9px;
}
.jrn-cover-large .jrn-cover-paper-item-author {
    font-size: 8px;
}
.jrn-cover-large .jrn-cover-footer {
    font-size: 8px;
    padding-top: 4px;
}


