/*
 * 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.
 */
:host {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0;
}
:host .titleGroup {
  display: flex;
  flex-direction: column;
  flex: 1 1 0;
  min-width: 0;
  white-space: nowrap;
  margin-right: 0.5rem;
}
:host .titleGroup .titleOverflow {
  overflow: hidden;
  text-overflow: ellipsis;
}
:host .titleGroup .headerTitleRow {
  display: flex;
}
:host .titleGroup .headerTitleRow .headerSlot {
  display: inline-flex;
  margin-left: 0.5rem;
}
:host .titleGroup .secondary {
  padding: 0.25rem 0;
}
:host .subtitle {
  margin-top: -0.125rem;
}
:host .backButton {
  margin-right: 0.5rem;
}
:host .buttons {
  flex: 0 0 auto;
}