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

.nz-widget-widget {
  background: var(--iui-color-background);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
