/* Lightweight brand asset overrides. */
.public-brand__logo {
    display: block;
    width: 136px;
    max-width: 100%;
    height: auto;
}

.brand__picture {
    display: block;
    min-width: 0;
    line-height: 0;
}

.brand__logo {
    display: block;
    width: 120px;
    max-width: 100%;
    height: auto;
}

.auth-intro__brand {
    width: fit-content;
    padding: 8px 10px;
    background: #ffffff;
    border-radius: 6px;
    line-height: 0;
}

.auth-intro__brand .brand__logo {
    width: 152px;
}

.sidebar .brand__logo {
    width: 120px;
}

@media (min-width: 901px) and (max-width: 1150px) {
    .sidebar .brand__logo {
        width: 32px;
        height: 32px;
    }
}

@media (max-width: 900px) {
    .sidebar .brand__logo {
        width: 120px;
        height: auto;
    }
}
