.m-falconnotifications:has(.falcon-notifications:not(:empty)) {
  margin-bottom: var(--bs-gutter-x);
}

.falcon-notifications .list-group-item {
  border-radius: 0;
  margin-bottom: var(--spacer-2);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}

.falcon-notifications .list-group-item:last-child {
  margin-bottom: 0;
}

.falcon-notifications {
  max-height: 200px;
  overflow-y: auto;
}