/* Basic styles for the front-end form */
.tdp-rp-form { max-width: 720px; padding: 16px; border: 1px solid #e5e7eb; border-radius: 12px; background:#fff; }
.tdp-rp-form h3 { margin: 0 0 8px; }
.tdp-rp-form .tdp-desc { color:#555; margin-bottom:16px; }
.tdp-field { margin-bottom: 14px; display:block; }
.tdp-field label { display:block; font-weight:600; margin-bottom:6px; }
.tdp-field input[type="text"],
.tdp-field input[type="email"],
.tdp-field input[type="number"],
.tdp-field select,
.tdp-field textarea { width:100%; padding:10px; border:1px solid #d1d5db; border-radius:8px; }
.tdp-btn { background:#111827; color:#fff; border:none; padding:12px 16px; border-radius:10px; cursor:pointer; }
.tdp-btn:hover { opacity:0.9; }
.tdp-privacy { display:flex; align-items:center; gap:8px; font-weight:500; }
.tdp-rp-success { background:#ecfdf5; color:#065f46; padding:12px; border-radius:10px; margin-bottom:12px; }
.tdp-rp-error { background:#fef2f2; color:#991b1b; padding:12px; border-radius:10px; margin-bottom:12px; }