<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.shopping_list_recipe_items{display:flex;flex-wrap:wrap;column-gap:0;row-gap:20px;margin:10px -10px 40px}.shopping_list_recipe_items .shoppinglist_recipe_item{flex-basis:calc(100% / 3);padding:0 10px}@media only screen and (max-width:675px){.shopping_list_recipe_items .shoppinglist_recipe_item{flex-basis:50%;max-width:50%}}.shopping_list_recipe_items .shoppinglist_recipe_item .image{height:210px;background-repeat:no-repeat;background-size:cover;background-position:center;line-height:0;position:relative}@media only screen and (max-width:675px){.shopping_list_recipe_items .shoppinglist_recipe_item .image{height:180px}}.shopping_list_recipe_items .shoppinglist_recipe_item .image .editbtn{background:#35526a;display:flex;width:32px;height:32px;border-radius:32px;position:absolute;right:7px;top:7px;z-index:2;cursor:pointer;align-items:center;justify-content:center}.shopping_list_recipe_items .shoppinglist_recipe_item .image&gt;a{display:block;position:relative;line-height:0;height:100%}.shopping_list_recipe_items .shoppinglist_recipe_item .image&gt;a:after{content:"";position:absolute;border:1px solid #fff;top:7px;bottom:7px;left:7px;right:7px;z-index:1}.shopping_list_recipe_items .shoppinglist_recipe_item .image&gt;a img{visibility:hidden}.shopping_list_recipe_items .shoppinglist_recipe_item .image .actions{display:none;position:absolute;top:0;bottom:0;left:33%;right:0;z-index:2}.shopping_list_recipe_items .shoppinglist_recipe_item .image .actions a{display:flex;align-items:center;height:calc(100% / 3);color:#fff;text-transform:uppercase;font-size:15px}.shopping_list_recipe_items .shoppinglist_recipe_item .image .actions a.remove{background:#3c546b}.shopping_list_recipe_items .shoppinglist_recipe_item .image .actions a.edit{background:#8699a7}.shopping_list_recipe_items .shoppinglist_recipe_item .image .actions a.cancel{background:#da9696}.shopping_list_recipe_items .shoppinglist_recipe_item .image .actions a img{margin:0 18px}@media only screen and (max-width:675px){.shopping_list_recipe_items .shoppinglist_recipe_item .image .actions{left:15%}.shopping_list_recipe_items .shoppinglist_recipe_item .image .actions a img{margin:0 12px}}.shopping_list_recipe_items .shoppinglist_recipe_item .title{padding:10px 0 0;text-align:center;text-transform:uppercase;font-size:14px;color:#545454;line-height:1.3;padding:3px 5px 0;overflow:hidden;text-overflow:ellipsis}</pre></body></html>