document.addEventListener("DOMContentLoaded", function() {
var h2Element = document.querySelector("h2.fusion-nothing-found");
if (h2Element) {
var authPostsSection = document.querySelector(".auth-posts-section");
authPostsSection.classList.add("hide");
}
});