.head-tools{display:flex;align-items:center;justify-content:flex-end;gap:10px}
.head-tools .search-box{flex:1}
.bulk-roster-actions{display:flex;flex:none;gap:5px}
.bulk-roster-actions button{height:34px;border:1px solid var(--jade);background:var(--paper);color:var(--jade);padding:0 9px;font-size:11px;white-space:nowrap}
.bulk-roster-actions button+button{border-color:var(--line);color:var(--muted)}
.bulk-roster-actions button:disabled{opacity:.45;cursor:default}
.bulk-roster-actions b{font-size:10px;margin-left:3px}

@media(max-width:760px){
  .head-tools{justify-content:flex-start;flex-wrap:wrap}
  .head-tools .search-box{flex-basis:100%}
  .bulk-roster-actions{width:100%}
  .bulk-roster-actions button{flex:1}
}
