/* Hide the "Published ..." line under Current Issue on the homepage (index) */
.page_index_journal .obj_issue_summary .published,
.page_index_journal .obj_issue_toc .published {
  display: none !important;
}


.homepage-issue-current,
.homepage-issue-identifier,
.homepage-issue-published {
    display: none !important;
}


.container-homepage-issue .homepage-issue-current,
.container-homepage-issue .homepage-issue-identifier,
.container-homepage-issue .homepage-issue-published {
    display: none !important;
}




/* Hide "Vol. 2 No. 3 (2026)" on article pages in Health Sciences */
.article-details .article-details-issue-identifier {
    display: none !important;
}

/* Optional: also hide it on mobile/small screens
   Note: in this theme, the mobile line combines issue + section,
   so this hides that whole top metadata line on small screens. */
@media (max-width: 991.98px) {
    .article-details .article-details-issue-section.small-screen {
        display: none !important;
    }
}