:root {
  --sidebar-width: 22rem;
  --layout-gap: 6rem;
  --wp--style--block-gap: clamp(3.5rem, 2.737rem + 1.404vw, 4rem);
}

@media (min-width: 1300px) {
  :root {
    --sidebar-width: 30rem;
    --layout-gap: 8rem;
  }
}
.counter {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1rem;
}
.counter .statistics {
  text-align: center;
  padding: 2.2rem 1rem;
  background: rgba(255, 255, 255, 0.07);
  border-radius: 3px;
}
.counter .statistics__number {
  font-family: var(--wp--preset--font-family--secondary);
  font-size: var(--wp--preset--font-size--font-38);
  line-height: 1.15;
  margin: 0;
}
.counter .statistics__number > span {
  display: inline-block;
  opacity: 0;
}
.counter .statistics__title {
  font-size: var(--wp--preset--font-size--font-16);
  margin-top: 0.5ch !important;
  color: #F4EFE7;
}
@media (min-width: 600px) {
  .counter {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .counter .statistics {
    width: calc(50% - 0.5rem);
  }
}
@media (min-width: 900px) {
  .counter .statistics {
    width: calc(33.33% - 0.7rem);
  }
}/*# sourceMappingURL=block-counter-repeater.css.map */