.pricing-grid h3 del {
  color: #8a928d;
  font-size: .55em;
  font-weight: 700;
  letter-spacing: -.4px;
  margin-right: 7px;
}

.pricing-promo {
  background: #eff8d5;
  border: 1px solid #cfe684;
  border-radius: 16px;
  color: #344312;
  display: grid;
  gap: 5px;
  margin: 24px auto 16px;
  max-width: 898px;
  padding: 18px 22px;
  text-align: center;
}

.pricing-promo strong {
  font-size: 15px;
}

.pricing-promo span {
  font-size: 12px;
  line-height: 1.55;
}

.pricing-shared-cta {
  display: flex;
  margin: 0 auto;
  width: fit-content;
}

.sidebar-foot > div:nth-child(2) {
  flex: 1;
  min-width: 0;
}

.sidebar-foot > div:nth-child(2) strong,
.sidebar-foot > div:nth-child(2) span {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sidebar-foot .icon-button {
  margin-left: 0;
}

.settings-content,
.subscription-stack,
.plan-grid,
.plan-grid article {
  min-width: 0;
}

.plan-grid h3 small,
.coupon-form small,
.coupon-form .field-hint {
  overflow-wrap: anywhere;
  white-space: normal;
}

@media (min-width: 761px) and (max-width: 1080px) {
  .plan-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .pricing-promo {
    margin-top: 18px;
    padding: 16px;
  }

  .pricing-shared-cta {
    justify-content: center;
    width: 100%;
  }
}
