/* 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/cr_shared_style_lit.css.js
 * #import=//resources/cr_elements/cr_icons_lit.css.js
 * #scheme=relative
 * #include=cr-shared-style-lit cr-icons-lit
 * #css_wrapper_metadata_end */

.cert-row {
  display: flex;
  border-top: none;
  overflow-wrap: anywhere;
  padding-top: 10px;
  padding-bottom: 10px;
}

.cert-hash {
  --cr-input-error-display: none;
  margin-left: auto;
  min-width: 20em;
  max-width: 20em;
}
