.audience-group-value{
  display: flex;
  margin-bottom: 10px;
  &:last-child{
    margin-bottom: 0;
  }
  .audience-group-value__title{
    padding: 2px 0px;
    min-width: 72px;
  }
  .audience-group-value__value{ 
    flex: 1;
    & > span{
      padding: 2px 4px;
      margin: 0 7px 7px 0;
      border: 1px solid #e3e3e3;
      background-color: #f6f6f6;
      border-radius: 3px;
      word-break: keep-all;
      white-space: nowrap;
      display: inline-block;
    }
  }
}