.topbar__brand {
    display: none;
    flex: none;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    overflow: hidden;
    text-decoration: none;
    background: color-mix(in srgb, var(--color-surface-2, #1a1a1f) 88%, transparent);
    border: 1px solid color-mix(in srgb, var(--color-border, #2a2a32) 90%, transparent);
}

.topbar__brand img {
    width: 36px;
    height: 36px;
    object-fit: contain;
    display: block;
}

@media (width <= 1023px) {
    .topbar__brand {
        display: inline-flex;
    }

    .topbar__row {
        justify-content: space-between;
    }

    .topbar__spacer {
        flex: 1 1 auto;
        min-width: 8px;
    }
}
