/* Hides action links (View Journal/Current Issue) for the first journal only */
.page_index_site .journals_list > li:first-child .links,
.page_index_site .journals_list .obj_journal_summary:first-of-type .links {
    display: none !important;
}

/* Optional: Completely flattens the first list item space */
.page_index_site .journals_list > li:first-child {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}
