/**
 * KAMAK roommate-mode results-page sidebar (Story 4.11).
 *
 * In "Roommate rental" mode the rental Category list is meaningless (roommate
 * listings live under the Roommate category; dwelling type is the injected
 * Property type filter), so hide it. The injected `.kamak-pt-filter` block reuses
 * rtcl's native filter markup, so it inherits the widget's styling automatically.
 * The mode signal (`data-kamak-mode`) is set by results-sidebar.js from the URL.
 */
html[data-kamak-mode="roommate"] .rtcl-ajax-filter-item.rtcl-filter_category {
	display: none;
}
