.mwd-pricing-promo-host{
  display:flex;
  justify-content:center;
  margin:0 auto 1.15rem;
  max-width:min(100%,42rem);
  padding:0 .35rem;
}
.mwd-pricing-promo{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:.85rem 1.1rem;
  width:100%;
  padding:.85rem 1rem;
  border-radius:14px;
  border:1px solid rgba(92,16,16,.22);
  background:linear-gradient(135deg,rgba(92,16,16,.08) 0%,rgba(42,69,57,.1) 55%,rgba(255,248,239,.95) 100%);
  box-shadow:0 10px 28px rgba(42,36,32,.08);
}
.mwd-pricing-promo__badge{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  min-width:5.5rem;
  padding:.55rem .72rem;
  border-radius:999px;
  background:linear-gradient(145deg,#7a1f1f 0%,#5c1010 100%);
  color:#fff8ef;
  text-align:center;
  box-shadow:0 3px 0 rgba(42,36,32,.18);
}
.mwd-pricing-promo__badge-pct{
  display:block;
  font-size:1.05rem;
  font-weight:800;
  letter-spacing:.04em;
  line-height:1.1;
  text-transform:uppercase;
}
.mwd-pricing-promo__badge-label{
  display:block;
  margin-top:.18rem;
  font-size:.62rem;
  font-weight:700;
  letter-spacing:.08em;
  line-height:1.25;
  text-transform:uppercase;
  opacity:.92;
}
.mwd-pricing-promo__prices{
  display:flex;
  flex-wrap:wrap;
  align-items:baseline;
  gap:.35rem .55rem;
  min-width:0;
}
.mwd-pricing-promo__was{
  font-size:.92rem;
  color:#6b5d4f;
  text-decoration:line-through;
  text-decoration-thickness:1px;
}
.mwd-pricing-promo__now{
  font-family:"Cormorant Garamond",Georgia,"Times New Roman",serif;
  font-size:2.15rem;
  font-weight:700;
  line-height:1;
  color:#5c1010;
}
.mwd-pricing-promo__note{
  font-size:.82rem;
  font-weight:600;
  letter-spacing:.04em;
  text-transform:uppercase;
  color:#2a4539;
}
.mwd-pricing-promo--simple .mwd-pricing-promo__now{
  font-size:1.85rem;
}
@media (max-width:520px){
  .mwd-pricing-promo{
    flex-direction:column;
    align-items:stretch;
    text-align:center;
  }
  .mwd-pricing-promo__badge{
    align-self:center;
  }
  .mwd-pricing-promo__prices{
    justify-content:center;
  }
}
.mwd-pricing-promo-host--hero,
.hero-split__price.mwd-pricing-promo-host{
  display:block;
  justify-content:flex-start;
  margin:0 0 .85rem;
  max-width:none;
  padding:0;
}
.mwd-hero-price__label,
.hero-split__price .mwd-hero-price__label{
  display:block;
  margin:0 0 .35rem;
  font-size:.72rem;
  font-weight:700;
  letter-spacing:.08em;
  line-height:1.35;
  text-transform:uppercase;
  color:#5c1010;
}
.mwd-hero-price__line,
.hero-split__price .mwd-hero-price__line{
  display:block;
}
.mwd-hero-price__amount,
.hero-split__price .mwd-hero-price__amount{
  font-family:"Cormorant Garamond",Georgia,"Times New Roman",serif;
  font-size:1.65rem;
  font-weight:700;
  line-height:1.1;
  color:#5c1010;
}
.mwd-hero-price__was,
.hero-split__price .mwd-hero-price__was{
  font-size:.88rem;
  color:#6b5d4f;
  text-decoration:line-through;
  text-decoration-thickness:1px;
}
.mwd-hero-price__note,
.hero-split__price .mwd-hero-price__note{
  display:block;
  margin-top:.28rem;
  font-size:.72rem;
  font-weight:600;
  letter-spacing:.06em;
  text-transform:uppercase;
  color:#2a4539;
}
