
.menu-page {
    max-width: 720px;
    margin: 0 auto;
    padding: 2rem 0 3rem;
}

.menu-title {
    text-align: center;
    margin-bottom: 2rem;
}

.menu-empty {
    text-align: center;
    color: var(--muted, #777);
}

.menu-cat + .menu-cat {
    margin-top: 2.5rem;
}

.menu-cat-title {
    font-size: 1.25rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    border-bottom: 2px solid currentColor;
    padding-bottom: 0.35rem;
    margin-bottom: 1rem;
}

.menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu-item + .menu-item {
    margin-top: 1rem;
}

.menu-item-head {
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
}

.menu-item-name {
    font-weight: 600;
}

.menu-item-dots {
    flex: 1 1 auto;
    border-bottom: 1px dotted var(--muted, #bbb);
    transform: translateY(-0.2rem);
}

.menu-item-price {
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
    font-weight: 600;
}

.menu-item-desc {
    margin: 0.15rem 0 0;
    font-size: 0.9rem;
    color: var(--muted, #777);
}
