.flash-modal .modal-dialog {
    max-width: 450px;
    z-index: 1060; /* Higher than default modal z-index */
}

.flash-modal .modal-content {
    border-radius: 0.5rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    border: none;
}

.flash-modal .modal-body {
    padding: 1.25rem;
}

.flash-modal .flash-icon {
    font-size: 1.75rem;
    line-height: 1;
}

.flash-modal .text-success { color: #198754 !important; }
.flash-modal .text-danger { color: #dc3545 !important; }
.flash-modal .text-warning { color: #ffc107 !important; }
.flash-modal .text-info { color: #0dcaf0 !important; }

.flash-modal .flash-message {
    font-size: 0.9rem;
}

.flash-modal .btn-close {
    margin-top: 0.25rem;
}
