/*
1 colore bottone
2 bordo/hover
3 testo
*/
/*
1 colore bottone
2 bordo/hover
3 testo
*/
.buildingAccordion {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.serviceGroups {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  flex-wrap: wrap;
  gap: 0.75rem;
}
.serviceGroups > .card:not(.service) {
  grid-column: 1/-1;
}
.serviceGroups .serviceGroup {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.serviceGroups .serviceGroup .service {
  margin-bottom: -1rem;
}
.serviceGroups .services {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.serviceGroups .service {
  height: fit-content;
}

.linkedList:not(:has(.fieldContainer__body div)) {
  display: none;
}
.linkedList .fieldContainer {
  border: 0;
  margin: 0;
  padding: 0;
}

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