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

.header-buttons {
  margin-left: auto;
}

.no-certs {
  border-top: none;
}

/* Used when list is embedded in a subpage; added in .ts code */
.subpage-padding {
  padding: 0 var(--cr-section-padding);
}

.list-title {
  display: flex;
  align-items: center;
}

.list-title h3 {
  font-weight: 400;
  font-size: 14px;
}
