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

/* Override the default padding of a cr-row to 0. The template inside has
   left and right padding. */
.cr-row-with-template {
  padding: 0;
}

/* Ensure the toggle button stretches the width of its container despite
   removing its parent's padding. */
#liveCaptionToggleButton {
  width: 100%;
}

.language-dropdown {
  margin-inline-start: auto;
}

#defaultLanguageLabel {
  color: var(--cr-secondary-text-color);
}
