.searchWrapper {
  margin-bottom: 16px;
}

.list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 400px;
  max-height: 100%;
  overflow-y: auto;
  flex: 1;
}

.empty {
  padding: 32px 0;
}

.emptyText {
  composes: bodyRegular from "../../../styles/typography.module.css";
  margin: 0;
  color: var(--ta-color-text-secondary);
  text-align: center;
}
