.cp-checkout-module .cp-checkout__empty,.cp-checkout-module .cp-checkout__loading{padding:40px 0;text-align:center}.cp-checkout-module .cp-checkout{align-items:start;display:grid;gap:32px;grid-template-columns:minmax(0,2fr) minmax(260px,1fr)}@media (max-width:720px){.cp-checkout-module .cp-checkout{grid-template-columns:1fr}}.cp-checkout-module .cp-checkout__heading{margin-bottom:12px}.cp-checkout-module .cp-checkout__fields{display:grid;gap:12px;grid-template-columns:1fr 1fr}.cp-checkout-module .cp-checkout__fields input{border:1px solid #ccc;border-radius:6px;padding:10px 12px;width:100%}.cp-checkout-module .cp-checkout__card{margin:20px 0}.cp-checkout-module .cp-checkout__card-el{background:#fff;border:1px solid #ccc;border-radius:6px;padding:12px}.cp-checkout-module .cp-checkout__terms{align-items:flex-start;display:flex;gap:8px;margin:16px 0}.cp-checkout-module .cp-checkout__error{color:#c62828;margin:10px 0}.cp-checkout-module .cp-checkout__submit{background:#1a1a1a;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;padding:12px 20px}.cp-checkout-module .cp-checkout__submit:disabled{cursor:not-allowed;opacity:.6}.cp-checkout-module .cp-checkout__summary{border:1px solid #eee;border-radius:10px;display:flex;flex-direction:column;gap:10px;padding:18px}.cp-checkout-module .cp-checkout__summary-row{display:flex;gap:12px;justify-content:space-between}.cp-checkout-module .cp-checkout__summary-row--total{border-top:1px solid #eee;font-weight:700;padding-top:10px}.cp-checkout-module .cp-checkout__edit{color:#1a1a1a;text-decoration:underline}