/* Custom OJS stylesheet — Terminology Issues */

/* Hide license block from article pages */
.obj_article_details .item.copyright {
    display: none !important;
}

/* Hide How to Cite only on Front Matter items: 169–174 */
.obj_article_details:has(
    a[href*="/article/view/169"],
    a[href*="/article/view/170"],
    a[href*="/article/view/171"],
    a[href*="/article/view/172"],
    a[href*="/article/view/173"],
    a[href*="/article/view/174"]
) .item.citation {
    display: none !important;
}

/* Hide Front Matter author in issue table of contents only */
.obj_issue_toc .section:first-of-type .authors,
.obj_issue_toc .sections .section:first-child .authors {
    display: none !important;
}
