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

:host(.list-frame) settings-toggle-button {
  padding-inline-end: 0;
  padding-inline-start: 0;
}

:host(.list-frame) cr-link-row {
  padding-inline-end: 8px;
  padding-inline-start: 0;
}

/* Removes the border of the first hr element.*/
.hr:not(.hr:not([hidden]) ~ *) {
  border-top: 0;
}

#chromeSigninUserChoiceSetting {
  padding: var(--settings-signin-choice-padding, 10px 0 10px);
}

#labelWrapper {
  margin-inline-end: 20px;
}

#restart {
  margin-inline-end: 20px;
}
