/* 1. Hides the second paragraph element inside the site index layout */
.page_index_site .pkp_structure_main p + p {
    display: none !important;
}

/* 2. Keeps the footer OJS/PKP branding hidden */
.pkp_brand_footer {
    display: none !important;
}
