/* 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_shared_vars.css.js
 * #css_wrapper_metadata_end */

[slot='body'] {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-height: 160px;
}

.input-container {
  align-items: center;
  display: flex;
  position: relative;
  width: 100%;
}

#clearPinnedVersionButton {
  --cr-icon-button-size: 20px;
  --cr-icon-button-icon-size: 14px;
  inset-inline-end: 32px;
  margin: 0;
  position: absolute;
  z-index: 1;
}

.toggle-container {
  align-items: center;
  display: flex;
  gap: 12px;
}
