.reports-list-page__header-actions { display: contents; }
#main.reports-list-page .reports-mobile-search-toggle { display: none; }

@media (max-width: 767.98px) {
  body #main.reports-list-page .page-heading.fixed-top { height: 60px; padding: 10px 12px; border-bottom: 0; }
  #main.reports-list-page .reports-list-page__title { display: flex; align-items: center; gap: 6px; min-width: 0; width: 100%; }
  #main.reports-list-page .reports-list-page__title h3 { display: flex; align-items: center; flex: 1 1 auto; gap: 8px; min-width: 0; margin: 0; order: -1; }
  #main.reports-list-page .header-menu-responsive { margin: 0 !important; }
  #main.reports-list-page .breadcrumb-header { display: none; }
  #main.reports-list-page .reports-list-page__header-actions { display: flex; align-items: center; flex: 0 0 auto; gap: 0; margin: 0; }
  body #main.reports-list-page .page-heading.fixed-top .box-notification { display: flex; position: relative; margin: 0; }
  #main.reports-list-page .reports-mobile-search-toggle,
  #main.reports-list-page .box-notification a { display: inline-flex; align-items: center; justify-content: center; flex: 0 0 40px; width: 40px; height: 40px; padding: 0; }
  #main.reports-list-page #reports-search-panel:not(.is-open) { display: none; }
  #main.reports-list-page .reports-list-page__search-column { width: 100%; }
}

.report-emit-filters {
  border-bottom: 1px solid #f2f2f2;
  margin-top: 20px;
}

.report-emit-filters__grid {
  align-items: start;
  display: grid;
  gap: .9rem 1rem;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 190px), 1fr));
  padding-bottom: 1rem;
}

.report-emit-filters__item.form-group-filter {
  display: flex;
  flex-direction: column;
  gap: .35rem;
  margin: 0;
  min-width: 0;
  width: 100%;
}

.report-emit-filters__item--full {
  grid-column: 1 / -1;
}

.report-emit-filters__item label {
  margin-bottom: 0;
  min-width: 0;
}

.report-emit-filters__multi-select,
.report-emit-filters__multi-select > .btn {
  min-width: 0;
  width: 100%;
}

.report-emit-filters__multi-select > .btn {
  justify-content: space-between;
}

.report-emit-filters__multi-select > .btn > span:first-child {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.report-emit-filters__multi-select > .btn > .badge {
  flex: 0 0 auto;
}

.report-emit-filters__multi-select .dropdown-menu {
  max-width: min(360px, calc(100vw - 2rem));
}

.report-emit-filters__multi-select .entity-list__status-filter-option {
  white-space: normal;
}

@media (max-width: 575.98px) {
  .report-emit-filters__grid {
    grid-template-columns: 1fr;
  }

  .report-emit-filters__multi-select .dropdown-menu {
    max-width: none;
    width: calc(100vw - 2rem);
  }
}
