/* Aplicar texto branco apenas em modais, não em toasts */
.swal2-popup:not(.swal2-toast) .swal2-title,
.swal2-popup:not(.swal2-toast) .swal2-html-container,
.swal2-popup:not(.swal2-toast) .swal2-content {
    color: #fff !important;
}

/* Garantir texto preto em toasts */
.swal2-toast .swal2-title,
.swal2-toast .swal2-html-container,
.swal2-toast .swal2-content {
    color: #000 !important;
} 