/**
 * Themes index — page-specific rules from the html-design/Themes.dc.html
 * helmet that the global stylesheet does not cover. The facet sidebar's
 * hiding below 1000px is already global (assets/css/input.css); this adds
 * the matching rule for the mobile filter bar, plus the design's balanced
 * text wrapping inside the compare and capability tables.
 */
@media (min-width: 1000px) {
  .page-themes [data-facets-m] { display: none !important; }
}

.page-themes table td,
.page-themes table th { text-wrap: balance; }
