/* Wadopure Tags Suite – tag pills */
.wpts-tags{ margin-top:8px; display:flex;flex-wrap:wrap; gap:6px; }
.wpts-tag{ font:500 12px/1.2 system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  text-decoration:none; color:#111827; background:#f3f4f6; padding:6px 10px; border-radius:9999px; display:inline-flex; align-items:center; gap:6px; }
.wpts-tag:hover{ background:#e5e7eb; color:#111827; }
.wpts-tag:before{ content:"#"; opacity:.6 }
