/*
 * Copyright 2025 The Chromium Authors
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */

.layer-summary {
  border-top: 1px solid var(--sys-color-divider);
  justify-content: space-between;
  padding: 4px 10px;
  flex-shrink: 0;
}

.layer-count {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.layer-tree-wrapper {
  flex-grow: 1;
}
