.tsc-form { max-width: 400px; margin: 0 auto; background: #fff; padding: 18px; border-radius:8px; box-shadow: 0 2px 8px rgba(0,0,0,0.06); }
.tsc-field { margin-bottom:10px; font-family: inherit; }
.tsc-field label { display:block; margin-bottom:4px; font-weight:600; }
.tsc-field input[type="text"], .tsc-field input[type="email"] { width:100%; padding:8px; border:1px solid #ddd; border-radius:4px; box-sizing:border-box; }
.tsc-consent label { font-weight:400; }
.tsc-title { margin-top:0; margin-bottom:12px; }
.tsc-submit { border:0; padding:10px 16px; border-radius:6px; cursor:pointer; }
.tsc-btn-sm { padding:6px 10px; font-size:13px; }
.tsc-btn-md { padding:10px 16px; font-size:15px; }
.tsc-btn-lg { padding:14px 20px; font-size:18px; }
