.countdown-timer-header {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ccc;
}
.countdown-timer-body {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}

.countdown-timer-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 10px;
  min-width: 50px;
}
.countdown-timer-block .countdown-timer-border {
  border: 2px solid #b8ab6c;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ccc;
  font-weight: bold;
}
.countdown-timer-block .countdown-timer-desc {
  font-size: 10px;
  color: #b8ab6c;
}

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