.bulk-toolbar {
  position: sticky;
  top: 72px;
  z-index: 20;
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 12px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 10px 28px rgba(17, 24, 39, .08);
  backdrop-filter: blur(8px);
}
.bulk-toolbar > span { margin-right: auto; color: var(--muted); font-size: 12px; }
.bulk-toolbar > span b { color: var(--ink); font-size: 15px; }
.check-column { width: 38px; text-align: center; }
.check-column input { width: 17px; height: 17px; accent-color: var(--primary); }
.orders-table { min-width: 1050px; }
.bulk-history { margin-top: 18px; }
.badge.partial { background: #fff3d9; color: #a16207; }
.badge.running, .badge.queued { background: #e8efff; color: #2256b3; }
@media (max-width: 760px) {
  .bulk-toolbar { position: static; align-items: stretch; flex-direction: column; }
  .bulk-toolbar > span { margin: 0; }
  .bulk-toolbar .button { width: 100%; }
}
