.promotion-alert-shell {
  margin: 0 0 1.5rem;
}

.promotion-alert-card {
  border: 0;
  border-radius: 1rem;
  color: #fff;
}

.promotion-alert-card.is-offer {
  background:
    radial-gradient(
      circle at 54% 15%,
      rgba(244, 209, 72, 0.26) 0 2px,
      transparent 3px
    ),
    radial-gradient(
      circle at 49% 84%,
      rgba(244, 209, 72, 0.24) 0 2px,
      transparent 3px
    ),
    linear-gradient(105deg, #050b22 0%, #081a3d 45%, #0a3167 100%);
  border-radius: 16px;
  box-shadow: 0 12px 24px rgba(5, 11, 34, 0.2);
  overflow: hidden;
  position: relative;
}

.promotion-alert-card.is-offer::before,
.promotion-alert-card.is-offer::after {
  color: rgba(243, 203, 66, 0.45);
  content: '✦';
  font-size: 11px;
  line-height: 1;
  position: absolute;
}

.promotion-alert-card.is-offer::before {
  right: 46%;
  top: 22px;
}

.promotion-alert-card.is-offer::after {
  right: 40%;
  top: 17px;
}

.promotion-alert-offer-body {
  padding: 32px 54px 31px 34px;
  position: relative;
  z-index: 1;
}

.promotion-alert-offer-layout {
  align-items: center;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(360px, 1fr) auto auto;
}

.promotion-alert-card.is-offer .promotion-alert-content {
  align-items: center;
  display: flex;
  gap: 24px;
  min-width: 0;
}

.promotion-alert-card.is-offer .promotion-alert-copy {
  min-width: 0;
}

.promotion-alert-card.is-scheduled {
  background: #eaf6ff;
  border: 1px solid #9ed7ff;
  border-radius: 16px;
  box-shadow: none;
  color: #0d6aa8;
}

.promotion-alert-card.is-scheduled .card-body {
  padding: 18px 20px !important;
}

.promotion-alert-card.is-scheduled .promotion-alert-content {
  gap: 14px !important;
}

.promotion-alert-icon {
  align-items: center;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  display: inline-flex;
  font-size: 1.25rem;
  height: 3rem;
  justify-content: center;
  width: 3rem;
}

.promotion-alert-card.is-offer .promotion-alert-icon {
  background: rgba(128, 96, 0, 0.22);
  border: 1px solid rgba(183, 138, 11, 0.92);
  box-shadow: inset 0 0 0 1px rgba(245, 188, 19, 0.12);
  color: #ffdc2d;
  flex: 0 0 58px;
  font-size: 25px;
  height: 58px;
  width: 58px;
}

.promotion-alert-card.is-scheduled .promotion-alert-icon {
  background: #d8efff;
  border: 1px solid #a6dfff;
  border-radius: 10px;
  color: #168eea;
  font-size: 16px;
  height: 36px;
  width: 36px;
}

.promotion-alert-title {
  color: inherit;
  font-size: 1.2rem;
  font-weight: 700;
}

.promotion-alert-card.is-offer .promotion-alert-title {
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 28px;
  margin: 0 0 2px;
}

.promotion-alert-description {
  color: inherit;
  margin-bottom: 0;
  opacity: 0.9;
}

.promotion-alert-card.is-offer .promotion-alert-description,
.promotion-alert-card.is-offer .promotion-alert-close-label {
  color: #a7b7d6;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
  opacity: 1;
}

.promotion-alert-card.is-offer .promotion-alert-close-label {
  color: #92a6ca;
}

.promotion-alert-card.is-scheduled .promotion-alert-description {
  color: #0071bc;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  opacity: 1;
}

.promotion-alert-card.is-scheduled .promotion-alert-title {
  color: #0d5f96;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 2px !important;
}

.promotion-alert-dismiss.btn-close {
  filter: invert(1);
}

.promotion-alert-card.is-scheduled .promotion-alert-dismiss.btn-close {
  filter: none;
}

.promotion-alert-countdown {
  align-items: flex-start;
  display: flex;
  gap: 10px;
  justify-content: center;
}

.promotion-alert-countdown-item {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.promotion-alert-countdown-value {
  align-items: center;
  background: rgba(68, 83, 124, 0.56);
  border-radius: 11px;
  color: #fff;
  display: inline-flex;
  font-size: 23px;
  font-weight: 700;
  height: 56px;
  justify-content: center;
  letter-spacing: -0.02em;
  line-height: 1;
  min-width: 58px;
  padding: 0 12px;
}

.promotion-alert-countdown-label {
  color: #6f84ad;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.promotion-alert-cta.btn {
  align-items: center;
  background: #7acdb4;
  border: 0;
  border-radius: 4px;
  color: #050b22;
  display: inline-flex;
  font-size: 16px;
  font-weight: 700;
  gap: 20px;
  height: 48px;
  justify-content: center;
  line-height: 24px;
  min-width: 184px;
  padding: 12px 23px;
  white-space: nowrap;
}

.promotion-alert-cta.btn:hover,
.promotion-alert-cta.btn:focus {
  background: #67c4aa;
  color: #050b22;
}

@media (max-width: 991.98px) {
  .promotion-alert-offer-body {
    padding: 26px 24px;
  }

  .promotion-alert-offer-layout {
    grid-template-columns: 1fr;
  }

  .promotion-alert-countdown {
    justify-content: flex-start;
  }

  .promotion-alert-cta.btn {
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  .promotion-alert-card.is-offer .promotion-alert-content {
    align-items: flex-start;
    gap: 16px;
  }

  .promotion-alert-card.is-offer .promotion-alert-icon {
    flex-basis: 46px;
    font-size: 20px;
    height: 46px;
    width: 46px;
  }

  .promotion-alert-card.is-offer .promotion-alert-title {
    font-size: 18px;
    line-height: 24px;
  }

  .promotion-alert-countdown {
    justify-content: space-between;
  }

  .promotion-alert-countdown-item {
    flex: 1 1 0;
  }

  .promotion-alert-countdown-value {
    font-size: 20px;
    min-width: 0;
    width: 100%;
  }
}
