/* ── Multi-modal stacking ────────────────────────────────── */
.modal {
    overflow-y: auto;
}

/* Draggable handle */
.modal-header {
    cursor: move;
}

/* Ensure backdrop z-index stacks correctly with multiple modals */
.modal-stack {
    z-index: 1040;
}
