/* 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_shared_vars.css.js
 * #import=../settings_shared_lit.css.js
 * #include=settings-shared-lit
 * #css_wrapper_metadata_end */

#dialog-title {
  align-items: center;
  display: flex;
}

#dialog-body {
  display: flex;
  flex-direction: column;
  height: 350px;
  overflow: auto;
  padding-inline-end: 0;
  padding-inline-start: 0;
}

#dialog-title > span,
#list {
  flex: 1;
}

cr-checkbox {
  padding-bottom: 7px;
  padding-inline-end: var(--cr-section-padding);
  padding-inline-start: 40px;
  padding-top: 7px;
}

cr-checkbox::part(label-container) {
  min-width: 0;
}
