.portal-page-shell {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.portal-page-shell > main,
.portal-auth-content,
.portal-platform-content {
    flex: 1 0 auto;
    min-width: 0;
}

.site-footer {
    flex-shrink: 0;
    width: 100%;
    padding: 20px 16px;
    border-top: 1px solid #dce5ef;
    background: #fff;
    color: #607086;
    text-align: center;
    font-size: 13px;
    line-height: 1.6;
    overflow-wrap: anywhere;
}

.site-footer p {
    margin: 0;
}
