/* OFI Checkout Pro — Phase 1 runtime foundation.
   The visual redesign remains in Phase 2; this file centralizes safe runtime
   behavior without changing products, prices, layout, or checkout content. */
.ofi-cp-checkout,
.ofi-cp-thankyou-wrap,
.ofi-cp-checkout *,
.ofi-cp-checkout *::before,
.ofi-cp-checkout *::after,
.ofi-cp-thankyou-wrap *,
.ofi-cp-thankyou-wrap *::before,
.ofi-cp-thankyou-wrap *::after {
  box-sizing: border-box;
}

.ofi-cp-checkout [hidden],
.ofi-cp-thankyou-wrap [hidden] {
  display: none !important;
}

@media (prefers-reduced-motion: reduce) {
  .ofi-cp-checkout *,
  .ofi-cp-checkout *::before,
  .ofi-cp-checkout *::after,
  .ofi-cp-thankyou-wrap *,
  .ofi-cp-thankyou-wrap *::before,
  .ofi-cp-thankyou-wrap *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
