@charset "utf-8";

.is-countdown {
  line-height: 1.1;
  display: flex;
  justify-content: space-around;
  text-align: center;
  margin: 0 20px;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.countdown-row {
  display: flex;
  justify-content: space-around;
  gap: 0 15px;
}
.countdown-amount {
  font-size: clamp(18px,3.125vw,24px);
  display: flex;
  font-weight: bold;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #FFF;
  color: #683290;
  width: clamp(32px,5.2vw,40px);
  height: clamp(32px,5.2vw,40px);
  border-radius: 30px;
}
.countdown-period {
  display: none;
}
.countdown_title {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 220px;
  width: 100%;
  box-sizing: border-box;
  margin: auto;
  padding: 0.5em 2em;
  box-sizing: border-box;
  color: #FFF;
  background: #683290;
}
.countdown_title h2 {
  font-size: clamp(16px,2.6vw,20px);
  font-weight: bold;
  white-space: nowrap;
  height: auto;
}
.countdown_title .day {
  font-size: clamp(16px,2.6vw,20px);
  font-weight: bold;
}
