.recipe-steps{display:flex;flex-direction:column;gap:var(--space-base-x2);margin-bottom:var(--block-vertical-margin)}.recipe-step__header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:var(--space-base)}.recipe-step__title{font-size:18px;font-weight:var(--font-weight-semi-bold);text-transform:uppercase}.recipe-step__ingredient{display:flex}.recipe-step__ingredient-image{width:30px;height:30px}@media(min-width:1024px){.recipe-step__ingredient-image{width:34px;height:34px}}