.navbar-brand img {
    display: block;
    width: auto;
    height: 42px;
    max-width: 190px;
    object-fit: contain;
}

.zh-mobile-dashboard-brand img,
.zh-mobile-appbar-brand img {
    display: block;
    width: 126px;
    height: 38px;
    object-fit: contain;
}

.zh-mobile-drawer-brand img {
    display: block;
    width: 146px;
    height: 42px;
    object-fit: contain;
}

.zh-login-logo {
    display: block;
    width: clamp(170px, 16vw, 220px);
    height: auto;
    filter: drop-shadow(0 10px 24px rgba(4, 15, 60, .18));
}

.zh-login-mobile-brand .zh-login-logo,
.zh-signup-mobile-brand .zh-login-logo {
    width: 172px;
    filter: none;
}

@media (max-width: 390px) {
    .zh-mobile-dashboard-brand img,
    .zh-mobile-appbar-brand img {
        width: 112px;
        height: 34px;
    }
}
