#shop-setup-form-outer{height:100vh;overflow:auto}.shop-set-form{background-color:#f9f9f9;border-radius:16px;max-width:600px;margin:80px auto;padding:2rem;font-family:Segoe UI,sans-serif;box-shadow:0 8px 24px #0000001a}.shop-set-form h2{text-align:center;color:#333;margin-bottom:1.5rem}.shop-set-form form{flex-direction:column;gap:1.2rem;display:flex}.shop-set-form form label{color:#444;margin-bottom:.3rem;font-weight:600}.shop-set-form form input,.shop-set-form form textarea{border:1px solid #ccc;border-radius:8px;padding:.75rem;font-size:1rem;transition:border-color .3s}.shop-set-form form input:focus,.shop-set-form form textarea:focus{background-color:#fff;border-color:#4a90e2;outline:none}.shop-set-form form textarea{resize:vertical;min-height:80px}.shop-set-form form .submit-btn{color:#fff;cursor:pointer;background-color:#4a90e2;border:none;border-radius:8px;margin-top:1rem;padding:.75rem;font-size:1.1rem;transition:background-color .3s}.shop-set-form form .submit-btn:hover{background-color:#357ab8}.error-msg{color:red;margin-top:-.5rem;margin-bottom:.5rem;font-size:.85rem}@media (max-width:640px){.shop-set-form{padding:1.5rem}}
