.site-logo {
    max-height: 42px;
    width: auto;
    max-width: 200px;
    object-fit: contain;
    display: block;
}
.site-logo-sm {
    max-height: 34px;
    max-width: 160px;
}
.site-logo-panel {
    max-height: 36px;
    max-width: 180px;
}
.main-nav .site-logo {
    max-height: 38px;
}
.brand-logo-link {
    text-decoration: none;
    line-height: 1;
}
.sidebar .brand-logo-link {
    padding: 0.2rem 0;
}
.sidebar .site-logo-panel {
    max-height: 32px;
    filter: brightness(1.05);
}
.auth-brand .site-logo {
    max-height: 52px;
    max-width: 240px;
    margin: 0 auto;
}
.brand-text-fallback {
    font-weight: 700;
    font-size: 1.15rem;
}
