/* ===============================
   Custom OJS Styles
   =============================== */

/* 1. Hide footer branding (OJS logo + "Powered by OJS" text) */
.pkp_brand_footer,
.pkp_brand_footer a,
.pkp_brand_footer span {
    display: none !important;
}

/* 2. Justify all content paragraphs */
.pkp_page_content p,
.obj_article_details p,
.pkp_structure_main p,
.pkp_structure_content p {
    text-align: justify !important;
    line-height: 1.6;
}
