/* ==========================================================================
   STAR Journal of Law, Policy and Society
   Custom journal style sheet
   Upload via: Settings > Website > Appearance > Advanced > Journal style sheet
   Contents:
     1. Issue description / preview text set to regular weight
     2. Hide the "Platform & workflow by OJS / PKP" footer badge
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. FIX: Issue description / preview text appearing bold
   -------------------------------------------------------------------------- */
.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 {
    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;
}

.obj_issue_toc > h1,
.obj_issue_toc .heading h1,
.pkp_structure_main .page_title {
    font-weight: 700;
}

.obj_issue_toc .description {
    line-height: 1.7;
    font-size: 1rem;
}

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

/* --------------------------------------------------------------------------
   2. Hide the "Platform & workflow by OJS / PKP" footer badge
   Multiple selectors cover the different ways OJS themes wrap this brandmark.
   -------------------------------------------------------------------------- */

/* Default theme brand block */
.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;
}

/* The PKP/OJS brandmark image itself, wherever it is rendered */
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;
}

/* The link that wraps the brandmark (and its contents) */
a[href*="pkp.sfu.ca"],
a[href*="openjournalsystems"],
a[href*="//pkp."] {
    display: none !important;
}
