/**
 * SweetAlert2 modal typography — standard body-like sizes.
 * Default SWAL uses ~1.875em title and 1.125em body, which reads oversized.
 * Toasts (.swal2-toast) are unchanged.
 */
.swal2-popup:not(.swal2-toast) {
    font-size: 1rem;
}

.swal2-popup:not(.swal2-toast) .swal2-title {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.35;
    padding: 0.65em 1em 0;
}

.swal2-popup:not(.swal2-toast) .swal2-html-container {
    font-size: 0.9375rem;
    line-height: 1.5;
    margin-top: 0.65em;
}

.swal2-popup:not(.swal2-toast) .swal2-styled {
    font-size: 0.875rem;
    padding: 0.5em 1em;
}

.swal2-popup:not(.swal2-toast) .swal2-close {
    font-size: 1.65rem;
}
