document.addEventListener('DOMContentLoaded',function(){if(!document.body.classList.contains('page-id-2911')){return;} const jobPostings=document.querySelectorAll('.wp-block-post');jobPostings.forEach(post=>{const closingDateElement=post.querySelector('.closing-date-time .wp-block-custom-field');if(closingDateElement){const closingDate=new Date(closingDateElement.textContent.trim());if(new Date()>closingDate){post.style.display='none';}}});});