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

.ec3w-container {
  display: flex;
  flex-direction: column;
  padding: var(--iui-size-s) var(--iui-size-m);
  box-sizing: border-box;
  height: 100%;
}
