.cig-chip-parent-wrapper {
  box-sizing: border-box;
  width: 100%;
}

.cig--chip-parent-wrapper {
  position: relative;
  min-height: 55px;
  z-index: 2;
}

ul.cig--chip-categories {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
  margin: 1rem 0 4px;
  gap: 8px;
}

.cig--category {
  list-style: none;
  border: var(--border-grey);
  background: var(--color-white);
  border-radius: 50px;
  padding: 3px 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hidden {
  display: none;
}

.cig--chip-toggle-button {
  padding: 0px;
  border: none;
  font-size: 12px;
  color: var(--color-blue-light);
  background-color: transparent;
  font-weight: 500;
  cursor: pointer;
}
