.wrap-cell {
  max-width: 900px;
  white-space: normal;
  overflow-wrap: anywhere;
}

.relation-dialog {
  width: min(1000px, calc(100% - 32px));
  max-height: 85vh;
  padding: 22px;
  border: 0;
  border-radius: 16px;
  box-shadow: 0 24px 80px rgba(15, 23, 42, .28);
}

.relation-dialog::backdrop {
  background: rgba(15, 23, 42, .5);
}

.actions { display: flex; gap: 8px; flex-wrap: wrap; }
.mapping-save { margin-top: 14px; }
