/*
Custom stylesheet for JU Journal Management System (OJS)
Includes:
1. Footer branding customization
2. Justified text alignment for homepage intro and journal descriptions
*/

/* Hide default "Platform & workflow by OJS / PKP" footer branding */
.pkp_brand_footer {
    display: none !important;
}

/* Footer text */
.pkp_structure_footer_wrapper,
.pkp_structure_footer {
    text-align: left !important;
}

.pkp_footer_content {
    font-size: 0 !important;
}

.pkp_footer_content::before {
    content: "© 2024 JAHANGIRNAGAR UNIVERSITY, SAVAR, BANGLADESH";
    display: block;
    font-size: 16px;
    line-height: 1.7;
    color: #000;
    text-align: left;
}

/* Justify main page text */
.pkp_structure_main p,
.pkp_structure_main .description,
.pkp_structure_main .homepage_about,
.pkp_structure_main .additional_content,
.pkp_structure_main .obj_journal_summary,
.pkp_structure_main .obj_journal_summary .description {
    text-align: justify !important;
    line-height: 1.7;
}

/* Improve spacing for homepage intro */
.pkp_structure_main .homepage_about p,
.pkp_structure_main .additional_content p {
    margin-bottom: 18px;
}
