/* v438: Screener's compact cards share Top Ranked's exact type face and the
   upper-panel hide control lives beside Blacklist. */
#screenerWorkspace .tr-listing-filter>header strong,
#screenerWorkspace .tr-colibri-settings>header strong{
  color:#edf4ff;
  font:900 12.5px/1.22 Consolas,Menlo,Monaco,'Courier New',monospace;
  letter-spacing:.045em;
}
#screenerWorkspace .screener-toolbar-actions{display:flex;align-items:center;gap:6px}
#screenerWorkspace .screener-toolbar-actions .screener-toolbar-toggle{
  margin:0!important;
  flex:0 0 clamp(34px,1.7vw,44px);
}
@media(max-width:700px){
  #screenerWorkspace .screener-toolbar-actions .screener-toolbar-toggle{flex-basis:34px}
}
