.food-photo{display:inline-block;width:140px;height:140px;background-image:url('food-photos.webp');background-size:500% 200%;background-repeat:no-repeat;border-radius:12px;vertical-align:middle;margin:4px}.food-photo[data-food=noodles]{background-position:0% 0%}.food-photo[data-food=dumplings]{background-position:25% 0%}.food-photo[data-food=rice]{background-position:50% 0%}.food-photo[data-food=water]{background-position:75% 0%}.food-photo[data-food=juice]{background-position:100% 0%}.food-photo[data-food=milk]{background-position:0% 100%}.food-photo[data-food=soup]{background-position:25% 100%}.food-photo[data-food=chicken]{background-position:50% 100%}.food-photo[data-food=egg]{background-position:75% 100%}.food-photo[data-food=toast]{background-position:100% 100%}.food-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.food-grid button{padding:6px;display:flex;flex-direction:column;align-items:center}.food-grid [aria-pressed=true],.options [aria-pressed=true]{outline:4px solid var(--orange)}.sticky-actions{position:sticky;bottom:0;background:var(--cream);padding:10px 0;z-index:2}.options .food-photo{display:block;margin:4px auto;width:110px;height:110px}.matchrow .food-photo{width:250px;height:250px}.food-grid .food-photo{width:110px;height:110px}@media(max-width:760px){.food-grid{grid-template-columns:repeat(2,1fr)}.food-photo{width:110px;height:110px}.matchrow .food-photo{width:180px;height:180px}}
