.wc-express-checkout-modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:999999;display:none}.wc-express-checkout-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.7);cursor:pointer}.wc-express-checkout-container{position:relative;max-width:600px;width:90%;max-height:90vh;margin:5vh auto;background:#fff;border-radius:8px;box-shadow:0 10px 30px rgba(0,0,0,.3);overflow:hidden;animation:modalSlideIn .3s ease-out}@keyframes modalSlideIn{from{opacity:0;transform:translateY(-50px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}.wc-express-checkout-header{display:flex;justify-content:space-between;align-items:center;padding:20px;background:#f8f9fa;border-bottom:1px solid #dee2e6}.wc-express-checkout-title{margin:0;font-size:20px;font-weight:600;color:#333}.wc-express-checkout-close{background:none;border:none;font-size:24px;cursor:pointer;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s}.wc-express-checkout-close:hover{background:rgba(0,0,0,.1)}.wc-express-checkout-content{padding:20px;max-height:calc(90vh - 80px);overflow-y:auto}.wc-express-checkout-loading{text-align:center;padding:40px 20px}.wc-express-checkout-loading p{margin:0;font-size:16px;color:#666}.wc-express-checkout-form{max-width:100%}.wc-express-checkout-step{display:none}.wc-express-checkout-step.active{display:block}.wc-express-checkout-step h4{margin:0 0 20px 0;font-size:18px;font-weight:600;color:#333;border-bottom:2px solid #007cba;padding-bottom:10px}.wc-express-checkout-field{margin-bottom:20px}.wc-express-checkout-field label{display:block;margin-bottom:5px;font-weight:500;color:#333}.wc-express-checkout-field .required{color:#e74c3c}.wc-express-checkout-field input,.wc-express-checkout-field select,.wc-express-checkout-field textarea{width:100%;padding:12px;border:1px solid #ddd;border-radius:4px;font-size:14px;transition:border-color .2s,box-shadow .2s;box-sizing:border-box}.wc-express-checkout-field input:focus,.wc-express-checkout-field select:focus,.wc-express-checkout-field textarea:focus{outline:none;border-color:#007cba;box-shadow:0 0 0 2px rgba(0,124,186,.2)}.wc-express-checkout-field input.error,.wc-express-checkout-field select.error{border-color:#e74c3c;box-shadow:0 0 0 2px rgba(231,76,60,.2)}.wc-express-checkout-summary{background:#f8f9fa;padding:20px;border-radius:6px;margin-bottom:20px}.wc-express-checkout-product{display:flex;align-items:center;margin-bottom:15px}.wc-express-checkout-product .product-image{width:60px;height:60px;margin-right:15px;flex-shrink:0}.wc-express-checkout-product .product-image img{width:100%;height:100%;object-fit:cover;border-radius:4px}.wc-express-checkout-product .product-details h5{margin:0 0 5px 0;font-size:16px;font-weight:600;color:#333}.wc-express-checkout-product .product-details p{margin:0;font-size:14px;color:#666}.wc-express-checkout-total{text-align:right;font-size:18px;color:#333;border-top:1px solid #dee2e6;padding-top:15px}.wc-express-checkout-actions{display:flex;justify-content:space-between;align-items:center;margin-top:30px;gap:10px}.wc-express-checkout-actions .button{padding:12px 24px;border:none;border-radius:4px;font-size:14px;font-weight:500;cursor:pointer;text-decoration:none;display:inline-block;transition:all .2s;min-width:120px;text-align:center}.wc-express-checkout-actions .button:not(.button-primary){background:#f1f1f1;color:#333}.wc-express-checkout-actions .button:not(.button-primary):hover{background:#e1e1e1}.wc-express-checkout-actions .button-primary{background:#007cba;color:#fff}.wc-express-checkout-actions .button-primary:hover{background:#005a87}.wc-express-checkout-actions .button:disabled{opacity:.6;cursor:not-allowed}.wc-express-checkout-error{background:#f8d7da;color:#721c24;padding:12px;border-radius:4px;margin-bottom:20px;border:1px solid #f5c6cb}.wc-express-checkout-success{background:#d4edda;color:#155724;padding:12px;border-radius:4px;margin-bottom:20px;border:1px solid #c3e6cb}@media (max-width:768px){.wc-express-checkout-container{width:95%;margin:2vh auto;max-height:96vh}.wc-express-checkout-header{padding:15px}.wc-express-checkout-title{font-size:18px}.wc-express-checkout-content{padding:15px;max-height:calc(96vh - 70px)}.wc-express-checkout-product{flex-direction:column;text-align:center}.wc-express-checkout-product .product-image{margin-right:0;margin-bottom:10px}.wc-express-checkout-actions{flex-direction:column}.wc-express-checkout-actions .button{width:100%;margin-bottom:10px}}@media (max-width:480px){.wc-express-checkout-container{width:100%;height:100vh;max-height:100vh;margin:0;border-radius:0}.wc-express-checkout-content{max-height:calc(100vh - 70px)}}.wc-express-checkout-modal:focus{outline:none}.wc-express-checkout-close:focus{outline:2px solid #007cba;outline-offset:2px}.wc-express-checkout-loading::after{content:'';display:inline-block;width:20px;height:20px;border:2px solid #f3f3f3;border-top:2px solid #007cba;border-radius:50%;animation:spin 1s linear infinite;margin-left:10px}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.wc-express-checkout-content::-webkit-scrollbar{width:6px}.wc-express-checkout-content::-webkit-scrollbar-track{background:#f1f1f1}.wc-express-checkout-content::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.wc-express-checkout-content::-webkit-scrollbar-thumb:hover{background:#a1a1a1}

