/* Icon List Component */
.icon-list-wrapper {
  margin-bottom: 80px !important;
  width: fit-content;
  max-width: 100%;
  flex: 0 0 auto;
}

.editable-container:has(.info-grid) .icon-list-wrapper {
  margin-left: 0;
  margin-right: auto;
}

.icon-list-item {
  margin-bottom: 1rem;
}

.icon-list-item:last-child {
  margin-bottom: 0;
}
