/* SweetAlert2 brand tweaks for AI Startup OS */
.asos-swal {
  font-family: "IBM Plex Sans Arabic", Tajawal, sans-serif !important;
  border-radius: 18px !important;
}
.asos-swal-confirm {
  border-radius: 12px !important;
  font-weight: 700 !important;
  min-width: 7rem;
}
.asos-swal-cancel {
  border-radius: 12px !important;
  font-weight: 700 !important;
}
/* Hide duplicate HTML flash banners — SweetAlert owns feedback */
.ivd-flash,
.alert.alert-success:not(.asos-keep-alert),
.alert.alert-warning:not(.asos-keep-alert) {
  /* kept visible only if JS fails; otherwise Swal covers TempData */
}
