/* ==========================================================================
   1. FONTS & CORE TYPOGRAPHY (Times New Roman Academic Update)
   ========================================================================== */
body, p, .page_about, .page_about p, .pkp_structure_main p, .pkp_page_about p, .ui-tabs-panel p {
    font-family: "Times New Roman", Times, Baskerville, Georgia, serif !important;
    color: #1a202c !important; /* Slightly darker slate for sharper text visibility */
    line-height: 1.7 !important;
    font-size: 1.05rem !important; /* Times New Roman renders slightly smaller, scaled up for readability */
}

h1, h2, h3, h2.page_title, .obj_article_summary .title a, .page_about h2 {
    font-family: "Times New Roman", Times, Baskerville, Georgia, serif !important;
    color: #000000 !important;
    font-weight: bold !important;
    letter-spacing: -0.01em !important;
}

/* ==========================================================================
   2. HEADER & BANNER CONFIGURATION
   ========================================================================== */
.pkp_brand_footer {
    display: none !important;
}

.pkp_site_name .is_text, h1.site-name, .journal-logo + .site-name, .pkp_site_name_wrapper h1 {
    display: none !important;
}

header.pkp_structure_head {
    height: auto !important;
    min-height: 220px !important; 
    display: block !important;
    position: relative !important;
}

.pkp_head_wrapper, .pkp_site_name_wrapper, .pkp_site_name, .pkp_site_name a {
    height: auto !important;
    min-height: 180px !important;
    display: block !important;
}

header.pkp_structure_head img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    max-height: 180px !important; 
    display: block !important;
    margin: 10px auto !important;
    object-fit: contain !important;
}

/* ==========================================================================
   3. UNIFIED NAVIGATION MENU
   ========================================================================== */
.pkp_navigation_user_wrapper, .pkp_navigation_primary_wrapper, .pkp_structure_head_options, nav.pkp_navigation_primary_row {
    background: #ffffff !important;
    border-top: 1px solid #edf2f7 !important;
    border-bottom: 1px solid #edf2f7 !important;
}

.pkp_navigation_primary a, .pkp_navigation_user a {
    color: #2d3748 !important;
    font-weight: 600 !important;
    font-size: 1rem !important;
    background: transparent !important;
}

.pkp_navigation_primary a:hover, .pkp_navigation_user a:hover {
    color: #1b5e20 !important; 
    background: #f1f8e9 !important; 
}

/* ==========================================================================
   4. MAIN CONTENT CARDS
   ========================================================================== */
.page_about, .pkp_structure_main, .pkp_page_about {
    background: #ffffff !important;
    padding: 40px !important;
    border-radius: 8px !important;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05) !important;
    margin-top: 20px !important;
    margin-bottom: 40px !important;
}

h2.page_title {
    font-size: 2.2rem !important;
    border-bottom: 2px solid #edf2f7 !important;
    padding-bottom: 12px !important;
}

/* Links inside general content */
.page_about a, .pkp_structure_main a:not(.btn):not(.button) {
    color: #2e7d32 !important; 
    text-decoration: none !important;
}

/* ==========================================================================
   5. COMPONENT BUTTONS FORCE STYLE
   ========================================================================== */
a.btn, a.button, .read_more, .obj_galley_link, .action_item a, .pkp_structure_main a.file, .pkp_structure_main a.pdf {
    background: #2e7d32 !important;
    color: #ffffff !important;
    padding: 10px 20px !important;
    border-radius: 4px !important;
    display: inline-block !important;
    font-weight: bold !important;
    text-decoration: none !important;
}

/* ==========================================================================
   6. SIDEBAR CLEANUP
   ========================================================================== */
.pkp_structure_sidebar { 
    padding-left: 20px !important; 
}

.pkp_structure_sidebar h2 {
    font-size: 1.2rem !important;
    text-transform: uppercase !important;
    color: #2d3748 !important;
    border-bottom: 2px solid #e65100 !important;
    padding-bottom: 6px !important;
}

.pkp_structure_sidebar a {
    color: #2e7d32 !important;
    display: block !important;
    padding: 6px 0 !important;
    font-weight: bold !important;
}

/* Fix RSS/Atom elements, turn them visible as clean text links */
.pkp_block[class*="block_xml_rss"] a img,
.pkp_block[class*="block_rss"] a img {
    display: none !important; 
}

.pkp_block[class*="block_xml_rss"] a,
.pkp_block[class*="block_rss"] a {
    display: inline-block !important;
    background: #f1f8e9 !important;
    color: #1b5e20 !important;
    border: 1px solid #c8e6c9 !important;
    padding: 4px 12px !important;
    margin: 4px 2px !important;
    border-radius: 4px !important;
    font-size: 0.85rem !important;
    text-transform: uppercase !important;
}

.pkp_block[class*="block_xml_rss"] a:hover,
.pkp_block[class*="block_rss"] a:hover {
    background: #e65100 !important;
    color: #ffffff !important;
    border-color: #e65100 !important;
}

/* ==========================================================================
   7. MINIMALIST ACADEMIC FOOTER (White Background, Sharp Black Text)
   ========================================================================== */
.pkp_structure_footer_wrapper {
    background: #ffffff !important; 
    color: #000000 !important; 
    padding: 40px 0 !important;
    border-top: 1px solid #000000 !important; 
}

.pkp_structure_footer_wrapper p,
.pkp_structure_footer_wrapper span,
.pkp_structure_footer_wrapper a,
.custom-footer-content p,
.custom-footer-content span {
    color: #000000 !important; 
    font-size: 1rem !important;
    line-height: 1.6 !important;
}

.custom-footer-content .footer-title,
.pkp_structure_footer_wrapper strong,
.custom-footer-content strong {
    color: #000000 !important; 
    font-weight: bold !important;
}

.custom-footer-content .copyright {
    margin-top: 25px !important;
    font-size: 0.9rem !important;
    color: #4a5568 !important; 
}