/* Open Library Theme — 2026-08-29 v55
 * Reliable Browse Publications filter visibility.
 * Older card rules use display:flex !important, so hidden cards need an !important override.
 */
html body.openlib-site-index #openlib-journals .openlib_journal_card[hidden],
html body.openlib-site-index #openlib-journals .openlib_journal_card.openlib-filter-hidden{
  display:none!important;
}

html body.openlib-site-index #openlib-journal-empty[hidden]{
  display:none!important;
}
html body.openlib-site-index #openlib-journal-empty:not([hidden]){
  display:block!important;
  grid-column:1 / -1!important;
  margin:18px 0 0!important;
  padding:18px 20px!important;
  border:1px dashed #efb4ba!important;
  border-radius:12px!important;
  background:#fff8f8!important;
  color:#9f1d27!important;
  text-align:center!important;
  font-weight:700!important;
}
html[data-openlib-color-mode="dark"] body.openlib-site-index #openlib-journal-empty:not([hidden]){
  border-color:#60343a!important;
  background:#22191d!important;
  color:#ff9ca4!important;
}
