/*
 * Public notice-list visibility states.
 *
 * Loaded after the legacy notice styles so state rules can use the normal
 * cascade while the production CSS is being migrated incrementally.
 */

body.notice-page:not(.notice-detail-page) .hidden-filter-group {
  display: none;
}
