html body a.obj_galley_link.file,
html body a.obj_galley_link:not(.pdf),
html body a[class~="obj_galley_link"]:not(.pdf) {
    display: inline-flex !important;
}

/* Remove the large blue Download PDF button area on article detail pages */
html body .obj_article_details .entry_details .item.galleys,
html body .obj_article_details .entry_details ul.galleys_links,
html body .obj_article_details div.item.galleys {
    display: none !important;
}

/* Hide PDF galley links everywhere else, while keeping HTML links visible */
html body a.obj_galley_link.pdf,
html body a[class~="obj_galley_link"][class~="pdf"],
html body .galleys_links a.pdf,
html body a.pdf[href*="/article/view/"],
html body a.pdf[href*="/article/download/"] {
    display: none !important;
}