document.addEventListener("DOMContentLoaded",(()=>{document.querySelectorAll(".wp-block-cms-filters").forEach((e=>{const t=e.querySelectorAll(".wp-block-cms-filters__control-item input"),c=e.querySelectorAll(".wp-block-cms-filters__content-item"),l=()=>{let e=[];t.forEach((t=>{t.checked&&e.push(t.value)})),c.forEach((t=>{const c=t.dataset.filters,l=JSON.stringify(e);t.ariaHidden=c!==l}))};l(),t.forEach((e=>{e.addEventListener("change",l)}))}))}));