.ehn-acf-chips {
  display: flex;
  flex-wrap: wrap;
  gap: var(--ehn-chip-gap-y, 10px) var(--ehn-chip-gap-x, 10px);
  align-items: center;
}

.ehn-acf-chips__item,
.ehn-acf-chips .ehn-acf-chips__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 1px;
  padding: var(--ehn-chip-padding-y, 7px) var(--ehn-chip-padding-x, 12px);
  border-radius: var(--ehn-chip-radius, 999px);
  background: var(--ehn-chip-bg, #F4F4F5);
  color: var(--ehn-chip-text, #18181B) !important;
  -webkit-text-fill-color: var(--ehn-chip-text, #18181B);
  border: var(--ehn-chip-border-width, 0) solid var(--ehn-chip-border-color, transparent);
  box-shadow: var(--ehn-chip-shadow, none);
  font-size: var(--ehn-chip-font-size, 14px) !important;
  font-weight: var(--ehn-chip-font-weight, 500) !important;
  line-height: var(--ehn-chip-line-height, 1.2) !important;
  text-transform: var(--ehn-chip-text-transform, none) !important;
  white-space: normal;
  text-align: center;
}
