/* Instant rial / euro toggle on sales landings */
.ht-currency-toggle-wrap {
  display: flex;
  justify-content: center;
  margin: 0 0 1.1rem;
}

.ht-currency-toggle {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  padding: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 22px -14px rgba(0, 0, 0, 0.35);
}

.ht-currency-toggle button {
  margin: 0;
  padding: 7px 14px;
  border: none;
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
  font: inherit;
  font-size: 0.8rem;
  font-weight: 700;
  color: #5c574e;
  line-height: 1.2;
}

.ht-currency-toggle button.is-active {
  background: #c9a24a;
  color: #1a1408;
}

.ht-currency-toggle button:focus-visible {
  outline: 2px solid #2ba6fe;
  outline-offset: 2px;
}

.ht-currency-toggle.is-busy {
  pointer-events: none;
  opacity: 0.72;
}

.ht-currency-toggle--cc {
  background: var(--cc-surface, #1c1b19);
  border-color: var(--cc-border, rgba(255, 255, 255, 0.14));
  box-shadow: none;
}

.ht-currency-toggle--cc button {
  color: var(--cc-text-dim, #b9b3a8);
}

.ht-currency-toggle--cc button.is-active {
  background: var(--cc-accent, #0c7361);
  color: #fff;
}

.ht-price-equiv {
  font-size: 0.85rem;
  margin: 0 0 1rem;
  text-align: center;
  opacity: 0.78;
}

.ht-price-equiv strong {
  font-weight: 800;
}

.sc-price-currency-pre,
.fb-price-currency-pre,
.cc-plan-price-pre {
  font-weight: 800;
  font-size: 1.35rem;
}

.sc-price-card--featured .sc-price-currency-pre,
.fb-price-card--featured .fb-price-currency-pre {
  color: #f5d796;
}

.dr-price-equiv,
.pc-price-equiv,
.ss-price-equiv,
.pr-price-equiv {
  color: rgba(255, 255, 255, 0.62);
  text-align: center;
  margin: 0 0 0.75rem;
}

.pc-price-tier--paid .ht-price-equiv,
.ss-price-tier--paid .ht-price-equiv,
.pr-price-tier--paid .ht-price-equiv {
  text-align: start;
  margin: 0 0 0.55rem;
}
