Hide/show deadline badge on post card in archive templates

I have an archive template that generates some post cards of a specific taxonomy (category or tag). In my posts I have a ACF filed named “deadline_date”.

Here is my problem: if I have a meta query loop targeting posts that follow “deadline_date>{current_wp_date:Ymd}” condition, then the badge mentioned in title shows perfectly on the post cards. Meaning, I can show posts that have a deadline in the… future and only them.

My problem is that I want to display the badge to archive templates post card also, but ONLY on cards (posts) that haven’t reached the deadline date. In my case, on archive templates, badge show deadline dates that have passed. I need it only on post cards on the future…

Any ideas appreciated! :grinning: