.paragraph.paragraph--type--ingredients {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-size: large;
  margin: 1rem 0.5rem;
  border: 1px solid red;
  border-radius: 0.15rem;
  padding: 0.25rem 0.5rem;
  width: 50%;
}

.field--name-field-ingredient {
  padding: 0.25rem 0.25rem;
  margin-block-end: 0 !important;
  color: black;
}

.field--name-field-ingredient a {
  color: black;
  text-decoration: none;
}

.field--name-field-quantity {
  margin-block-end: 0 !important;
  padding: 0.25rem 0.25rem;
  color: black;
}

.field--name-field-quantity a {
  color: black;
  text-decoration: none;
}

.field--name-field-unit-of-quantity {
  padding: 0.25rem 0;
  color: black;
}

.field--name-field-unit-of-quantity a {
  color: black;
  text-decoration: none;
}

