.menu-grid {
  display: grid;
  width: 1280px;
  grid-template-columns: repeat(4, 1fr);
  gap: 48.5px;
}

.grid-item {
  display: flex;
  height: 268px;
  width: 282px;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 0 0;
  gap: 10px;
  border-radius: 10px;
  border: 1px solid var(--dark-10-dddfe-2, #dddfe2);
  background-color: #fff;
}

.grid-item-image {
  width: 282px;
  max-height: 168px;
  height: 168px;
  display: block;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
  background-color: #fff;
}

.grid-image {
  display: block;
  width: 100%;
  height: 168px;
  object-fit: cover;
}

.grid-item-stats {
  display: flex;
  height: 48px;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  background-color: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.grid-name {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  /* gap: 2px; */
  align-self: stretch;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.grid-details {
  display: flex;
  height: 20px;
  align-items: center;
  gap: 4px;
  align-self: stretch;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.grid-detail-text {
  color: var(--dark-071-d-3-b, #071d3b);
  font-family: "Raleway";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
}

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

.grid-title-text {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  /* Honeygrow-16b */
  font-family: "Raleway";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
  height: 24px;
  align-self: stretch;
}

.crackerbarrel .grid-title-text {
  font-family: "Special Gothic", sans-serif;
  color: var(--dark-071-d-3-b, #2b1d10);
}

.grid-dots {
  font-size: 9px;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
}

.crackerbarrel .grid-dots {
  font-family: "Libre Franklin", sans-serif;
}
