.container {
    width: clamp(20rem, 100%, 50rem);
    padding: 1rem;
}

.menu-item {
    display: flex;
    justify-content: space-between;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 600;
}

.menu-section + .menu-section {
    margin-top: 3rem;
}

.menu-section__name {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.menu-section__items {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1rem;
}
