/* v433: keep the two Screener controls side by side, with a fixed 6px gap. */
@media(min-width:1101px){
  #screenerWorkspace .screener-shell.filters-closed .screener-toolbar-toggle{
    /* The filter opener is one handle-width + 12px from the right edge.
       Preserve that handle and leave exactly 6px before it. */
    margin-right:calc(clamp(34px,1.7vw,44px) + 6px);
  }
}
