/* simple styling for the frontend form */
#cpg-proposal-form { max-width:800px; margin:20px auto; padding:18px; border:1px solid #eee; border-radius:6px; background:#fff; }
.cpg-row { margin-bottom:12px; }
.cpg-row label { display:block; font-weight:600; margin-bottom:6px; }
.cpg-row input[type="text"], .cpg-row input[type="email"], .cpg-row input[type="url"], .cpg-row input[type="date"], .cpg-row textarea, .cpg-row input[type="number"] { width:100%; padding:8px; border:1px solid #ddd; border-radius:4px; }
#cpg-deliverables .cpg-deliverable { border:1px dashed #ddd; padding:8px; margin-bottom:8px; display:grid; grid-template-columns: 2fr 2fr 1fr 1fr auto; gap:8px; align-items:center; }
#cpg-add-deliverable { margin-bottom:12px; }
.cpg-success { position:fixed; right:20px; top:20px; background:#e6ffed; color:#03543f; padding:8px 12px; border-radius:4px; box-shadow:0 2px 6px rgba(0,0,0,0.05); }
.cpg-error { position:fixed; right:20px; top:20px; background:#ffe6e6; color:#922; padding:8px 12px; border-radius:4px; box-shadow:0 2px 6px rgba(0,0,0,0.05); }
