.brand {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-width: 0;
}

.brand-mark {
    width: 34px;
    height: 34px;
    flex: none;
    border-radius: 9px;
}

.brand-name {
    white-space: nowrap;
}

.beta-badge {
    display: inline-flex;
    align-items: center;
    padding: 4px 7px;
    border: 1px solid #efb59f;
    border-radius: 999px;
    background: #fff3ed;
    color: #9a3d22;
    font-size: .62rem;
    font-weight: 800;
    letter-spacing: .04em;
    line-height: 1;
    white-space: nowrap;
}

@media (max-width: 380px) {
    .brand {
        gap: 7px;
    }

    .brand-mark {
        width: 32px;
        height: 32px;
    }

    .beta-badge {
        padding-inline: 6px;
        font-size: .56rem;
    }
}
