/*
 * 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 {
  display: flex;
  flex-wrap: wrap;
}

:host(:not(:first-of-type)) {
  margin-block-start: var(--ix-layout-grid-row-margin, 0);
}