.edc-countdown {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: inherit;
}

.edc-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 52px;
}

.edc-value {
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}

.edc-label {
  margin-top: 6px;
  font-size: 12px;
  opacity: 0.75;
}

.edc-separator {
  font-size: 24px;
  font-weight: 600;
}

.edc-hide-labels .edc-label {
  display: none;
}
