/* Minimal styles for search-only UI */
.cfs-container { font-family: 'Lato', sans-serif; margin-bottom: 1rem; }
.cfs-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: flex-end; }
.cfs-group label { display:block; font-weight:600; margin-bottom:6px; }
.cfs-group input[type="text"] { padding:8px 10px; min-width:260px; }
.cfs-actions .cfs-btn { padding:8px 14px; background:#1e73be; color:#fff; border:none; cursor:pointer; border-radius:4px; }
.cfs-live-results { position:relative; margin-top:6px; background:#fff; border:1px solid #ddd; border-radius:4px; max-width:420px; }
.cflr-item { display:block; padding:8px 10px; border-bottom:1px solid #f0f0f0; color:#222; text-decoration:none; }
.cflr-item:last-child { border-bottom:none; }
.cflr-item:hover { background:#f7faff; }
.cflr-excerpt { display:block; color:#666; font-size:12px; margin-top:4px; }
.no-courses-message { margin-top:12px; color:#666; }
