/*
 * SPDX-FileCopyrightText: 2023 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.
 */
/*
* 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.
*/
/* Dimensions */
/* Font sizes */
/* Line heights */
:host {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-inline-start: 1.5rem;
  margin-inline-end: 1.5rem;
  margin-block-end: 0.25rem;
}
:host slot::slotted(*) {
  display: flex;
  margin-inline-end: 0.625rem;
}