main {
  margin-top: 6rem;
}

.item-wrapper{
  margin-bottom: 8rem;
}

.li-header {
  flex-direction: column;
}

.li-header-right {
  width: 100%;
}

.food__image__container {
  width: 100%;
  display: flex;
  flex-grow: 1;
  padding: 1rem;
  aspect-ratio: unset;
  height: unset !important;
}

.food__img{
  max-width: 600px;
}

.li-header-left {
  width: 100%;
}

.food__name {
  font-size: 1.7rem;
}

.location, .store {
  font-size: 0.9rem;
}

.food__text {
  font-size: 0.85rem;
  color: #656565;
  padding: 0.5rem 1rem;
  font-weight: bold;
}

.li-footer{
  background-color: unset;
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  height: unset;
  align-items: center;
}

.li-footer a{
  background: #f7a02f;
  width: 80%;
  padding: 0.7rem;
  border-radius: 0.6rem;
  font-weight: bold;
}

.read-more{
  background: #d0d0d0 !important;
  font-size: 0.8rem;
}