.sarzone-branding {
    clear: both;
    padding: 16px 12px;
    border-top: 1px solid #dce5df;
    color: #52685b;
    background: #fff;
    text-align: center;
    font: 12px/1.5 Arial, Helvetica, sans-serif;
    break-inside: avoid;
}

.sarzone-branding a { color: inherit; text-decoration: none; }
.sarzone-branding a:hover, .sarzone-branding a:focus-visible { text-decoration: underline; }

.branded-app .main-wrapper { display: flex; flex-direction: column; min-height: 100vh; }
.branded-app .main-content { flex: 1 0 auto; }
.branded-app .sarzone-branding { margin-left: 260px; }
.branded-app.sidebar-mini .sarzone-branding { margin-left: 65px; }
.branded-app.sidebar-gone .sarzone-branding { margin-left: 0; }
.branded-login { display: flex; flex-direction: column; min-height: 100vh; }
.branded-login > #app { flex: 1; }
.branded-login .login-page { min-height: calc(100vh - 51px); }
.branded-print { display: flex; flex-direction: column; min-height: calc(100vh - 70px); }
.branded-print > .sarzone-branding { margin-top: auto; }

@media (max-width: 1024px) {
    .branded-app .sarzone-branding { margin-left: 0; }
}

@media print {
    .branded-app .main-wrapper, .branded-login, .branded-print { display: block; min-height: 0; }
    .sarzone-branding,
    .branded-print > .sarzone-branding,
    .branded-app .sarzone-branding,
    .branded-app.sidebar-mini .sarzone-branding {
        display: none;
    }
    .sarzone-branding a::after { content: none !important; }
}
