/*
 * DO NOT EDIT THIS FILE.
 * It's generated automatically by 'yarn build' command.
 * @preserve
 */

.m-result-counter {
  display: grid;
  gap: 0.5rem;
  text-align: center;
}

.m-result-counter__title {
  text-transform: uppercase;
  color: var(--color-text-stroke-primary);
}

.m-result-counter__line {
  width: 100%;
  max-width: 15.75rem;
  height: 0.1875rem;
  margin: 0 auto;
  background-color: var(--color-background-secondary);
}

.m-result-counter__stretch {
  width: 0;
  max-width: 100%;
  height: 100%;
  transition: width var(--transition-duration-0-2)
    var(--transition-timing-function-ease);
  background-color: var(--color-text-stroke-primary);
}
