.ez_cdtm-countdown {
    font-size: 18px;
    font-weight: bold;
    color: #333;
     background-color: transparent;
    padding: 10px;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    margin-top: 10px;
    width: auto; 
    display: flex;
    width: fit-content;
    flex-wrap: wrap;
    padding: 0px;
}

.ez_cdtm-countdown span {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

body .ez_cdtm-countdown span b {
  font-size: 12px !important;
  font-weight: 400;
  text-transform: uppercase;
}

/*---------------------------------------------------*/
.ezblnd_cdtm-countdown-wrapper{
  display: grid;
}

.ezblnd_cdtm-countdown-wrapper > div {
  position: relative;
  width: fit-content;
  height: fit-content;
  padding: 0;
  margin: 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  z-index: 30;
}

#countdownCanvas-123 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.ezblnd-textDiv_Days, .textDiv_Hours, .textDiv_Minutes, .textDiv_Seconds {
    text-align: center;
    color: var(--text-color, black); /* Fallback color */
}

.ez_cdtm-count-cont {
  display: flex;
  position: absolute;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}

.ez_cdtm-count-cont > div {
  width: 190px;
  margin: 0px 5px;
}

.ez_cdtm-count-cont > div h4 {
  margin: 0px !important;
  font-size: 16px;
}

.ezblnd_cdtm-countdown-wrapper canvas {
  width: 100% !important;
  height: 100%;
}

@media screen and (max-width: 900px) {
  .ez_cdtm-count-cont > div h4 {
    font-size: 14px;
  }

  .ez_cdtm-count-cont span {
    font-size: 30px !important;
  }
}

@media screen and (max-width: 800px) {
  .ez_cdtm-count-cont > div h4 {
    font-size: 12px;
  }

  .ez_cdtm-count-cont span {
    font-size: 25px !important;
  }
}

@media screen and (max-width: 450px) {
  .ez_cdtm-count-cont > div h4 {
    font-size: 10px;
  }

  .ez_cdtm-count-cont span {
    font-size: 17px !important;
  }
}

@media screen and (max-width: 320px) {
  .ez_cdtm-count-cont > div h4 {
    font-size: 8px;
  }

  .ez_cdtm-count-cont span {
    font-size: 14px !important;
  }
}

@media screen and (max-width: 240px) {
  .ez_cdtm-count-cont > div h4 {
    font-size: 5px;
  }

  .ez_cdtm-count-cont span {
    font-size: 10px !important;
  }
}