/* 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=./certificate_shared.css.js
 * #include=cr-shared-style-lit certificate-shared
 * #scheme=relative
 * #css_wrapper_metadata_end */

.header-box {
  align-items: center;
  display: flex;
  margin-top: 16px;
  min-height: 24px;
}

:host(:not([remove-header-padding])) .header-box {
  padding: 0 20px;
}

.hidden {
  display: none;
}
