/* Hide native popup footer close button on wizards that have their own close button */
[class*="_modal-content_"]:has(.cbf-no-native-close) > [class*="_modal-footer_"] {
    display: none !important;
}
