/* 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
 * #scheme=relative
 * #import=chrome://resources/cr_elements/cr_shared_vars.css.js
 * #import=../updater_shared.css.js
 * #css_wrapper_metadata_end */

:host {
  display: flex;
  flex-direction: column;
  flex: 1;
  max-width: 800px;
}

h3 {
  font-size: 16px;
  margin: 0;
}

.card {
  background-color: var(--card-background-color);
  border-radius: 8px;
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 8px;
  padding: 16px;
}

.row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 2em;
}

.label {
  font-weight: 500;
}

.value {
  color: var(--cr-secondary-text-color);
  text-align: end;
}
