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;
    }
  }
}

.icon-trigger {
  cursor: pointer;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 32px;
  height: 32px;
  padding: 0;

  color: inherit;

  background: none;
  border: none;
}
