.trash-btn{color:#f87171;cursor:pointer;z-index:5;background:#000000b3;border:none;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;transition:all .25s;display:flex;position:absolute;top:8px;right:8px}.trash-btn:hover{color:#fff;background:#ef4444;transform:scale(1.15)}.trash-btn:hover .trash-lid{animation:.4s forwards lidLift}@keyframes lidLift{0%{transform:translateY(0)rotate(0)}50%{transform:translateY(-3px)rotate(-8deg)}to{transform:translateY(-2px)rotate(-5deg)}}
