/*
 * R3 interaction clarity
 * Rounded capsules are reserved for real links and buttons. Passive text uses
 * editorial rules, checklist marks, squared flags, and captions instead.
 */

/* Plain editorial labels. */
html body .eyebrow,
html body .service-kicker,
html body .home-package-card .package-kicker,
html body .complete-badge,
html body .social-plan-kicker,
html body .revamp-card-kicker {
  position: relative !important;
  display: block !important;
  width: fit-content !important;
  max-width: 100% !important;
  padding: .08rem 0 .08rem .72rem !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body .eyebrow::before,
html body .service-kicker::before,
html body .home-package-card .package-kicker::before,
html body .complete-badge::before,
html body .social-plan-kicker::before,
html body .revamp-card-kicker::before {
  content: "" !important;
  position: absolute !important;
  inset: .08rem auto .08rem 0 !important;
  width: 3px !important;
  height: auto !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: currentColor !important;
  box-shadow: none !important;
}

html body .eyebrow::after,
html body .service-kicker::after,
html body .home-package-card .package-kicker::after,
html body .complete-badge::after,
html body .social-plan-kicker::after,
html body .revamp-card-kicker::after {
  display: none !important;
}

html body .home-package-card.complete .package-kicker {
  color: #fff !important;
}

html body .revamp-price-card.partner-card .revamp-card-kicker {
  color: #bcefe9 !important;
}

/* Trust claims read as a checklist, not a row of controls. */
html body .trust-pills span,
html body .home-trust-row span,
html body .revamp-trust-row span,
html body .sample-offer-points span {
  display: inline-flex !important;
  align-items: center !important;
  gap: .42rem !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
}

html body .trust-pills span::before,
html body .home-trust-row span::before,
html body .revamp-trust-row span::before,
html body .sample-offer-points span::before {
  content: "\2713" !important;
  display: inline !important;
  width: auto !important;
  height: auto !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--aqua) !important;
  font-size: .88em !important;
  line-height: 1 !important;
}

/* Compact benefits become a clean inline checklist. */
html body .package-highlights span {
  display: inline-flex !important;
  align-items: baseline !important;
  gap: .34rem !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
}

html body .package-highlights span::before {
  content: "\2713";
  color: var(--aqua);
  font-weight: 1000;
}

/* Labels that need to stay attached to a card become squared flags. */
html body .ribbon,
html body .premium-ribbon,
html body .home-package-badge,
html body .included-badge,
html body .social-plan-card > em,
html body .blog-plan-card > em,
html body .builder-package-card > em,
html body .support-choice > em,
html body .billing-term-card > em,
html body .prepay-public-grid article > span,
html body .receipt-status {
  border-radius: 2px !important;
  box-shadow: none !important;
}

/* Small text within selectable cards is information, not another control. */
html body .builder-package-card > span:not(.old-price):not(.sale-price),
html body .support-choice > span,
html body .builder-package-card .package-price,
html body .revamp-choice-card > span {
  display: block !important;
  width: fit-content !important;
  max-width: 100% !important;
  padding: .08rem 0 .08rem .62rem !important;
  border: 0 !important;
  border-left: 2px solid currentColor !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

/* Process labels use typographic rules rather than chips. */
html body .process-card small,
html body .revamp-process-grid article > span {
  display: block !important;
  width: fit-content !important;
  padding: 0 0 .3rem !important;
  border: 0 !important;
  border-bottom: 2px solid currentColor !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body .revamp-process-grid article > span {
  color: #bcefe9 !important;
}

/* Promotional lead-in reads as emphasized copy within its banner. */
html body .sitewide-promo b {
  display: inline !important;
  padding: 0 0 .16rem !important;
  border: 0 !important;
  border-bottom: 2px solid var(--aqua) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

/* Remove inherited rounding from plain headings and table headers. */
html body h3.reveal-item,
html body .comparison-table th {
  border-radius: 0 !important;
}

/* An image disclosure is a caption, not a floating pill button. */
html body .revamp-image-disclosure {
  padding: 7px 10px !important;
  border: 0 !important;
  border-left: 3px solid #76d7cf !important;
  border-radius: 2px !important;
  background: rgba(34, 19, 56, .92) !important;
  box-shadow: none !important;
}

@media (max-width: 760px) {
  html body .ribbon,
  html body .premium-ribbon {
    position: static !important;
    width: fit-content !important;
  }
}
