body {
    margin: 0;
    padding: 0;
}

.microfrontend-navbar {
    width: fit-content;
}

.microfrontend-wrapper {
    display: flex;
}

.microfrontend-applications-wrapper {
    width: 100%;
}

.microfrontend-navbar:has(.authentication-wrapper) {
    width: 100%;
}

.microfrontend-navbar:has(.authentication-wrapper) + .microfrontend-applications-wrapper {
    display: none;
}