/*
1 colore bottone
2 bordo/hover
3 testo
*/
/*
1 colore bottone
2 bordo/hover
3 testo
*/
.card {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--bg-dark);
  border-radius: 0.5rem;
  background: var(--bg-light);
  box-shadow: 0 0.25rem 0.625rem 0 rgba(46, 38, 61, 0.2);
}
.card > div {
  padding: 1rem;
}
.card > div:not(:first-child) {
  padding-top: 0;
}
.card > div:has(> .searchableListContainer) {
  padding: 0;
}
.card > div:has(> .searchableListContainer) .searchableList {
  margin: 0;
}
.card__body {
  height: 100%;
}

/*# sourceMappingURL=card.css.map */
