.custom-order-calculator{max-width:100%;margin:0 auto;padding:0;background:#fff;border-radius:6px;box-shadow:0 2px 10px rgba(0,0,0,.1);font-family:'Arial',sans-serif;box-sizing:border-box;overflow:hidden}.custom-order-calculator h2,.custom-order-calculator h3{text-align:center;color:#333;margin:.2rem 0;line-height:1.1}.custom-order-calculator h2{font-size:.95rem;font-weight:600}.custom-order-calculator h3{font-size:.7rem;font-weight:400;color:#555}.form-group{margin-bottom:.2rem}.form-group-row{display:flex;flex-wrap:wrap;gap:.3rem;margin-bottom:.3rem}.form-group-row .form-group{flex:1;min-width:80px}.form-group label{display:block;font-size:.6rem;font-weight:600;color:#444;margin-bottom:.1rem;line-height:1}.form-control{width:100%;padding:.25rem .3rem;font-size:.6rem;border:1px solid #ccc;border-radius:3px;background:#f4f4f4}.form-control::placeholder{font-size:.55rem;color:#999}.form-control:focus{outline:none;border-color:#007bff;box-shadow:none}.price-section{text-align:center;margin:.4rem 0}.total-price{font-size:.8rem;font-weight:600;color:#007bff}.order-now-btn{display:block;width:100%;padding:.4rem;font-size:.65rem;font-weight:600;color:#fff;background:#007bff;border:none;border-radius:3px;cursor:pointer;transition:background .3s}.order-now-btn:hover{background:#0056b3}.custom-order-calculator form{height:auto;max-height:none;overflow:hidden}.features{display:none}@media (max-width:480px){.custom-order-calculator{padding:0;max-width:100%}.form-control{font-size:.55rem;padding:.25rem}.form-control::placeholder{font-size:.5rem}.total-price{font-size:.75rem}.order-now-btn{font-size:.6rem;padding:.35rem}.custom-order-calculator h2{font-size:.9rem}.custom-order-calculator h3{font-size:.65rem}.form-group label{font-size:.55rem}}