.recipe-tile { position:relative; }.recipe-tile .recipe-card { width:100%; }.recipe-remove { position:absolute; z-index:1; top:7px; right:7px; display:grid; place-items:center; width:22px; height:22px; border:0; border-radius:50%; color:#765d56; background:#ffffffdd; box-shadow:0 1px 4px #0002; font-size:17px; line-height:1; opacity:0; transition:opacity .15s; }.recipe-tile:hover .recipe-remove,.recipe-remove:focus { opacity:1; }.recipe-remove:hover { color:#fff; background:#bd6555; }
