@import url('./_color-schema.css');


.countdown-timer-content-container .countdown-timer-content-wrap .countdown-timer-title {}
.countdown-timer-content-container .countdown-timer-content-wrap .countdown-timer-body {}

/*
 * Countdown timer display
*/
#countdown-timer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
}
#countdown-timer .countdown-dynamic-wrap {
}
#countdown-timer .countdown-dynamic-wrap .countdown-dynamic {
}
#countdown-timer .countdown-dynamic-wrap .countdown-label {
}

.color-background-1 .timer-wrapper {}
.color-background-2 .timer-wrapper {}

.color-inverse .timer-wrapper .countdown-dynamic-wrap .countdown-dynamic,
.color-inverse .timer-wrapper .countdown-dynamic-wrap .countdown-label,
.color-accent-1 .timer-wrapper .countdown-dynamic-wrap .countdown-dynamic,
.color-accent-1 .timer-wrapper .countdown-dynamic-wrap .countdown-label,
.color-accent-2 .timer-wrapper .countdown-dynamic-wrap .countdown-dynamic,
.color-accent-2 .timer-wrapper .countdown-dynamic-wrap .countdown-label {
  color: #ffffff;
}
.color-accent-1 .timer-wrapper {}
.color-accent-2 .timer-wrapper {}


#countdown-timer .countdown-expired {
  width: 100%;
  text-align: center;
}