/* Copyright 2024 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=./pdf_shared.css.js
 * #include=pdf-shared
 * #css_wrapper_metadata_end */

:host,
cr-radio-group {
  /* Gap instead of padding to have 0 extra padding on top/bottom. */
  --cr-radio-group-item-padding: 0;
  display: flex;
  gap: var(--ink-brush-button-gap, 16px);
  justify-content: center;
}

selectable-icon-button {
  --selectable-icon-button-size: var(--ink-brush-button-size, 48px);
}
