.ps-suggest-panel {
  margin-top: 10px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #fafafa;
  padding: 10px;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
}
.ps-head {
  display:flex; align-items:center; justify-content:space-between; margin-bottom:8px;
}
.ps-actions .ps-refresh { border:1px solid #ddd; background:#fff; border-radius:8px; padding:4px 8px; cursor:pointer; }
.ps-body { display:flex; gap:12px; flex-wrap:wrap; }
.ps-col { flex:1 1 320px; min-width:280px; }
.ps-title { font-size:13px; font-weight:600; margin:6px 0; color:#374151; }
.ps-title.mt { margin-top:10px; }
.ps-list { display:grid; grid-template-columns:1fr; gap:8px; }
.ps-card { border:1px solid #e5e7eb; background:#fff; border-radius:10px; padding:8px; }
.ps-card-title { font-weight:600; font-size:14px; margin-bottom:4px; color:#111827; }
.ps-card-text { font-size:13px; color:#374151; margin-bottom:6px; }
.ps-card-meta { font-size:12px; color:#6b7280; margin-bottom:6px; }
.ps-card-actions { display:flex; gap:8px; }
.ps-card-actions .ps-open { font-size:12px; color:#2563eb; text-decoration:underline; }
.ps-card-actions .ps-insert, .ps-cap {
  padding:5px 10px; font-size:12px; border:1px solid #ddd; background:#fff; border-radius:9999px; cursor:pointer;
}
.ps-empty, .ps-error, .ps-loading { font-size:13px; color:#6b7280; }
.ps-error { color:#b91c1c; }

.ps-card-subtitle { font-size:13px; color:#374151; margin:4px 0 6px; }

