.crm-list-toolbar {
  position: relative;
  z-index: 5;
}

.crm-add-main {
  flex: none;
  white-space: nowrap;
}

.crm-suggestions[hidden] {
  display: none !important;
}

@media (max-width: 720px) {
  .crm-list-toolbar {
    position: sticky;
    top: 0;
    z-index: 25;
    padding: 10px 0 12px;
    background: color-mix(in srgb, var(--bg) 88%, transparent);
    backdrop-filter: blur(12px);
  }

  .crm-list-toolbar .crm-search-wrap,
  .crm-list-toolbar .crm-add-main {
    width: 100%;
  }

  .crm-add-main {
    min-height: 46px;
    justify-content: center;
  }

  .crm-suggestions {
    position: fixed;
    left: 14px;
    right: 14px;
    top: 142px;
    max-height: 45vh;
    overflow-y: auto;
  }
}
