/*---------------------------------------------------------------------------------------------
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
* See LICENSE.md in the project root for license terms and full copyright notice.
*--------------------------------------------------------------------------------------------*/

.ec3w-delete-modal-body-text {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;

  > strong {
    min-width: 0px;
  }
}

.ec3w-loading-delete {
  margin-right: var(--iui-size-xs);
}
