.countdown-banner-wrapper {
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, #B9BCFF 0%, #C8FF99 49.52%, #B9BCFF 100%);
}

@media only screen and (max-width: 780px) {
  .countdown-banner-wrapper {
    height: 40px;
    background: linear-gradient(90deg, #B9BDFE 0%, #C8FF99 56.73%, #B9BDFE 100%);
  }
}

.countdown-banner-wrapper .countdown-banner-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

@media only screen and (max-width: 780px) {
  .countdown-banner-wrapper .countdown-banner-container {
    gap: 6px;
  }
}

.countdown-banner-wrapper .countdown-banner-container .icon {
  width: 30px;
  height: 30px;
  background: #5649BB;
}

@media only screen and (max-width: 780px) {
  .countdown-banner-wrapper .countdown-banner-container .icon {
    width: 25px;
    height: 25px;
  }
}

.countdown-banner-wrapper .countdown-banner-container p {
  margin: 0;
  color: #5649BB;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media only screen and (max-width: 780px) {
  .countdown-banner-wrapper .countdown-banner-container p {
    font-size: 16px;
  }
}

.countdown-banner-wrapper .countdown-banner-container p strong {
  color: #5649BB;
  font-weight: 700;
}
