/* SeoDishIngredients.css: Styled per Figma API breakdown */

.seo-dish-ingredients {
  width: 524px;
  height: 154px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ingredients-title {
  font-family: "Space Grotesk", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #071d3b;
}

.crackerbarrel .ingredients-title {
  font-family: "Special Gothic", sans-serif;
  color: #2b1d10;
}

.ingredients-warnings {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 0;
}

.ingredient-warning {
  display: flex;
  align-items: center;
  gap: 4px;
}

.ingredient-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  margin-right: 2px;
}

.ingredient-warning-text {
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #526176;
}

.crackerbarrel .ingredient-warning-text {
  font-family: "Libre Franklin", sans-serif;
}

.ingredients-list {
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #526176;
  line-height: 1.4;
}

.crackerbarrel .ingredients-list {
  font-family: "Libre Franklin", sans-serif;
}
