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

#container {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.step {
  align-items: center;
  display: flex;
  height: 40px;
  justify-content: center;
  width: 40px;
}

img {
  height: 40px;
  width: 40px;
}

cr-icon {
  color: var(--color-feature-showcase-stepper-check);
}

.dot {
  background-color: var(--color-feature-showcase-stepper-dot);
  border-radius: 50%;
  height: 8px;
  width: 8px;
}

@media (forced-colors: active) {
  .dot {
    /* Force color used for the text when in high contrast mode. */
    background-color: CanvasText;
  }
}
