.nd-vandaag-wrap {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    color: #2e2a28;
    font-family: "Poppins", Arial, sans-serif;
}

.nd-categorie-blok {
    margin: 0 0 40px 0;
}

.nd-categorie-blok:last-child {
    margin-bottom: 0;
}

.nd-categorie-titel {
    margin: 0 0 18px 0;
    text-align: center;
    font-size: 58px;
    line-height: 1.05;
    font-weight: 300;
    color: #5d4638;
    letter-spacing: 0;
}

.nd-vandaag-list {
    display: block;
}

.nd-gerecht-item {
    position: relative;
    padding: 28px 0 28px 0;
}

.nd-gerecht-item::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 1px dashed #d8d0c8;
    opacity: 0.9;
}

.nd-gerecht-item:last-child::after {
    border-bottom: 1px dashed #d8d0c8;
}

.nd-gerecht-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 10px;
}

.nd-gerecht-naam {
    margin: 0;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 400;
    color: #2b2928;
}

.nd-gerecht-prijs {
    flex: 0 0 auto;
    min-width: 90px;
    text-align: right;
    white-space: nowrap;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 400;
    color: #2b2928;
}

.nd-gerecht-omschrijving,
.nd-gerecht-bijgerechten,
.nd-gerecht-notitie {
    font-size: 18px;
    line-height: 1.65;
    font-weight: 400;
    color: #8a8784;
}

.nd-gerecht-omschrijving + .nd-gerecht-bijgerechten {
    margin-top: 4px;
}

.nd-gerecht-bijgerechten {
    margin-top: 4px;
}

.nd-gerecht-notitie {
    margin-top: 6px;
    font-style: italic;
    color: #8d6f4a;
}

.nd-vandaag-empty,
.nd-vandaag-fout {
    text-align: center;
    padding: 30px 20px;
    font-size: 18px;
    color: #6f6761;
    border-top: 1px dashed #d8d0c8;
    border-bottom: 1px dashed #d8d0c8;
}

@media (max-width: 1024px) {
    .nd-categorie-titel {
        font-size: 48px;
    }

    .nd-gerecht-naam,
    .nd-gerecht-prijs {
        font-size: 28px;
    }
}

@media (max-width: 768px) {
    .nd-categorie-blok {
        margin-bottom: 30px;
    }

    .nd-categorie-titel {
        margin-bottom: 14px;
        font-size: 38px;
        line-height: 1.1;
    }

    .nd-gerecht-item {
        padding: 22px 0;
    }

    .nd-gerecht-top {
        flex-direction: column;
        gap: 6px;
        margin-bottom: 8px;
    }

    .nd-gerecht-naam {
        font-size: 26px;
    }

    .nd-gerecht-prijs {
        min-width: 0;
        text-align: left;
        font-size: 25px;
    }

    .nd-gerecht-omschrijving,
    .nd-gerecht-bijgerechten,
    .nd-gerecht-notitie {
        font-size: 17px;
        line-height: 1.6;
    }
}