#aiwest-ci-bulk-panel {
  margin: 14px 0 18px;
  padding: 14px 16px;
  border: 1px solid #dbeafe;
  border-left: 4px solid #2563eb;
  background: #eff6ff;
  border-radius: 14px;
}

#aiwest-ci-bulk-panel h2 {
  margin: 0 0 10px;
}

#aiwest-ci-bulk-panel .description {
  margin: 8px 0 0;
}

#aiwest-ci-bulk-panel .aiwest-ci-bulk-row {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}

#aiwest-ci-bulk-panel select {
  min-width: 240px;
}

#aiwest-ci-bulk-log {
  margin-top: 12px;
  display: none;
  padding: 10px 12px;
  border: 1px solid #bfdbfe;
  background: #fff;
  border-radius: 10px;
  max-height: 220px;
  overflow: auto;
  font-size: 13px;
}

.aiwest-ci-row-checkbox,
#aiwest-ci-check-all,
#aiwest-ci-check-all-footer {
  width: 16px !important;
  height: 16px !important;
}

.aiwest-ci-bulk-running {
  opacity: 0.72;
  pointer-events: none;
}

#aiwest-global-working-overlay {
  position: fixed;
  inset: 0;
  z-index: 999999;
  background: rgba(15, 23, 42, 0.62);
  display: none;
  align-items: center;
  justify-content: center;
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
}

#aiwest-global-working-overlay .aiwest-working-box {
  width: min(440px, calc(100vw - 40px));
  background: #fff;
  border-radius: 24px;
  padding: 28px;
  text-align: center;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
}

#aiwest-global-working-overlay .aiwest-spinner {
  width: 54px;
  height: 54px;
  border-radius: 999px;
  border: 5px solid #dbeafe;
  border-top-color: #2563eb;
  margin: 0 auto 16px;
  animation: aiwest-spin 1s linear infinite;
}

#aiwest-global-working-overlay h2 {
  margin: 0 0 8px;
  font-size: 22px;
  color: #0f172a;
}

#aiwest-global-working-overlay p {
  margin: 6px 0;
  color: #475569;
  font-size: 14px;
}

#aiwest-global-working-overlay .aiwest-working-progress {
  margin-top: 14px;
  font-weight: 700;
  color: #2563eb;
}

@keyframes aiwest-spin {
  to {
    transform: rotate(360deg);
  }
}
