/* =========================
   GLOBAL LAYOUT & TYPOGRAPHY
   ========================= */
body {
    font-family: "Inter", "Segoe UI", Roboto, Arial, sans-serif;
    background: #f4f6f9;
    color: #1f2937;
}

/* Main content width */
#main,
.pkp_structure_main {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 20px;
}

/* =========================
   HEADER / SITE NAME
   ========================= */
.pkp_structure_head {
    background: linear-gradient(135deg, #0f172a, #1e3a8a);
}

.pkp_site_name a {
    color: #ffffff !important;
    font-weight: 700;
    font-size: 22px;
}

/* =========================
   JOURNAL LISTING – CARD VIEW
   ========================= */
.journal,
.journal_description,
.pkp_page_index .journal {
    background: #ffffff;
    border-radius: 12px;
    padding: 30px;
    margin-bottom: 35px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    border: 1px solid #e5e7eb;
}

.journal h2,
.journal_title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #0f172a;
}

.journal h2::after {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    background: #2563eb;
    margin-top: 8px;
    border-radius: 2px;
}

.journal p {
    font-size: 15.5px;
    line-height: 1.75;
    color: #374151;
    margin-bottom: 15px;
}

.journal_description {
    max-width: 900px;
}

.journal ul {
    padding-left: 20px;
    margin: 15px 0;
}

.journal ul li {
    margin-bottom: 8px;
    line-height: 1.6;
}

/* Journal buttons */
.journal a {
    display: inline-block;
    padding: 10px 18px;
    border-radius: 8px;
    background: #2563eb;
    color: #ffffff !important;
    font-weight: 600;
    text-decoration: none;
    margin-right: 10px;
    transition: all 0.3s ease;
}

.journal a:hover {
    background: #1e40af;
    transform: translateY(-1px);
}

/* =========================
   JOURNAL ABOUT / DETAILS PAGE
   ========================= */
.pkp_page_about .page,
.pkp_page_index_journal .page {
    background: #ffffff;
    border-radius: 14px;
    padding: 40px 45px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    max-width: 1100px;
    margin: 40px auto;
}

/* Main title */
.pkp_page_about h1,
.pkp_page_index_journal h1 {
    font-size: 34px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 10px;
}

/* Journal short title */
.pkp_page_about .journal_title,
.pkp_page_index_journal .journal_title {
    font-size: 16px;
    font-weight: 600;
    color: #2563eb;
    margin-bottom: 25px;
}

/* ISSN / DOI highlight box */
.pkp_page_about .description > p:first-of-type,
.pkp_page_index_journal .description > p:first-of-type {
    background: #f1f5f9;
    padding: 16px 20px;
    border-left: 5px solid #2563eb;
    border-radius: 8px;
    font-size: 14.5px;
    font-weight: 500;
    color: #1e293b;
    margin-bottom: 30px;
}

/* Paragraphs */
.pkp_page_about p,
.pkp_page_index_journal p {
    font-size: 16px;
    line-height: 1.85;
    color: #334155;
    margin-bottom: 18px;
}

/* Clean dividers */
.pkp_page_about hr,
.pkp_page_index_journal hr {
    border: none;
    height: 1px;
    background: #e5e7eb;
    margin: 40px 0;
}

/* Section headings */
.pkp_page_about h2,
.pkp_page_about h3,
.pkp_page_index_journal h2,
.pkp_page_index_journal h3 {
    font-size: 22px;
    font-weight: 700;
    color: #0f172a;
    margin-top: 40px;
    margin-bottom: 15px;
}

.pkp_page_about h2::before,
.pkp_page_index_journal h2::before {
    content: "";
    width: 40px;
    height: 4px;
    background: #2563eb;
    display: block;
    margin-bottom: 10px;
    border-radius: 2px;
}

/* Two-column lists */
.pkp_page_about ul,
.pkp_page_index_journal ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 30px;
    margin: 20px 0;
    padding-left: 18px;
}

.pkp_page_about ul li,
.pkp_page_index_journal ul li {
    font-size: 15px;
    line-height: 1.6;
}

.pkp_page_about ul li::marker {
    color: #2563eb;
}

/* Mobile fix */
@media (max-width: 768px) {
    .pkp_page_about ul,
    .pkp_page_index_journal ul {
        grid-template-columns: 1fr;
    }
}

/* CTA buttons */
.pkp_page_about a,
.pkp_page_index_journal a {
    display: inline-block;
    margin-top: 25px;
    margin-right: 12px;
    padding: 12px 22px;
    border-radius: 10px;
    background: #2563eb;
    color: #ffffff !important;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.25s ease;
}

.pkp_page_about a:hover,
.pkp_page_index_journal a:hover {
    background: #1e40af;
    transform: translateY(-2px);
}

/* =========================
   FOOTER (WHITE TEXT + CLEAN)
   ========================= */
.pkp_structure_footer {
    background: #0f172a;
    color: #ffffff !important;
    padding: 30px 20px;
    margin-top: 60px;
}

.pkp_structure_footer p,
.pkp_structure_footer span,
.pkp_structure_footer div {
    color: #ffffff !important;
}

.pkp_structure_footer a {
    color: #93c5fd !important;
}

/* =========================
   HIDE OJS / PKP PROMOTION TEXT
   ========================= */
.pkp_brand_footer,
.pkp_footer_content .pkp_branding,
.pkp_structure_footer .pkp_branding,
.pkp_structure_footer .pkp_footer_branding {
    display: none !important;
}
