<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Hide the forums of a hidden category */
.hidden-category,
.hidden-category + .forabg .collapsible,
.hidden-category + .forabg .topiclist.forums {
	display: none;
}

/* Collapse button */
.collapse-btn {
	font-size: 1rem !important; /* Adjust to change the button size */
	position: relative;
	float: right;
	margin: -20px 0 0; /* Adjust to tweak position: top right/left bottom */
}

.rtl .collapse-btn {
	float: left;
}
</pre></body></html>