/* Shared app/website control geometry. Brand badges and decorative shapes keep their own shapes. */
:root { --loopelo-control-radius: 7px; }
button, input[type="submit"], input[type="button"], [role="button"],
a.rounded-full, a.rounded-lg, a.rounded-xl, .pm-button, .primary, .secondary, .danger, .social,
.footer-newsletter-cta, .abx-cta, .btn, .billing-button, .billing-text-link, .store-link, .more-card__phone, .cta-go, .handoff-open, .handoff-tool {
  border-radius: var(--loopelo-control-radius) !important;
}
button, [role="button"], .pm-button, .primary, .secondary, .social { touch-action: manipulation; }
@media (prefers-reduced-motion: reduce) {
  button, [role="button"], .pm-button, .primary, .secondary, .social { transition: none !important; }
}
/* Keep the requested white-on-green CTA treatment across the website. */
a.bg-primary, button.bg-primary, .pm-page .pm-button:not(.pm-button-outline), .handoff-open, .primary { color:#fff!important; }
