.serp-row { display:flex; align-items:flex-start; gap:16px; padding:16px 20px; border-bottom:1px solid #f0f0f0; transition:background 0.15s; }
.serp-row:hover { background:#f8f9ff; }
.serp-row.serp-match { background:#f0fdf4; border-left:3px solid #4caf50; }
.serp-pos { width:36px; height:36px; border-radius:8px; display:flex; align-items:center; justify-content:center; font-weight:800; font-size:14px; flex-shrink:0; }
.serp-pos-top { background:#fef3c7; color:#d97706; }
.serp-pos-mid { background:#e0f2fe; color:#0284c7; }
.serp-pos-low { background:#f3f4f6; color:#6b7280; }
