/* Minimal styling for FinscoCRM form */
.finscocrm-form { max-width: 520px; padding: 12px; border: 1px solid #e5e5e5; background: #fafafa; }
.finscocrm-field { margin-bottom: 10px; }
.finscocrm-field label { display: block; margin-bottom: 4px; font-weight: 600; }
.finscocrm-field input, .finscocrm-field textarea { width: 100%; padding: 8px; }
.finscocrm-chat-placeholder { color: #666; }