/* Copyright 2025 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://customize-chrome-side-panel.top-chrome/shared/sp_shared_style.css.js
 * #scheme=relative
 * #include=sp-shared-style
 * #css_wrapper_metadata_end */

#showToggleContainer {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: var(--sp-card-padding);
}

#showToggleContainer:hover {
  background-color: var(--cr-hover-background-color);
  cursor: pointer;
}

#showToggleContainer:focus {
  background-color: var(--cr-menu-background-focus-color);
  outline: none;
}

#showToggleTitle {
  font-size: inherit;
  line-height: inherit;
}
