/* Keep the open search panel above sticky table cells, below application dialogs. */
body main.workspace.creatives-active .creative-layout .filters:has(.semantic-search-tools[open]) {
  z-index: 1000 !important;
}
