/* 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
 * #css_wrapper_metadata_end */

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

table {
  border-collapse: collapse;
  max-width: 600px;
  width: 100%;
}

th,
td {
  border: 1px solid #ccc;
  padding: 8px 12px;
  text-align: left;
}

th {
  background-color: #f0f0f0;
}

.valid {
  color: green;
}

.invalid {
  color: red;
  font-weight: bold;
}
