.menu-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
}
.menu-items-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
}
.menu-items-menu .card {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-width: 300px;
    max-width: 350px;
    margin: 5px;
}
.menu-items-menu .card .image-container {
    padding: 10px;
}

.menu-items-menu .card .card-img-top {
    height: 100%;
    padding-right: 20px;
    object-fit: cover;
}

.menu-items-menu .card .card-body {
    height: 100%;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.menu-items-menu .card .menu-item-price {
    font-weight: bold;
}

.menu-items-menu .card .menu-item-spicy {
    border: 1px solid #ccc;
    padding: 3px 8px;
    border-radius: 5px;
    margin-right: 10px;
}

.menu-items-menu .card .menu-item-ordered {
    font-weight: bold;
}

.menu-items-menu .card .d-flex {
    display: flex;
}

.menu-items-menu .card .align-items-center {
    align-items: center;
}

.menu-items-menu .card .justify-content-between {
    justify-content: space-between;
}


.menu-items-menu .card .align-items-center {
    align-items: center;
}

.menu-items-menu .card .justify-content-between {
    justify-content: space-between;
}



.menu-items .card {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-width: 300px;
    max-width: 1000px;
    margin: 5px;
}
.menu-item .menu-item-image {
    max-width: 200px;
    border-radius: 10px;
    flex: 1;
}
.menu-item .menu-item-image img {
    border-radius: 10px;
    max-height: 150px;
}
.menu-item .card-title {
    flex: 3;
    word-wrap: break-word;
}
.menu-item .card-text {
    flex: 1;
}
.menu-item .quantity-control {
    justify-content: center;
    flex: 1;
}
.menu-items .card-body {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.menu-items .card .image-container {
    padding: 10px;
}

.menu-items .card .card-img-top {
    height: 100%;
    padding-right: 20px;
    object-fit: cover;
}

.menu-items .card .card-body {
    height: 100%;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.menu-items .card .menu-item-price {
    font-weight: bold;
}

.menu-items .card .menu-item-spicy {
    border: 1px solid #ccc;
    padding: 3px 8px;
    border-radius: 5px;
    margin-right: 10px;
}

.menu-items .card .menu-item-ordered {
    font-weight: bold;
}

.menu-items .card .d-flex {
    display: flex;
}

.menu-items .card .align-items-center {
    align-items: center;
}

.menu-items .card .justify-content-between {
    justify-content: space-between;
}


.menu-items .card .align-items-center {
    align-items: center;
}

.menu-items .card .justify-content-between {
    justify-content: space-between;
}
.ingredient-row {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.ingredient-row > p,
.ingredient-row > input,
.ingredient-row > select {
    margin-bottom: 0;
}
@media screen and (max-width: 768px) {
    .menu-items .card {
        margin: 10px; /* Adjust this value as needed for smaller screens */
    }
}

@media screen and (min-width: 769px) {
    .menu-items .card {
        margin: 20px; /* Adjust this value as needed for larger screens */
    }
}
