/* Portal-only DIY waterfall text visibility fixes */
#nv_portal .mj_forumlist_pics{position:relative}
#nv_portal .zw-tx-zl{
  height:auto !important;
  line-height:normal !important;
  min-height:1.5rem;
  display:block !important;
  opacity:1 !important;
  overflow:visible !important;
  z-index:2;
  left:2.5%;
  right:2.5%;
  bottom:0;
}
#nv_portal .zw-tx-zl .tx-zl-bt,
#nv_portal .zw-tx-zl .tx-zl-sj{
  display:block;
  line-height:1.3;
}
#nv_portal .zw-tx-zl .tx-zl-bt em{
  display:block;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
#nv_portal .zw-tx-zl .tx-zl-sj{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:.3rem;
}
#nv_portal .zw-tx-zl .zl-hf-ck{flex:0 0 auto}
