@media (max-width: 760px) {
  body :where(p, span, small, strong, b, em, a, button, label, input, select, textarea, output, summary, li, td, th) {
    font-size: 16px !important;
    line-height: 1.3;
  }

  body input::placeholder,
  body textarea::placeholder,
  body .purchase-options button::after {
    font-size: 16px !important;
  }

  body :where(button, input, select, textarea) {
    min-height: 44px;
  }

  body :where(.purchase-options button, .context-winner-card, .winner-card, .summary-card, .number-card) {
    overflow-wrap: anywhere;
  }

  body .campaign-experience .hero-subtitle,
  body .campaign-experience .hero-metrics small,
  body .campaign-experience .hero-metrics strong,
  body .campaign-experience .purchase-options button.featured::after {
    font-size: 12px !important;
  }

  /* Mantém o selo completo dentro do card de cotas no Android e iOS. */
  body .campaign-experience .purchase-options button.featured > .purchase-featured-badge {
    padding-inline: 4px;
    overflow: hidden;
    font-size: 11px !important;
    line-height: 1 !important;
    letter-spacing: -0.02em;
    text-overflow: clip;
    white-space: nowrap;
  }
}
