.menuva-menu {
    max-width: 1100px;
    margin: 0 auto;
}

.menuva-menu-text {
    margin: 0 auto 36px;
    font-size: 1.05rem;
    line-height: 1.7;
    text-align: center;
}

.menuva-menu-text-bottom {
    margin-top: 44px;
    margin-bottom: 0;
}

.menuva-powered-by {
    margin: 34px auto 0;
    color: #94a3b8;
    font-size: 0.78rem;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
}

.menuva-powered-by a {
    color: inherit;
    text-decoration: none;
}

.menuva-powered-by a:hover,
.menuva-powered-by a:focus {
    color: #64748b;
    text-decoration: underline;
}

.menuva-section-nav {
    position: sticky;
    top: 0;
    z-index: 100;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-top: 0;
    margin-bottom: 40px;
    padding: 24px 24px;
    background: #d9e2df;
}

.menuva-section-nav-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 48px;
    white-space: nowrap;
}

.menuva-section-nav-link {
    color: currentColor;
    text-decoration: none;
    letter-spacing: 0.03em;
    font-size: clamp(1.4rem, 2.2vw, 2rem);
    line-height: 1;
    opacity: 1;
    padding: 6px 10px;
}

.menuva-section-nav-toggle {
    display: none;
    position: relative;
    z-index: 102;
    width: 44px;
    height: 34px;
    margin: 0 auto;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.menuva-section-nav-toggle span {
    display: block;
    width: 44px;
    height: 4px;
    margin: 8px 0;
    background: currentColor;
}

.menuva-section {
    margin-bottom: 64px;
    scroll-margin-top: 120px;
}

.menuva-category {
    margin-bottom: 20px;
    scroll-margin-top: 120px;
}

.menuva-category h3 {
    margin: 0 0 28px;
    padding: 14px 0;
    border-top: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    letter-spacing: 0.04em;
}

.menuva-menu.has-section-title-font .menuva-section-nav-link {
    font-family: var(--menuva-section-title-font);
}

.menuva-menu.has-category-title-font .menuva-category h3 {
    font-family: var(--menuva-category-title-font);
}

.menuva-dish {
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.menuva-menu.has-dish-separators .menuva-dish {
    border-bottom: 1px dashed #D7DCE3;
}

.menuva-dish-header{
    display:flex;
    align-items:flex-end;
    gap:12px;
}

.menuva-dish-title{
    margin:0;
}

.menuva-menu.has-price-guide-line .menuva-dish-title::after{
    content:"";
    flex:1;
    border-bottom:1px dotted #cfcfcf;
    margin:0 12px 3px;
}

.menuva-dish-title{
    display:flex;
    align-items:flex-end;
    flex:1;
}

.menuva-category > .menuva-dish:last-of-type,
.menuva-category-dishes > .menuva-dish:last-of-type {
    border-bottom: none !important;
}

.menuva-dish.is-recommended {
    padding: 30px;
    background: var(--menuva-recommended-bg, #d4dddb);
    border-bottom: 0;
}

.menuva-recommended-label {
    display: block;
    width: 40px;
    margin: 0 0 24px;
    line-height: 0;
}

.menuva-recommended-label img {
    display: block;
    width: 100%;
    height: auto;
}

.menuva-dish-header {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: baseline;
    font-weight: bold;
}

.menuva-dish h4 {
    margin: 0;
    padding-bottom: 6px;
    font-size: 1rem;
}

.menuva-menu.has-dish-title-font .menuva-dish h4 {
    font-family: var(--menuva-dish-title-font);
}

.menuva-dish-subtitle {
    padding: 16px 0 8px;
    border-bottom: 0;
}

.menuva-dish-subtitle-title {
    margin: 0;
    padding-bottom: 0;
    font-size: 0.95rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    opacity:0.5;
}

.menuva-price {
    white-space: nowrap;
    font-size: 1rem;
    font-weight: 500;
}

.menuva-description {
    margin: 0;
    padding-bottom: 0px;
    font-size: .9rem;
    font-weight: 400;
}

.menuva-allergens {
    margin: 0;
    font-size: .8em;
    opacity: 0.6;
    font-weight: 400;
}

.menuva-linked-dishes {
    margin-top: 10px;
}

.menuva-linked-dish {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: baseline;
    padding-top: 6px;
    font-size: 1em;
}

.menuva-menu.has-dish-separators .menuva-linked-dish {
    border-bottom: 1px dashed #D7DCE3;
    padding-bottom: 6px;
}

.menuva-menu.has-dish-separators .menuva-linked-dish:last-child {
    border-bottom: 0;
}

.menuva-linked-dish-title {
    font-weight: 600;
}

.menuva-menu.has-price-guide-line .menuva-linked-dish-title {
    display: flex;
    flex: 1;
    align-items: flex-end;
}

.menuva-menu.has-price-guide-line .menuva-linked-dish-title::after {
    content: "";
    flex: 1;
    border-bottom: 1px dotted #cfcfcf;
    margin: 0 12px 3px;
}

.menuva-linked-dish-price {
    white-space: nowrap;
    font-weight: 500;
}

.menuva-dish-image img {
    width: 100%;
    aspect-ratio: 2.5 / 1;
    object-fit: cover;
    display: block;
    margin-bottom: 30px;
}

@media (min-width: 900px) {
    .menuva-section-content {
        columns: 2;
        column-gap: 48px;
    }

    .menuva-category {
        break-inside: avoid;
    }

    .menuva-section.has-single-category .menuva-section-content {
        columns: 1;
    }

    .menuva-section.has-single-category .menuva-category-dishes {
        columns: 2;
        column-gap: 48px;
    }

    .menuva-section.has-single-category .menuva-dish {
        break-inside: avoid;
    }
}

@media (max-width: 760px) {
    .menuva-section-nav {
        padding: 18px 24px;
        min-height: 70px;
    }

    .menuva-section-nav-toggle {
        display: block;
    }

    .menuva-section-nav-inner {
        position: fixed;
        inset: 0;
        z-index: 101;
        display: none;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 32px;
        padding: 72px 24px;
        background: #d9e2df;
    }

    .menuva-section-nav.is-open .menuva-section-nav-inner {
        display: flex;
    }

    .menuva-section-nav.is-open .menuva-section-nav-toggle {
        position: fixed;
        top: 18px;
        left: 50%;
        transform: translateX(-50%);
    }

    .menuva-section-nav-link {
        font-size: 2.4rem;
    }
}
