/* Remove injected spam/ads header in OJS */
body > p:first-of-type,
body > p:first-child,
.pkp_page_index > p:first-child,
p:has(a[rel="dofollow"]) {
    display: none !important;
}