.mvo-addon-client-shell {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: var(--mvo-page);
    color: var(--mvo-text);
}

.mvo-addon-client-shell .mvo_transition_flash {
    display: none;
}

.mvo-addon-client-shell .mvo_header,
.mvo-addon-client-shell .mvo-footer {
    flex: 0 0 auto;
}

.mvo-addon-client-shell .cli-main {
    flex: 1 0 auto;
    width: 100%;
    min-height: 34rem;
}

.mvo-addon-client-shell .auth-shell {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.mvo-addon-client-shell .mvo-footer {
    margin-top: 0;
}

.mvo-addon-client-shell .mvo_account_logout_form {
    margin: 0;
}

.mvo-addon-client-shell .mvo_account_logout_form .mvo_account_logout {
    width: 100%;
    border: 0;
    background: transparent;
    text-align: left;
}

@media (max-width: 768px) {
    .mvo-addon-client-shell .cli-main > .container {
        padding-inline: 1rem;
    }
}
