.ingredient-card{background:#fafafa;border-radius:10px;height:110px;position:relative;overflow:hidden}.ingredient-image{object-fit:contain;width:100%;height:100%;padding:10px;position:absolute;inset:0}.ingredient-overlay{text-align:center;background:#202020ab;justify-content:center;align-items:center;width:100%;height:100%;padding:8px;display:flex;position:absolute;bottom:0}.ingredient-overlay p{color:#fff;font-size:14px}@media (max-width:480px){.ingredient-card{height:95px}.ingredient-overlay p{font-size:11px}}@media (min-width:481px) and (max-width:768px){.ingredient-card{height:100px}.ingredient-overlay p{font-size:12px}}
