.field-error{color:#D6264D;font-size:.98rem;margin-top:.18rem;margin-left:0;display:flex;align-items:center;gap:.3em;width:100%;box-sizing:border-box}.warning-icon{font-size:1.1em;margin-right:.1em;vertical-align:middle}.checkout-container{background:#fff;border-radius:18px;box-shadow:0 4px 32px 0 rgba(0,0,0,.1);padding:2.5rem 2rem 2rem;margin:2.5rem auto 1.5rem;max-width:420px;display:flex;flex-direction:column;gap:1.2rem}.checkout-container h2{font-size:1.5rem;font-weight:700;margin-bottom:1.2rem;color:#D6264D;text-align:center}.checkout-container input{padding:.9rem 1rem;border:1.5px solid #e5e5e5;border-radius:10px;font-size:1.05rem;background:#faf9f6;outline:none;transition:border .2s,box-shadow .2s;width:100%;box-sizing:border-box;display:block}.checkout-container input:focus{border:1.5px solid #fc7f37;box-shadow:0 2px 8px 0 rgba(252,127,55,.08)}.checkout-container button{margin-top:.8rem;padding:1rem 0;background:linear-gradient(90deg,#D6264D,#FC7F37);color:#fff;font-size:1.15rem;font-weight:600;border:none;border-radius:12px;cursor:pointer;box-shadow:0 2px 8px 0 rgba(252,127,55,.08);transition:background .2s,box-shadow .2s,transform .1s}@media (max-width:600px){.checkout-container{padding:1.2rem .5rem 1.5rem;max-width:98vw}.checkout-container h2{font-size:1.15rem}}