.educrm-form-wrap { max-width: 480px; background: #fff; border: 1px solid #e5e7eb; border-radius: 14px; padding: 28px 32px; box-shadow: 0 4px 24px rgba(0,0,0,.06); }
.educrm-form-wrap h3 { font-size: 18px; font-weight: 700; color: #1e293b; margin-bottom: 20px; }
.educrm-field { margin-bottom: 14px; }
.educrm-field label { display: block; font-size: 13px; font-weight: 500; color: #475569; margin-bottom: 5px; }
.educrm-field input, .educrm-field select, .educrm-field textarea { width: 100%; padding: 10px 13px; border: 1px solid #d1d5db; border-radius: 8px; font-size: 14px; color: #1e293b; outline: none; transition: border-color .15s; }
.educrm-field input:focus, .educrm-field select:focus { border-color: #3b82f6; box-shadow: 0 0 0 3px rgba(59,130,246,.12); }
.educrm-btn { width: 100%; padding: 12px; background: #3b82f6; color: #fff; font-size: 15px; font-weight: 600; border: none; border-radius: 9px; cursor: pointer; transition: background .15s; margin-top: 6px; }
.educrm-btn:hover { background: #1d4ed8; }
.educrm-msg { margin-top: 12px; padding: 10px 14px; border-radius: 8px; font-size: 13px; }
.educrm-msg.success { background: #dcfce7; color: #166534; }
.educrm-msg.error   { background: #fee2e2; color: #991b1b; }

/* Style modifiers */
.hceducrm-style-flat {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
}
.hceducrm-style-inline {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
}
