/* 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=../updater_shared.css.js
 * #scheme=relative
 * #css_wrapper_metadata_end */

:host {
  display: block;
  padding: 0 16px;
}

.no-policies {
  font-style: italic;
  padding: 8px;
}

.section {
  display: flex;
  flex-direction: column;
}

.section + .section {
  margin-top: 16px;
}

h3 {
  font-weight: 500;
  margin: 0 0 8px 0;
}
