
.nwls{ max-width:980px; margin:0 auto 16px;}
.nwls-bar{ position:relative; display:flex; align-items:center; gap:8px;}
.nwls-input{ flex:1; padding:12px 14px; border-radius:999px; border:1px solid #e5e7eb; background:#fff; box-shadow:0 2px 0 rgba(0,0,0,.02); font-weight:600;}
.nwls-clear{ position:absolute; right:6px; background:transparent; border:none; font-size:20px; line-height:1; cursor:pointer; opacity:.6;}
.nwls-results{ display:grid; gap:8px; margin-top:10px;}
.nwls-item{ display:flex; align-items:center; gap:8px; padding:10px 12px; border-radius:12px; text-decoration:none; background:#fff; border:1px solid #eef; box-shadow:0 6px 14px rgba(112,71,250,.08);}
.nwls-title{ font-weight:800; color:#0f172a;}
.nwls-meta{ font-size:.85rem; color:#475569;}
@media (max-width:640px){ .nwls-item{ padding:10px; } }
