/* Single-plan pricing block on /plans and /clearedge-platform.
   Replaced Webflow's three tiers (Starter / Advanced / Elite); builds on the
   .pricing-item.is-advance styles from the Webflow stylesheet. */

.pricing-single {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 1.5em;
}

.pricing-item.is-single {
  width: 100%;
  max-width: 31.5em;
  min-height: 0;
}

.pricing-item.is-single .pricing-item-head {
  height: auto;
}

.price-was {
  color: var(--_color---white--60);
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1em;
  padding-bottom: 0.2em;
}

.price-was s {
  text-decoration-thickness: 2px;
}

.price-lock {
  display: flex;
  gap: 0.75em;
  align-items: flex-start;
  padding: 1em;
  border: 1px solid #af986566;
  border-radius: 0.625em;
  background-color: #deb8871a;
  color: var(--_color---white--100);
}

.price-lock-icon {
  flex: none;
  width: 1.25em;
  height: 1.25em;
  margin-top: 0.125em;
  color: #deb887;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
