.custom-field-categories {
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.custom-field-categories {
  font-weight: 700;
}

.custom-field-categories {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 5px;
  flex-wrap: wrap;
  margin-top: 0.25rem;
  margin-bottom: 2rem;
}
.custom-field-categories .field__items {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.75rem;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 5px;
}
.custom-field-categories a {
  line-height: 1.5rem;
  color: var(--taxo_tag_color);
  transition: 300ms;
  display: block;
  background-color: var(--taxo_tag_bgcolor);
  border-radius: 2px;
  padding: 0px 16px;
  text-decoration: none;
}
.custom-field-categories a:hover {
  color: var(--taxo_tag_bgcolor);
  background-color: var(--taxo_tag_color);
}/*# sourceMappingURL=categories.css.map */