/* =====================================================
   ABSU JOURNALS PREMIUM THEME
   Navy: #0B2A52
   Gold: #D4AF37
   ===================================================== */

/* -----------------------------
   GLOBAL LAYOUT
------------------------------ */

body {
    background: #f8fafc !important;
    color: #334155 !important;
    font-size: 16px;
    line-height: 1.7;
}

.pkp_structure_content {
    max-width: 1400px !important;
}

/* -----------------------------
   HEADER
------------------------------ */

.pkp_structure_head {
    background: #0B2A52 !important;
    border-bottom: 3px solid #D4AF37 !important;
}

.pkp_site_name a,
.pkp_site_name {
    color: #ffffff !important;
    font-weight: 700 !important;
    letter-spacing: .5px;
}

.pkp_navigation_primary_wrapper {
    background: #0B2A52 !important;
    border-top: none !important;
    border-bottom: 3px solid #D4AF37 !important;
}

.pkp_navigation_primary > li > a {
    color: #ffffff !important;
    font-weight: 500;
}

.pkp_navigation_primary > li > a:hover {
    color: #D4AF37 !important;
}

/* Search */

.pkp_search > button,
.pkp_search > a {
    color: #ffffff !important;
}

/* -----------------------------
   PAGE TITLES
------------------------------ */

h1,
h2,
h3,
h4,
.page_title,
.current_issue_title {
    color: #0B2A52 !important;
    font-weight: 700 !important;
}

.page_title,
.obj_issue_toc h2,
.cmp_breadcrumbs h1 {
    position: relative;
    padding-bottom: 15px;
}

.page_title:after,
.obj_issue_toc h2:after,
.cmp_breadcrumbs h1:after {
    content: "";
    width: 70px;
    height: 3px;
    background: #D4AF37;
    position: absolute;
    left: 0;
    bottom: 0;
}

/* -----------------------------
   HOMEPAGE JOURNAL CARDS
------------------------------ */

ul.journal_list {
    padding: 0 !important;
}

ul.journal_list > li {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 35px !important;
    margin-bottom: 80px !important;
    box-shadow: 0 4px 20px rgba(0,0,0,.04);
    transition: all .3s ease;
}

ul.journal_list > li:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 35px rgba(0,0,0,.08);
}

ul.journal_list .thumb img {
    border-radius: 12px;
    overflow: hidden;
}

/* Journal title */

ul.journal_list .body h3,
ul.journal_list .body h4,
ul.journal_list .body .title {
    color: #0B2A52 !important;
    font-weight: 700;
}

/* Journal description */

ul.journal_list .description {
    border-left: 4px solid #D4AF37;
    padding-left: 22px;
    margin: 20px 0;
    color: #475569;
}

/* -----------------------------
   BUTTONS
------------------------------ */

ul.journal_list .body ul.links {
    display: flex !important;
    gap: 15px !important;
    margin-top: 25px !important;
    padding-left: 0 !important;
}

ul.journal_list .body ul.links li {
    list-style: none !important;
}

ul.journal_list .body ul.links li.view a,
.obj_article_summary .galley_links a {

    background: #0B2A52 !important;
    color: #ffffff !important;

    border: 2px solid #0B2A52 !important;
    border-radius: 8px !important;

    padding: 12px 26px !important;
    text-decoration: none !important;

    font-weight: 600 !important;
}

ul.journal_list .body ul.links li.current a {
    background: transparent !important;
    color: #0B2A52 !important;
    border: 2px solid #0B2A52 !important;
    border-radius: 8px !important;
    padding: 12px 26px !important;
    font-weight: 600 !important;
}

ul.journal_list .body ul.links li a:hover,
.obj_article_summary .galley_links a:hover {
    background: #D4AF37 !important;
    border-color: #D4AF37 !important;
    color: #ffffff !important;
}

/* -----------------------------
   CURRENT ISSUE PANEL
------------------------------ */

.current_issue {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 35px;
    box-shadow: 0 4px 20px rgba(0,0,0,.03);
}

/* -----------------------------
   ISSUE INTRODUCTION BOX
------------------------------ */

.obj_issue_toc .heading {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 35px;
    margin-bottom: 50px;
}

.obj_issue_toc .description {
    border-left: 4px solid #D4AF37;
    padding-left: 25px;
    margin-top: 20px;
}

/* -----------------------------
   ARTICLES SECTION
------------------------------ */

.obj_issue_toc .section > h2 {
    margin-top: 40px;
}

/* Article cards */

.obj_article_summary {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 12px !important;
    padding: 30px !important;
    margin-bottom: 30px !important;
    transition: all .3s ease;
}

.obj_article_summary:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0,0,0,.08);
}

.obj_article_summary .title {
    margin-bottom: 10px !important;
}

.obj_article_summary .title a {
    color: #0B2A52 !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    line-height: 1.3;
}

.obj_article_summary .authors {
    color: #64748b;
    margin-bottom: 18px;
}

/* -----------------------------
   SIDEBAR
------------------------------ */

.pkp_block {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 12px !important;
    padding: 25px !important;
    box-shadow: 0 4px 20px rgba(0,0,0,.03);
}

.pkp_block h2 {
    color: #0B2A52 !important;
}

/* -----------------------------
   LINKS
------------------------------ */

a {
    color: #0B2A52;
}

a:hover {
    color: #D4AF37;
}

/* -----------------------------
   FOOTER
------------------------------ */

.pkp_structure_footer_wrapper,
.pkp_footer_content,
.pkp_structure_footer {
    background: #0B2A52 !important;
    border-top: 3px solid #D4AF37 !important;
    color: #ffffff !important;
}

.pkp_footer_content a {
    color: #ffffff !important;
}

.pkp_brand_footer {
    opacity: .8;
}

/* -----------------------------
   FIXES
------------------------------ */

/* Remove strange vertical divider lines */

.pkp_structure_sidebar_left,
.pkp_structure_sidebar_right {
    border: none !important;
}

/* Better spacing */

.page {
    padding-top: 20px;
}

/* Prevent narrow content blocks */

.obj_issue_toc .heading,
.obj_issue_toc .sections {
    max-width: 100%;
}

/* Better article section heading */

.obj_issue_toc .section > h2 {
    color: #0B2A52 !important;
    border-left: 4px solid #D4AF37;
    padding-left: 12px;
}



/* ==========================================
   MOBILE RESPONSIVE FIXES
   ========================================== */

@media (max-width: 768px) {

    /* Main content */
    .pkp_structure_content{
        padding:20px !important;
    }

    /* Journal cards */
    ul.journal_list > li{
        display:block !important;
        padding:25px !important;
        margin-bottom:40px !important;
    }

    /* Journal image */
    ul.journal_list .thumb{
        width:100% !important;
        float:none !important;
        margin:0 0 20px 0 !important;
        text-align:center;
    }

    ul.journal_list .thumb img{
        width:100% !important;
        max-width:320px !important;
        height:auto !important;
        border-radius:12px;
    }

    /* Body */
    ul.journal_list .body{
        width:100% !important;
        display:block !important;
    }

    /* Journal title */
    ul.journal_list .body h3,
    ul.journal_list .body h4,
    ul.journal_list .body .title{

        font-size:28px !important;
        line-height:1.3 !important;
        margin-bottom:20px !important;
    }

    /* Description */
    ul.journal_list .description{
        border-left:4px solid #D4AF37;
        padding-left:18px !important;
        margin:20px 0 25px !important;
    }

    /* Buttons */

    ul.journal_list .body ul.links{

        display:flex !important;
        flex-direction:column !important;
        gap:15px !important;

        width:100%;
    }

    ul.journal_list .body ul.links li{

        width:100%;
    }

    ul.journal_list .body ul.links li a{

        display:block !important;
        width:100% !important;

        text-align:center;
        box-sizing:border-box;
    }

    /* Footer */

    .pkp_structure_footer_wrapper{
        text-align:center;
    }

}