.app-shell .admin-workbar{
  display:flex;
  align-items:center;
  gap:8px;
  min-height:52px;
  margin:0 0 6px;
  padding:6px 8px;
  overflow:visible;
  border-radius:0;
  box-shadow:0 5px 18px rgba(18,48,31,.06);
}
.app-shell .admin-workbar h1{
  flex:0 0 auto;
  margin:0;
  font-family:Georgia,serif;
  font-size:27px;
  line-height:1;
  white-space:nowrap;
}
.app-shell .admin-workbar-filter{
  flex:1 1 210px;
  min-width:150px;
  max-width:300px;
  margin:0;
}
.app-shell .admin-workbar-filter label{display:block;margin:0}
.app-shell .admin-workbar-filter select{
  width:100%;
  height:34px;
  min-height:34px;
  padding:4px 10px;
  border:1px solid var(--line);
  border-radius:8px;
  background:#fff;
  color:var(--ink);
}
.app-shell .admin-workbar .section-tabs{
  flex:0 0 auto;
  justify-content:flex-start;
  flex-wrap:nowrap;
  margin:0 0 0 auto;
  gap:5px;
  padding:0;
}
.app-shell .admin-workbar .section-tabs a,
.app-shell .admin-workbar>.button,
.app-shell .admin-workbar>.primary-action,
.app-shell .admin-workbar .user-list-actions .button,
.app-shell .admin-workbar .user-list-actions .primary-action{
  box-sizing:border-box!important;
  height:34px!important;
  min-height:34px!important;
  margin:0!important;
  padding:0 12px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  line-height:1!important;
  white-space:nowrap;
}
.app-shell .admin-workbar .user-list-actions{
  display:flex;
  align-items:center!important;
  flex:0 0 auto;
  gap:6px;
  margin:0;
}

@media(max-width:840px){
  .app-shell .admin-workbar{flex-wrap:wrap}
  .app-shell .admin-workbar h1{margin-right:auto}
  .app-shell .admin-workbar-filter{order:3;max-width:none;flex-basis:100%}
}
@media(max-width:620px){
  .app-shell .admin-workbar{align-items:stretch;padding:8px}
  .app-shell .admin-workbar h1{width:100%;font-size:24px}
  .app-shell .admin-workbar .section-tabs{
    order:3;
    width:100%;
    margin-left:0;
    overflow-x:auto;
    scrollbar-width:none;
  }
  .app-shell .admin-workbar .section-tabs::-webkit-scrollbar{display:none}
  .app-shell .admin-workbar .user-list-actions{width:100%}
  .app-shell .admin-workbar .user-list-actions>*{flex:1}
  .app-shell .admin-workbar-filter{order:2}
}
