/* ==========================================================================
   American Journal of STEM Education (AJSTE)
   Custom journal style sheet
   Upload via: Settings > Website > Appearance > Advanced > Journal style sheet
   Contents:
     1. Issue description text (Current Issue + issue pages) set to regular weight
     2. Hide the "Platform & workflow by OJS / PKP" footer badge
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. FIX: Issue description appearing bold
   Covers the Current Issue block on the homepage AND the issue archive pages.
   Resets the description to regular weight without touching the issue title.
   -------------------------------------------------------------------------- */
.obj_issue_toc .description,
.obj_issue_toc .description p,
.obj_issue_toc .description span,
.obj_issue_toc .description li,
.obj_issue_toc .description strong,
.obj_issue_toc .description b,
.cmp_issue_toc .description,
.cmp_issue_toc .description p,
.cmp_issue_toc .description strong,
.cmp_issue_toc .description b,
.current_issue .description,
.current_issue .description p,
.current_issue .description strong,
.current_issue .description b {
    font-weight: 400 !important;
}

.pkp_structure_main .description,
.pkp_structure_main .description p,
.pkp_structure_main .description strong,
.pkp_structure_main .description b {
    font-weight: 400 !important;
}

/* Keep titles/headings bold */
.obj_issue_toc > h1,
.obj_issue_toc .heading h1,
.pkp_structure_main .page_title,
.current_issue h2 {
    font-weight: 700;
}

/* Readability polish (optional â€” delete if you prefer theme defaults) */
.obj_issue_toc .description,
.current_issue .description {
    line-height: 1.7;
    font-size: 1rem;
}

.obj_issue_toc .description p,
.current_issue .description p {
    margin-bottom: 1rem;
}

/* --------------------------------------------------------------------------
   2. Hide the "Platform & workflow by OJS / PKP" footer badge
   -------------------------------------------------------------------------- */
.pkp_brand_footer {
    display: none !important;
}

.cmp_footer .pkp_brand_footer,
.pkp_structure_footer .pkp_brand_footer,
.pkp_footer_content .pkp_brand_footer,
footer .pkp_brand_footer {
    display: none !important;
}

img[src*="pkp-brandmark"],
img[src*="pkp_brandmark"],
img[src*="ojs"],
img[alt*="OJS"],
img[alt*="PKP"],
img[alt*="Open Journal Systems"] {
    display: none !important;
}

a[href*="pkp.sfu.ca"],
a[href*="openjournalsystems"],
a[href*="//pkp."] {
    display: none !important;
}
