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

.toolbar-container {
  display: flex;
  flex-wrap: wrap;
  background-color: var(--sys-color-cdt-base-container);
  border-bottom: 1px solid var(--sys-color-divider);
  flex: 0 0 auto;
  justify-content: space-between;
}

.ai-assistance-view-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  align-items: center;
  overflow: hidden;

  & .fill-panel {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  devtools-split-view {
    width: 100%;
    height: 100%;
  }
}

.toolbar-feedback-link {
  color: var(--sys-color-primary);
  margin: 0 var(--sys-size-3);
  height: auto;
  font-size: var(--sys-typescale-body4-size);
}
