.cr-suggest-dropdown{position:absolute;top:100%;left:0;right:0;margin-top:6px;background:#fff;border:1px solid #e6eaf0;border-radius:12px;box-shadow:0 12px 32px rgb(15 25 50 / .12);z-index:1000;max-height:480px;overflow-y:auto;padding:4px 0}.cr-suggest-item{display:flex;align-items:center;gap:12px;padding:8px 14px;color:#1a2332;text-decoration:none;font-size:14px;line-height:1.3;transition:background 0.12s ease}.cr-suggest-item__logo{flex-shrink:0;width:32px;height:32px;border-radius:8px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#f5f7fa;border:1px solid #e6eaf0}.cr-suggest-item__logo img{width:100%;height:100%;object-fit:contain;display:block}.cr-suggest-item__logo--fallback{font-size:14px;font-weight:600;color:#64748b;background:#f0f3f8}.cr-suggest-item--school .cr-suggest-item__logo--fallback{background:#f3ecfd;color:#7c3aed}.cr-suggest-item--tool .cr-suggest-item__logo--fallback{background:#e8f0fe;color:#2563eb}.cr-suggest-item--skill .cr-suggest-item__logo--fallback{background:#e6f6ec;color:#15803d}.cr-suggest-item--profession .cr-suggest-item__logo--fallback{background:#fef0e6;color:#c2410c}.cr-suggest-item--subcategory .cr-suggest-item__logo--fallback{background:#eef2f7;color:#475569}.cr-suggest-item--category .cr-suggest-item__logo--fallback{background:#e4e8f0;color:#334155}.cr-suggest-item--audience .cr-suggest-item__logo--fallback{background:#fde8f0;color:#be185d}.cr-suggest-item:hover,.cr-suggest-item:focus{background:#f5f7fa;color:#1a2332;text-decoration:none}.cr-suggest-item__label{flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:500;text-transform:none}.cr-suggest-item__label::first-letter{text-transform:uppercase}.cr-suggest-item__label mark{background:#fff0;color:#2563eb;font-weight:600;padding:0}.cr-suggest-item__type{flex-shrink:0;font-size:11px;font-weight:500;letter-spacing:.02em;padding:3px 9px;border-radius:10px;text-transform:lowercase;background:#f0f3f8;color:#5c6779;border:1px solid #fff0}.cr-suggest-item__type--school{background:#f3ecfd;color:#7c3aed}.cr-suggest-item__type--tool{background:#e8f0fe;color:#2563eb}.cr-suggest-item__type--skill{background:#e6f6ec;color:#15803d}.cr-suggest-item__type--profession{background:#fef0e6;color:#c2410c}.cr-suggest-item__type--subcategory{background:#eef2f7;color:#475569}.cr-suggest-item__type--category{background:#e4e8f0;color:#334155}.cr-suggest-item__type--audience{background:#fde8f0;color:#be185d}@media (max-width:640px){.cr-suggest-dropdown{max-height:340px;font-size:13px}.cr-suggest-item{padding:8px 12px;gap:10px}.cr-suggest-item__logo{width:28px;height:28px}.cr-suggest-item__type{font-size:10px;padding:2px 7px}}