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

.seo-dish-description {
  width: 796px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

.dish-description-text {
  width: 796px;
  color: #526176;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 19.6px;
  letter-spacing: 0;
  white-space: pre-line;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-clamp: 3;
}

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