/* tamayuzCore - Hide Forum Completely */

/* ========================================
   HIDE FORUM TOOL EVERYWHERE
   ======================================== */

/* Hide forum links in course tools */
a[href*="forum/"],
a[href*="forumthread.php"],
a[href*="viewforum.php"],
a[href*="viewthread.php"],
a[href*="forum.php"],
.course-tool a[href*="forum"],
li:has(a[href*="forum/"]),
.tool-forum {
    display: none !important;
}

/* Hide forum icons and images */
img[src*="forum"],
img[alt*="Forum"],
img[alt*="forum"] {
    display: none !important;
}

/* Hide forum menu items */
.nav-menu a[href*="forum/"],
.side-menu a[href*="forum/"],
.tool-list a[href*="forum/"] {
    display: none !important;
}

/* Hide forum in vertical navigation */
#toolnavbox a[href*="forum/"],
#toolnavbox li:has(a[href*="forum/"]) {
    display: none !important;
}

/* Hide forum category sections */
.forum-category,
.forum-list,
.forum-wrapper {
    display: none !important;
}

/* Hide any forum-related blocks */
div[class*="forum"],
section[class*="forum"],
.block-forum {
    display: none !important;
}

