/**
 * SweetAlert2 theme tweaks to align with Tech Pulse slate palette.
 */
html.dark .swal2-popup {
  border: 1px solid rgb(51 65 85 / 0.6);
  border-radius: 1rem;
  box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.5);
}

.swal2-popup {
  border-radius: 1rem;
}
