
/* Student portal styling (simple, rounded, clean) */
.mfcrm-student-wrap{max-width:980px;margin:24px auto;padding:0 12px;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial;}
.mfcrm-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
@media (max-width:900px){.mfcrm-grid{grid-template-columns:1fr}}
.mfcrm-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:16px;box-shadow:0 2px 10px rgba(0,0,0,.04)}
.mfcrm-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}
@media (max-width:700px){.mfcrm-row{grid-template-columns:1fr}}
.mfcrm-card label{display:block;font-size:13px;color:#374151;margin-bottom:10px}
.mfcrm-card input,.mfcrm-card textarea{width:100%;padding:10px 12px;border:1px solid #d1d5db;border-radius:12px;background:#fff}
.mfcrm-card textarea{min-height:90px}
.mfcrm-muted{color:#6b7280;font-size:13px}
.mfcrm-alert{background:#f3f4f6;border:1px solid #e5e7eb;border-radius:12px;padding:10px 12px;margin-bottom:12px}
.mfcrm-btn{display:inline-block;border:1px solid #111827;background:#111827;color:#fff;padding:10px 14px;border-radius:12px;cursor:pointer;text-decoration:none}
.mfcrm-btn-secondary{background:#fff;color:#111827}
.mfcrm-link{color:#2563eb;text-decoration:none}
.mfcrm-headbar{display:flex;justify-content:space-between;align-items:center;gap:12px}
