.nd-carta-digital .nd-flex-menu-block,
.nd-flex-menu-block {
    margin: 28px 0 36px;
    padding: clamp(18px, 4vw, 30px);
    border: 1px solid var(--nd-line, rgba(0, 0, 0, .18));
    border-radius: 18px;
    background: rgba(255, 255, 255, .22);
    color: var(--nd-product-color, #2b2521);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .18);
}

.nd-flex-menu-header {
    display: flex;
    gap: 18px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    text-align: left;
}

.nd-flex-menu-header > div {
    flex: 1 1 auto;
}

.nd-flex-menu-header.nd-flex-kicker-align-center > div {
    text-align: center;
}

.nd-flex-menu-header.nd-flex-kicker-align-right > div {
    text-align: right;
}

.nd-flex-kicker {
    display: block;
    margin-bottom: 5px;
    color: var(--nd-price-color, #874c48);
    font-size: var(--nd-flex-kicker-size, 12px);
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.nd-flex-menu-header h2 {
    margin: 0;
    color: var(--nd-section-color, #874c48);
    font-family: var(--nd-section-font, Georgia, serif);
    font-size: clamp(24px, 4vw, 34px);
    line-height: 1.1;
    text-transform: uppercase;
}

.nd-flex-menu-header p {
    margin: 8px 0 0;
    opacity: .8;
}

.nd-flex-menu-price {
    flex: 0 0 auto;
    padding: 10px 16px;
    border-radius: 999px;
    background: var(--nd-nav-bg, #874c48);
    color: var(--nd-nav-text, #fff);
    font-size: 20px;
    font-weight: 800;
    white-space: nowrap;
}

.nd-flex-free-list {
    display: grid;
    gap: 8px;
    margin: 18px 0 22px;
}

.nd-flex-free-line {
    display: flex;
    gap: 14px;
    align-items: baseline;
    justify-content: space-between;
    margin: 10px 0;
    padding: 9px 0;
    border-bottom: 1px solid color-mix(in srgb, var(--nd-line, #8f745f) 20%, transparent);
}

.nd-flex-free-line span {
    min-width: 0;
    overflow-wrap: anywhere;
}

.nd-flex-free-line strong {
    flex: 0 0 auto;
    color: var(--nd-price-color, #874c48);
    font-weight: 800;
    white-space: nowrap;
}

.nd-flex-menu-category {
    margin-top: 20px;
}

.nd-flex-menu-category h3 {
    margin: 0 0 10px;
    padding-bottom: 7px;
    border-bottom: 1px solid var(--nd-line, rgba(0, 0, 0, .18));
    color: var(--nd-section-color, #874c48);
    font-family: var(--nd-section-font, Georgia, serif);
    font-size: clamp(18px, 3vw, 24px);
    text-align: center;
    text-transform: uppercase;
}

.nd-flex-menu-item {
    padding: 9px 0;
    border-bottom: 1px solid color-mix(in srgb, var(--nd-line, #8f745f) 20%, transparent);
}

.nd-flex-item-heading {
    display: flex;
    gap: 12px;
    align-items: baseline;
    justify-content: space-between;
}

.nd-flex-menu-item strong {
    color: var(--nd-product-color, #2b2521);
    font-size: var(--nd-product-size, 17px);
}

.nd-flex-item-heading span {
    flex: 0 0 auto;
    color: var(--nd-price-color, #874c48);
    font-weight: 800;
    white-space: nowrap;
}

.nd-flex-menu-item p {
    margin: 4px 0 0;
    opacity: .78;
}

.nd-flex-allergens {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 8px;
}

.nd-flex-allergens span {
    padding: 3px 8px;
    border: 1px solid var(--nd-line, rgba(0, 0, 0, .18));
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
}

@media (max-width: 600px) {
    .nd-flex-menu-header {
        align-items: flex-start;
        flex-direction: column;
    }
}
