.dnetor-counter .dnetor-counter-number-wrapper {
  font-size: 48px;
  font-weight: 600;
  color: var(--e-global-color-accent);
}
.dnetor-counter .dnetor-counter-prefix,
.dnetor-counter .dnetor-counter-suffix {
  flex-grow: 1;
  white-space: pre-wrap;
}
.dnetor-counter .dnetor-counter-prefix {
  text-align: right;
}
.dnetor-counter .dnetor-counter-suffix {
  text-align: left;
}
.dnetor-counter .dnetor-counter-title {
  font-size: 18px;
  font-weight: 500;
}
.dnetor-counter.dnetor-counter-layout_02 {
  position: relative;
}
.dnetor-counter.dnetor-counter-layout_02 .dnetor-counter-number-wrapper {
  text-align: center;
}
.dnetor-counter.dnetor-counter-layout_02 .dnetor-counter-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*# sourceMappingURL=counter.css.map */
