/* SweetAlert2 — match BOT CRM theme */
.swal2-popup {
  font-family: Inter, system-ui, sans-serif !important;
  border-radius: 0.75rem !important;
  border: 1px solid hsl(var(--border) / 1) !important;
  box-shadow: 0 10px 40px rgb(0 0 0 / 0.15) !important;
}

.swal2-title {
  font-size: 1.125rem !important;
  font-weight: 600 !important;
}

.swal2-html-container,
.swal2-content {
  font-size: 0.875rem !important;
}

.bot-crm-swal-toast.swal2-popup {
  padding: 0.75rem 1rem !important;
  min-height: auto !important;
}

.bot-crm-swal-toast .swal2-title {
  font-size: 0.875rem !important;
  font-weight: 500 !important;
  margin: 0 !important;
}

.bot-crm-swal-toast .swal2-icon {
  width: 1.5rem !important;
  height: 1.5rem !important;
  margin: 0 0.5rem 0 0 !important;
  scale: 0.85;
}

.bot-crm-swal-toast .swal2-icon-content {
  font-size: 0.875rem !important;
}

[data-theme="dark"] .swal2-popup {
  border-color: hsl(217 33% 24%) !important;
}
