/* Stock Sync IMS — LIVE V9 equal Pending Create header actions */
.pending-header-actions-live-v9{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  flex-wrap:nowrap!important;
  gap:18px!important;
  column-gap:18px!important;
}
.pending-header-actions-live-v9>.s84-bulk-delete,
.pending-header-actions-live-v9>.btn.primary{
  box-sizing:border-box!important;
  flex:0 0 184px!important;
  width:184px!important;
  min-width:184px!important;
  max-width:184px!important;
  height:46px!important;
  min-height:46px!important;
  margin:0!important;
  padding:0 14px!important;
  border-radius:14px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  white-space:nowrap!important;
  line-height:1!important;
  font-size:14px!important;
  font-weight:800!important;
}
@media(max-width:700px){
  .pending-header-actions-live-v9{
    width:100%!important;
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:10px!important;
  }
  .pending-header-actions-live-v9>.s84-bulk-delete,
  .pending-header-actions-live-v9>.btn.primary{
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
    height:44px!important;
    min-height:44px!important;
  }
}
