/* 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=chrome://resources/cr_elements/cr_hidden_style_lit.css.js
 * #import=chrome://resources/cr_elements/cr_shared_vars.css.js
 * #include=cr-hidden-style-lit
 * #css_wrapper_metadata_end */

#toggleSection {
  align-items: center;
  display: flex;
  max-width: 100%;
}

#toggleTitle {
  color: var(--cr-primary-text-color);
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
}

#toggleAnnotationButton {
  color: var(--cr-link-color);
}

#toggleAnnotation {
  color: var(--cr-secondary-text-color);
  display: inline;
  font-size: 12px;
  line-height: 16px;
  overflow: hidden;
  white-space: initial;
}

#toggleText {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  line-height: 20px;
  margin-right: 10px;
  margin-top: -1px;
  max-width: 100%;
}

#toggle {
  margin-inline-end: 0;
  margin-inline-start: auto;
}
