.wpcrm-form-wrapper { max-width: 600px; margin: 0 auto; font-family: sans-serif; }
.wpcrm-field-group { margin-bottom: 15px; }
.wpcrm-field-group label { display: block; margin-bottom: 5px; font-weight: 600; font-size: 14px; }
.wpcrm-input { width: 100%; padding: 12px; border: 1px solid #ccc; border-radius: 6px; font-size: 15px; }
.wpcrm-btn { background: #4f46e5; color: #fff; border: none; padding: 12px 24px; border-radius: 6px; font-weight: bold; cursor: pointer; width: 100%; transition: 0.3s; }
.wpcrm-btn:hover { background: #4338ca; }