a.ms_promocountdown-href {
  color: #000;
}

#ms_promocountdown {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 20px;
  justify-content: center;
  align-items: center;
  background-color: #e9ecef;
  padding: 7px 5px;
  font-size: clamp(0.7rem, 1vw, 1.2rem);
  margin: 5px 0;
  line-height: 1.2;
}
#ms_promocountdown b {
  font-weight: 600;
}
#ms_promocountdown .thin {
  font-weight: 200;
}
#ms_promocountdown .counter-code {
  display: flex;
}
#ms_promocountdown .countdown_block {
  display: flex;
  flex-direction: row;
  gap: 5px;
}
@media (max-width: 575.98px) {
  #ms_promocountdown .countdown_block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0;
  }
}
#ms_promocountdown .countdown-group {
  display: flex;
  flex-wrap: nowrap;
}
#ms_promocountdown .countdown-item {
  font-weight: 400;
}
#ms_promocountdown .countdown-item:not(:first-child) {
  width: 22px;
  text-align: center;
}
#ms_promocountdown .countdown-item:first-child {
  white-space: nowrap;
}