.esk-speisekarte {
    width: 100%;
}

/* Wrapper pro Gericht – hierüber läuft der Abstand */
.esk-gericht-eintrag {
    /* margin-top wird über den Elementor-Control gesetzt */
}

.esk-gericht-eintrag:first-child {
    margin-top: 0 !important;
}

.esk-gericht-zeile {
    display: flex;
    align-items: baseline;
    width: 100%;
    gap: 12px;
    margin-bottom: 4px;
}

.esk-gericht-links {
    flex-shrink: 0;
    max-width: 70%;
}

.esk-gericht-name-wrap {
    display: inline-block;
    line-height: 1.4;
}

.esk-gericht-name {
    display: inline;
}

.esk-gericht-linie {
    flex: 1 1 auto;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    border-bottom-color: #999;
    min-width: 20px;
    align-self: baseline;
    margin-bottom: 0.08em;
}

.esk-gericht-preis {
    flex-shrink: 0;
    white-space: nowrap;
    display: flex;
    align-items: baseline;
}

.esk-waehrung {
    display: inline-block;
}

.esk-waehrung-nach {
    margin-left: 5px;
}

.esk-waehrung-vor {
    margin-right: 5px;
}

.esk-gericht-beschreibung {
    display: block;
    margin-top: 3px;
    padding-left: 0;
    line-height: 1.45;
    font-size: 0.92em;
    color: #555;
}

/* Platzhalterhöhe wenn Beschreibung erzwungen eingeblendet wird */
.esk-gericht-beschreibung-placeholder {
    display: block;
}