/* SeoNutritionTable.css: Generated from Figma API breakdown */

.seo-nutrition-table {
  width: 248px;
  height: 292px;
  box-sizing: border-box;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  border-left: 1px solid #dddef2;
}

.nutrition-title {
  font-family: "Space Grotesk", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  font-style: normal;
  color: #071d3b;
  width: 100%;
  gap: 10px;
}

.crackerbarrel .nutrition-title {
  font-family: "Special Gothic", sans-serif;
}

.nutrition-section {
  width: 100%;
  box-sizing: border-box;
}

.nutrition-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  max-width: 207px;
  min-height: 20px;
  gap: 8px;
  width: 100%;
  box-sizing: border-box;
  white-space: nowrap;
}

.nutrition-value,
.nutrition-label,
.nutrition-value-bold,
.nutrition-label-bold {
  line-height: 19.6px;
  height: 20px;
  display: flex;
  align-items: center;
}

.nutrition-value {
  width: 60px;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #526176;
}

.crackerbarrel .nutrition-value {
  font-family: "Libre Franklin", sans-serif;
}

.nutrition-value-bold {
  font-weight: 700;
}

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

.crackerbarrel .nutrition-label {
  font-family: "Libre Franklin", sans-serif;
}

.nutrition-label-bold {
  font-weight: 700;
}
