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

.nz-toolbar-item-expandable-group-title {
  white-space: nowrap;
  text-align: center;
  color: $title-color;
  filter: drop-shadow(0 1px 0 $buic-foreground-body-reverse);
  margin-bottom: 9px;
  margin-left: $title-horizontal-margin;
  margin-right: $title-horizontal-margin;

  @include title;
}
