.list-food-card{display:grid;gap:var(--space-m) var(--space-s);grid-template-columns:repeat(2,minmax(0,1fr));list-style:none}@media only screen and (min-width:40rem){.list-food-card{grid-template-columns:repeat(3,1fr)}}@media only screen and (min-width:53.75rem){.list-food-card{grid-template-columns:repeat(4,1fr)}}@media only screen and (min-width:75rem){.list-food-card{gap:var(--space-l) var(--space-s);grid-template-columns:repeat(5,1fr)}}.card-food,.list-food-card__item{position:relative}.card-food{display:flex;flex-direction:column;height:100%;justify-content:space-between}.card-food__figure{aspect-ratio:1/1;margin-bottom:var(--space-s);width:100%}.card-food__img{aspect-ratio:1/1;border-radius:var(--ui-small-card-border-radius);height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.card-food__heading{align-items:center;display:flex;font-size:var(--step-0);gap:.5em;line-height:1.5}@media only screen and (min-width:22.5rem){.card-food__heading{font-size:var(--step-1)}}.card-food__vegetarian-icon{flex-shrink:0;height:1em;width:1em;fill:var(--brand-color-0)}.card-food__description{font-style:italic}.card-food__allergens,.card-food__description{font-size:var(--step--1);line-height:1.5;margin-top:var(--space-2xs)}.card-food__price{font-size:var(--step-1);font-weight:700;line-height:1.5;margin-top:var(--space-2xs)}.card-food__content{display:flex;flex-direction:column;flex-grow:1;justify-content:space-between}.dl-food{display:grid;gap:var(--space-xs);grid-template-columns:1fr 56px;max-width:600px}.dl-food dt{align-items:center;display:flex;flex-wrap:wrap;font-size:var(--step--1);gap:.5em}.dl-food__heading{font-size:var(--step--1);font-weight:700;line-height:1.375}@media only screen and (min-width:25rem){.dl-food__heading{font-size:var(--step-1)}}.dl-food__vegetarian-icon{flex-shrink:0;height:1em;width:1em;fill:var(--brand-color-0)}.dl-food dd{font-size:var(--step-0);font-weight:700;line-height:1.5;text-align:right}@media only screen and (min-width:25rem){.dl-food dd{font-size:var(--step-1)}}.panel-allergens{margin-top:var(--space-l);max-width:var(--ui-copy-max-width)}.panel-allergens__icon-notice{align-items:center;display:flex;font-size:var(--step-0);gap:.5em;justify-content:flex-end;line-height:1.5;margin-top:var(--space-s)}.panel-allergens__icon-notice-icon{flex-shrink:0;height:1em;width:1em;fill:var(--brand-color-0)}