chromium/components/commerce/core/internals/resources/commerce_internals.css

/* Copyright 2023 The Chromium Authors
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file. */

.eligible {
  color:  green;
  font-weight: bold;
}

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

.error-row {
  color: 'FF7F7F';
}

.product-specs-title {
  width: 200px;
}