.search-preview { position: absolute; top: 100%; left: 0; right: 0; background: #fff; border-radius: 6px; box-shadow: 0 4px 12px rgba(0,0,0,0.12); padding: 10px; z-index: 999; display: none; } .preview-item { display: flex; gap: 12px; padding: 8px 0; border-bottom: 1px solid #eee; text-decoration: none; color: inherit; } .preview-item:last-child { border-bottom: none; } .preview-thumb img { width: 60px; height: 40px; object-fit: cover; border-radius: 4px; } .preview-title { font-size: 14px; font-weight: 600; } li.bricks-layout-item { margin-block-end: var(--gutter); }