.list-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.list-top {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  min-height: 6rem;
}

.list-title {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.list-creation-form {
  width: 100%;
}

.list-tools {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 100%;
}
