.single-menus_inner {
    background: #e4d3be;
    padding: 1rem;
    gap: 1rem;
}

.menu-detail td {
    border: none;
    padding: 0.75rem;
}

.menu-detail tr {
    border-bottom: solid 1px #2703004a;
}
.menu-detail td:first-child {
    font-weight: bold;
    width: 160px;
}

.single-menus {
    margin-top: 4rem;
}

.single-menus_imgblock img {
    margin-bottom: 1rem;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.single-menu {
    margin-bottom: 2rem;
}

.single-menu h3 {
    margin-bottom: 0;
    position: relative;
    padding-left: 17px;
    color: var(--main_color);
}

.single-menu h3:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 22px;
    background: var(--main_color);
    top: 4px;
    left: 0;
}

/* .menu_section h2 {
    margin-bottom: 2rem;
} */

@media screen and (max-width: 768px) {
    .menu-detail tr {
        display: flex;
        flex-direction: column;
        padding: 0 0.75rem;
    }
    .menu-detail td {
        padding: 0;
    }
    .menu-detail td:first-child {
        padding: 0;
        padding-top: 0.75rem;
        padding-bottom: 0.3rem;
    }
    .menu-detail td:last-child {
        padding-bottom: 0.3rem;
    }
    .single-menus_inner.is-layout-flex {
        flex-direction: column-reverse;
    }
}
