.profile-food-orders[data-v-e09781ba] {
  display: flex;
  align-items: start;
  gap: 20px;
}
@media (max-width: 1180px) {
.profile-food-orders[data-v-e09781ba] {
    flex-direction: column;
}
}
.profile-food-orders__empty[data-v-e09781ba] {
  margin-top: 150px;
  text-align: center;
  position: absolute;
  left: calc(50% - 150px);
}
.profile-food-orders__details[data-v-e09781ba] {
  padding: 30px;
  border-radius: 15px;
  background-color: #f2f2f2;
  border: 1px solid #ddd;
}
.profile-food-orders__list[data-v-e09781ba] {
  margin-bottom: 10px;
  max-width: 387px;
  width: 100%;
  border-radius: 12px;
  padding: 12px;
  overflow: hidden;
}
.profile-food-orders__items[data-v-e09781ba] {
  min-height: 456px;
  margin-bottom: 20px;
}
.profile-food-orders__list-item[data-v-e09781ba] {
  display: flex;
  margin-bottom: 10px;
  padding: 0;
  border: none;
  background: none;
}
.profile-food-orders__list-item[data-v-e09781ba]:last-of-type {
  margin-bottom: 0;
}