/*
 * SPDX-FileCopyrightText: 2024 Siemens AG
 *
 * SPDX-License-Identifier: MIT
 *
 * This source code is licensed under the MIT license found in the
 * LICENSE file in the root directory of this source tree.
 */
:host {
  --ix-layout-grid-gutter: 24px;
  display: block;
  flex: 1 1 0%;
  width: 100%;
  padding-left: calc(var(--ix-layout-grid-gutter) * 0.5);
  padding-right: calc(var(--ix-layout-grid-gutter) * 0.5);
}

:host(.no-margin) {
  padding-left: 0;
  padding-right: 0;
}