document.addEventListener('DOMContentLoaded', function() { document.querySelectorAll('.elementor-post__thumbnail__link').forEach(link => { const title = link.closest('article')?.querySelector('.elementor-post__title a'); if (title) { link.setAttribute('aria-label', title.textContent.trim()); } }); });