wg-dropdown-selector {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  padding-right: 12px;

  button > span {
    display: flex;
    flex-flow: row nowrap;
    column-gap: 12px;
    align-items: center;
    justify-content: space-between;

    margin: 0 -20px;

    app-cmf-icon {
      display: flex;
      align-items: center;
      justify-content: center;
    }
  }
}
