.ilfad-booking-promo {
  margin: 18px 0;
  padding: 16px 18px;
  border: 1px solid #a7d8df;
  border-radius: 14px;
  background: linear-gradient(180deg, #f3fbfc 0%, #ffffff 100%);
  color: #0a3553;
  box-shadow: 0 5px 16px rgba(7, 51, 73, .07);
}

.ilfad-promo-badge {
  display: inline-block;
  margin-bottom: 7px;
  padding: 4px 9px;
  border-radius: 999px;
  background: #1097a5;
  color: #fff;
  font-size: .72rem;
  font-weight: 800;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.ilfad-promo-title {
  font-size: 1.08rem;
  font-weight: 800;
  line-height: 1.25;
}

.ilfad-promo-text {
  margin-top: 4px;
  color: #405b6c;
  font-size: .92rem;
  line-height: 1.45;
}

.ilfad-booking-promo.is-qualified {
  border-color: #86d7a6;
  background: linear-gradient(180deg, #eefbf3 0%, #ffffff 100%);
}

.ilfad-booking-promo.is-qualified .ilfad-promo-badge {
  background: #1a9c52;
}

.ilfad-booking-promo.is-qualified .ilfad-promo-title {
  color: #176b37;
}

.ilfad-promo-progress {
  margin-top: 11px;
}

.ilfad-promo-progress-bar {
  height: 7px;
  overflow: hidden;
  border-radius: 999px;
  background: #dfe9ec;
}

.ilfad-promo-progress-bar span {
  display: block;
  height: 100%;
  width: 0;
  border-radius: inherit;
  background: #1097a5;
  transition: width .2s ease;
}


.ilfad-return-time-note {
  margin: 8px 0 14px;
  color: #526b7b;
  font-size: .84rem;
  line-height: 1.4;
}
