.nmlbu-modal .modal-header {
  align-items: flex-start;
}

.nmlbu-modal .modal-title {
  margin: 0;
  font-weight: 700;
}

.nmlbu-modal .modal-header .close {
  margin-left: auto;
  opacity: 1;
}

.nmlbu-modal .nmlbu-body {
  line-height: 1.5;
}

/* Groesse und Farbe kommen als Inline-Style aus der Modulkonfiguration.
   Ueberschriften behalten bewusst ihre Groesse aus dem Theme. */
.nmlbu-modal .nmlbu-body p,
.nmlbu-modal .nmlbu-body ul,
.nmlbu-modal .nmlbu-body ol,
.nmlbu-modal .nmlbu-body li,
.nmlbu-modal .nmlbu-body div,
.nmlbu-modal .nmlbu-body span {
  font-size: inherit;
  color: inherit;
}

.nmlbu-modal .nmlbu-body > *:last-child {
  margin-bottom: 0;
}

.nmlbu-modal .modal-footer {
  justify-content: flex-end;
}
