/* Toast popup lebih besar */
.toast-lg {
    min-width: 360px !important;
    padding: 16px 20px !important;
}

/* Teks toast lebih besar */
.toast-title-lg {
    font-size: 16px !important;
    font-weight: 600;
    line-height: 1.4;
}

/* Icon toast sedikit dibesarkan */
.toast-lg .swal2-icon {
    width: 2.4em !important;
    height: 2.4em !important;
}
