/* cards_filter - the one bit of state the live build handled inside Vue (it re-rendered the grid per
   filter). We keep every card in the DOM and drop the excluded columns out of the grid flow.
   Everything else - the active filter's underline (button[data-active=true]) and the disabled cursor
   (.PrimitiveButton:disabled) - is already in live.css. */

.ContentCardsFilter__column[hidden] {
  display: none !important;
}
