/* A compact, single-page checkout. Paddle owns all card/payment fields. */
body.account-dynamic { background: #fff; color: #202a26; }
.account-dynamic .site-header { display: none; }
.account-dynamic .account-shell { width: 100%; max-width: none; margin: 0; padding: 0; }
.inline-checkout { display: grid; grid-template-columns: 1fr 1fr; min-height: 100vh; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.5; font-size: 15px; }
.inline-checkout h1, .inline-checkout h2 { font-family: inherit; letter-spacing: -.025em; color: #172b23; }
.inline-checkout h1 { font-size: 27px; margin: 4px 0 12px; line-height: 1.25; }
.inline-checkout h2 { font-size: 20px; margin: 0 0 10px; }
.checkout-summary { padding: 54px max(32px, calc((100vw - 1050px) / 2)) 40px; padding-right: 64px; background: #f5f7f6; border-right: 1px solid #e4e9e6; }
.checkout-details { width: 100%; max-width: 560px; padding: 58px 48px 36px; }
.checkout-back { color: #52655a; font-size: 14px; text-decoration: none; display: inline-block; margin-bottom: 45px; }
.checkout-test { display: block; width: fit-content; padding: 3px 8px; background: #fae8b6; border-radius: 5px; color: #7b581a; font-size: 12px; font-weight: 600; margin-bottom: 24px; }
.checkout-kicker { color: #52655a; margin: 0; font-size: 14px; }
.checkout-price { display: flex; align-items: baseline; gap: 10px; margin: 0 0 14px; }
.checkout-price strong { font-size: 42px; letter-spacing: -.04em; font-weight: 650; }
.checkout-price span, .checkout-small, .checkout-summary-note { color: #66746c; }
.checkout-small { font-size: 13px; margin: 10px 0 20px; }
.checkout-summary-note { font-size: 14px; margin-bottom: 28px; }
.checkout-currency-label { display: block; font-size: 13px; font-weight: 600; margin-bottom: 6px; }
.inline-checkout select, .checkout-buyer input { border: 1px solid #ccd4cf; border-radius: 7px; box-shadow: 0 1px 2px #15291e08; background: white; color: #202a26; font: inherit; padding: 11px 12px; width: 100%; min-height: 44px; }
.inline-checkout select { max-width: 270px; cursor: pointer; }
.inline-checkout :is(input,select,button,a):focus-visible { outline: 3px solid #6a9b86; outline-offset: 3px; }
.checkout-totals { margin: 28px 0 18px; font-size: 14px; }
.checkout-totals div { display: flex; justify-content: space-between; gap: 16px; padding: 9px 0; }
.checkout-totals dd { margin: 0; text-align: right; }
.checkout-total { border-top: 1px solid #dce3df; font-weight: 650; margin-top: 10px; padding-top: 18px !important; }
.inline-checkout a { color: #365c4a; }
.checkout-buyer { display: grid; gap: 7px; margin-top: 26px; }
.checkout-buyer label { font-size: 13px; font-weight: 600; margin-top: 8px; }
.checkout-buyer input { margin-bottom: 8px; }
.checkout-prepare { border: 0; border-radius: 7px; background: #173e32; color: #fff; min-height: 44px; font: inherit; font-weight: 600; cursor: pointer; margin-top: 8px; }
.checkout-buyer-confirmed { display: flex; align-items: start; justify-content: space-between; gap: 16px; border: 1px solid #dce3df; padding: 12px; border-radius: 7px; font-size: 14px; overflow-wrap: anywhere; margin: 24px 0; }
.checkout-buyer-confirmed button { flex-shrink: 0; white-space: nowrap; border: 0; background: transparent; color: #365c4a; text-decoration: underline; cursor: pointer; font: inherit; }
.checkout-payment-heading { margin-top: 28px !important; }
.checkout-payment-status { color: #66746c; font-size: 14px; }
.checkout-payment-status:empty { display: none; }
.panscout-payment-frame { min-width: 286px; }
.inline-checkout [hidden] { display: none !important; }
.inline-checkout :disabled { opacity: .6; cursor: wait; }
@media (max-width: 760px) {
  .inline-checkout { grid-template-columns: 1fr; }
  .checkout-summary { padding: 24px; border-right: 0; border-bottom: 1px solid #e4e9e6; }
  .checkout-details { padding: 28px 24px; max-width: none; }
  .checkout-back { margin-bottom: 20px; }
  .checkout-test { margin-bottom: 16px; }
  .checkout-price strong { font-size: 36px; }
}
@media (max-width: 360px) { .checkout-details, .checkout-summary { padding-left: 16px; padding-right: 16px; } }
