.wcf--countdown {
  display: flex;
  gap: 40px;
}
.wcf--countdown .timer-content {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
  line-height: 1;
  gap: 10px;
  position: relative;
}
.wcf--countdown .timer-content:after {
  position: absolute;
  right: -20px;
  top: 16px;
  line-height: 0;
  font-size: 30px;
}
.wcf--countdown .timer-content:last-child:after {
  display: none;
}
.wcf--countdown .time-count {
  font-size: 30px;
}