.mdf-warning-modal__content { padding: 20px; }
.mdf-warning-modal__content .actions { margin-top: 16px; display:flex; gap: 8px; }

/* Hide the close button */
.modal-popup .modal-header .action-close,
.modal-popup .modal-header button[data-dismiss="modal"],
.modal-popup .modal-header .close,
.modal-popup .action-close {
    display: none !important;
}

/* Hide any close buttons in the modal header */
#mdf-category-warning-modal .modal-header .action-close,
#mdf-category-warning-modal .modal-header button,
#mdf-category-warning-modal .action-close {
    display: none !important;
}

/* Ensure modal overlay doesn't close the modal */
.modal-popup .modal-inner-wrap {
    pointer-events: auto;
}

.modal-popup .modal-overlay {
    pointer-events: none;
}
