/**
 * Hide the original exposed season filter from the UI.
 * It must remain rendered because the view behavior still depends on it.
 */
.visually-hidden-season-filter {
  display: none;
}
