#pill-base {
  background-color: gray;
  border: 1rem;
  border-radius: 1rem;
  display: inline-flex;
  width: fit-content; 
  color: white;
  margin-top: 1rem;
}

#vegan-pill {
  display: inline-block;
  justify-content: center !important;
  align-content: center !important;
  border: 1rem;
  border-radius: 1rem;
  padding: 0 1rem;
  color: white;
}


#vegan-pill-details {
  display: inline-block;
  border: 1rem;
  border-radius: 1rem;
  padding: 0 1rem;
  color: white;
}

.review-label {
  padding: 0rem 1rem;
}
