/* Blur background when SweetAlert is open */
body.swal2-shown > *:not(.swal2-container) {
    filter: blur(6px);
    pointer-events: none;
    user-select: none;
}
