/* ECNChat U1J — Homepage room-directory declutter */

/*
  The homepage already contains a Popular Rooms panel. Hide the redundant
  full room directory and any category-specific room-list injection while
  leaving the room system available on /people.html.
*/
body.ecnHomepageU1J #roomDirectoryPanel,
body.ecnHomepageU1J #categoryRoomsBlock {
  display: none !important;
}
