/* Counter Fix - Ensure timer and operator display inline */
.counter-1 .fun-fact .counter {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-wrap: nowrap !important;
  gap: 0 !important;
  white-space: nowrap !important;
}

.counter-1 .fun-fact .counter .timer {
  display: inline-block !important;
  line-height: 1 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.counter-1 .fun-fact .counter .operator {
  display: inline-block !important;
  line-height: 1 !important;
  margin-left: 0 !important;
  padding: 0 !important;
  vertical-align: baseline !important;
}

