.MiniIngredientTile{display:flex;flex-direction:column;text-align:center;width:104px;height:114px;background-color:#fff;border:2px solid #c0164b;border-radius:2.6px;margin:11px;box-sizing:border-box;position:relative}.MiniIngredientTile .ingredient-img-container{height:65px;min-height:65px;width:100%;position:relative;display:flex;overflow:hidden}.MiniIngredientTile .ingredient-img-container img,.MiniIngredientTile .ingredient-img-container picture{height:100%;width:auto;margin:0 auto}.MiniIngredientTile .ingredient-quantity{background-color:#c0164b;width:20px;height:20px;color:#fff;position:absolute;top:0;left:0}.MiniIngredientTile .del-btn{cursor:pointer;width:24px;height:24px;color:#c0164b;border:1px solid #c0164b;background-color:#fff;border-radius:50%;position:absolute;top:-12px;right:-12px;font-size:11px;line-height:22px}.MiniIngredientTile p{font-size:12px;line-height:1.33;margin:auto 0;padding:0}