  .taxonomy-term--directory-badges {
  align-items: center;
  background-color: #e2f1df;
  border-radius: 30px;
  display: inline-flex;
  flex-wrap: wrap;
  gap: calc(9 / 16 * 1rem);
  padding: calc(5 / 16 * 1rem) calc(8 / 16 * 1rem);

  .taxonomy-term__icon {
    height: calc(20 / 16 * 1rem);
    width: calc(20 / 16 * 1rem);
  }

  .taxonomy-term__name {
    color: var(--primary);
    font-size: calc(14 / 16 * 1rem);
    line-height: calc(23 / 14);
  }
}
