/*
 * SweetAlert2 (sweetalert2.all.min.js) injeta um <style> com
 * div:where(.swal2-icon) .swal2-icon-content { font-size: 3.75em; }.
 * Este ficheiro carrega após sweetalert2.min.css; o seletor abaixo é mais específico
 * (popup, não toast) para o ícone herdar o tamanho do contexto em vez do 3.75em.
 */
div:where(.swal2-popup):not(.swal2-toast) div:where(.swal2-icon) .swal2-icon-content {
    font-size: inherit;
}
