/* avoid that modals and popups disappear behind other elements */
.c-app-int-with-header__app-wrapper {
    z-index: auto;
}

/* avoid a too small font size in newer NDBX components */
html {
    font-size: unset;
}