/* V37.7: keep + Add Action outside the sidebar, aligned with the Actions heading. */
#action-picker-popout.action-picker-popout:not(.hidden){
  box-sizing:border-box!important;
  overflow:hidden!important;
}
#action-picker-popout .action-picker-head{
  position:sticky;
  top:0;
  z-index:2;
}
#action-picker-popout #action-picker-body{
  max-height:calc(100dvh - 145px)!important;
  overflow-y:auto!important;
  overscroll-behavior:contain!important;
}
@media(max-width:760px){
  #action-picker-popout.action-picker-popout:not(.hidden){
    left:8px!important;
    top:58px!important;
    width:calc(100vw - 16px)!important;
    max-width:calc(100vw - 16px)!important;
    max-height:calc(100dvh - 66px)!important;
  }
}
