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

/* #css_wrapper_metadata_start
 * #type=style-lit
 * #import=//resources/cr_elements/cr_icons_lit.css.js
 * #import=//resources/cr_components/composebox/composebox_shared_style.css.js
 * #import=//resources/cr_components/composebox/composebox.css.js
 * #scheme=relative
 * #include=cr-icons-lit composebox-shared-style composebox
 * #css_wrapper_metadata_end */

#composebox {
  border-radius: inherit;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}

#inputContainer {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  width: 100%;
}
