/* Management-specific overrides have been moved to shared Tailwind-based styles
in Euc.Sso.Frontend.Shared/ClientApp/src. This file is kept for any future
app-specific overrides that are not suitable for shared utilities. */

html,
body {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100dvh;
}

.management-page {
    flex: 1 0 auto;
}

.management-footer {
    margin-top: auto;
}
