/* TamuBN v85.4.9 — Seller Fees typography refinement */
.pricing-explainer > article strong {
  font-size: clamp(26px, 2.2vw, 34px);
  line-height: 1.12;
  letter-spacing: -0.02em;
  margin: 12px 0 14px;
  max-width: 18ch;
}

@media (max-width: 800px) {
  .pricing-explainer > article strong {
    font-size: clamp(24px, 7vw, 28px);
    line-height: 1.15;
    max-width: 20ch;
  }
}
