/* Update allergen indicator styles to ensure images display properly */
.allergen-indicator {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background-color: white;
}

.allergen-indicator img {
  width: 90%;
  height: 90%;
  object-fit: contain;
  display: block;
}