.brand-logo {
    display: block;
    width: auto;
    height: auto;
    max-width: 170px;
    max-height: 48px;
}

.system-brand-logo {
    display: block;
    width: 172px;
    height: 48px;
    overflow: visible;
    color: var(--accent);
}

.system-brand-logo text {
    fill: var(--ink);
    font: 950 31px/1 ui-sans-serif, system-ui, sans-serif;
    letter-spacing: -1.4px;
}

.system-brand-logo .logo-dot {
    fill: var(--signal);
}

.system-brand-logo--footer {
    width: 190px;
    height: 55px;
    margin-bottom: 18px;
    color: var(--signal);
}

.system-brand-logo--footer text {
    fill: #fff;
}

.footer-logo {
    display: block;
    width: auto;
    height: auto;
    max-width: 190px;
    max-height: 64px;
    margin-bottom: 18px;
    padding: 8px 12px;
    border-radius: 10px;
    background: #fff;
}

@media (max-width: 900px) {
    .brand-logo {
        max-width: 135px;
        max-height: 40px;
    }

    .system-brand-logo {
        width: 142px;
        height: 40px;
    }
}
