/* annoying this seems to be the best selector we have for the list
 container in list search displays... */
.nook-projects-list .crm-search-display-list > ul {
  padding-left: 0;
  display: flex;
  flex-flow: row wrap;
  gap: 1rem;
  padding: 2rem;
}
.nook-projects-list .crm-search-display-list > ul > li {
  width: 20rem;
}

.nook-projects-list .nook-project {
  border-radius: 1.5rem;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.nook-projects-list .nook-project .nook-label {
  font-size: 1.5rem;
}