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

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

.rest-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;
  border-bottom: 1px solid var(--dark-10-dddfe-2, #dddfe2);
}

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

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

.rest-name {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  /* gap: 2px; */
  align-self: stretch;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.rest-details {
  display: flex;
  flex-direction: column;
  height: 20px;
  align-items: center;
  gap: 4px;
  align-self: stretch;
}

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

.rest-title-text {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  /* Honeygrow-16b */
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
  height: 24px;
  align-self: stretch;
}
