.root {
  :global {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;

    .widget-selected-user {
      padding-left: 11px;
      padding-right: 11px;
      background: rgba(75, 154, 225, 1);
      border-radius: 28px;
      text-align: center;
      font-size: var(--desc-default-size);
      color: #fff;
      line-height: 28px;
      margin-right: 8px;
      margin-bottom: 10px;
    }
  }
}
