.promo-top-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 46px;
  background: url('/php-includes/promo-banner/img/bg.png') center/cover no-repeat, linear-gradient(90deg, #4757f1 0%, #9a2efc 100%);
  color: #ffffff;
  font-family: 'Source Han Sans CN VF', sans-serif;
  position: relative;
  z-index: 1001;
}
.promo-top-banner-inner {
  display: flex;
  align-items: center;
  gap: 6px;
}
.promo-banner-icon1 {
  height: 36px;
  width: auto;
}
.promo-banner-icon2 {
  height: 18px;
  width: auto;
}
.promo-banner-countdown {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: 6px;
}
.countdown-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
}
.countdown-item em {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 26px;
  height: 30px;
  padding: 0 4px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.2);
  font-style: normal;
  font-size: 14px;
  font-weight: 613;
  color: #ffffff;
}
.promo-top-banner {
  text-decoration: none;
  cursor: pointer;
}
.promo-top-banner-close {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  cursor: pointer;
  padding: 4px;
  line-height: 1;
}
.promo-top-banner-close:hover {
  color: #ffffff;
}

@media (max-width: 650px) {
  .promo-top-banner {
    padding: 0 32px;
  }
  .promo-banner-icon1 {
    height: 24px;
  }
  .promo-banner-icon2 {
    height: 14px;
    display: none;
  }
  .countdown-item em {
    min-width: 22px;
    height: 24px;
    font-size: 12px;
  }
  .countdown-item {
    font-size: 11px;
  }
  .promo-top-banner-close {
    right: 8px;
  }
}

@media (max-width: 400px) {
  .promo-top-banner {
    height: 40px;
    padding: 0 24px;
  }
  .promo-top-banner-inner {
    gap: 4px;
  }
  .promo-banner-icon1 {
    height: 18px;
  }
  .promo-banner-countdown {
    gap: 4px;
    margin-left: 2px;
  }
  .countdown-item {
    gap: 2px;
    font-size: 10px;
  }
  .countdown-item em {
    min-width: 18px;
    height: 20px;
    font-size: 11px;
    padding: 0 2px;
  }
  .promo-top-banner-close {
    right: 12px;
    font-size: 14px;
    padding: 2px;
  }
}
