.gw-mobile-filters-anchor {
	margin-top: 16px;
	margin-bottom: 16px;
	color: var(--theme-text-color);
	--theme-link-initial-color: var(--theme-text-color);
}

.gw-mobile-filters-anchor a {
	color: var(--theme-text-color);
}

@media (max-width: 768px) {
	body.gw-mobile-filters-moved aside#sidebar {
		display: none !important;
	}
}

