/* #region Shared portal shells */

.portal-shell {
    display: flex;
    flex-direction: column;
}

.portal-shell__upper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    min-height: 100dvh;
}

.portal-shell__main {
    flex: 1 0 auto;
}

/* #endregion */
