.countdown-timer {
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

* + .countdown-timer {
  margin-left: 0.5rem;
}

.countdown-timer + * {
  margin-right: 0.5rem;
}
