/* Press Legacy 0.1.0.8.2 - intent-aware cross-reference additions */
.xref-intent-row { display:grid; grid-template-columns: 1.3fr 1fr auto; gap:.65rem; align-items:center; margin:.7rem 0; }
.xref-question { width:100%; min-height:5.5rem; margin:.55rem 0 .75rem; }
.xref-tag-picker { display:flex; gap:.4rem; flex-wrap:wrap; margin:.45rem 0 .65rem; max-height:8.5rem; overflow:auto; padding:.2rem; }
.xref-tag-option { border:1px solid var(--border, rgba(148,163,184,.35)); border-radius:999px; padding:.35rem .6rem; background:rgba(148,163,184,.08); color:inherit; cursor:pointer; font-size:.82rem; }
.xref-tag-option:hover { background:rgba(59,130,246,.18); }
.xref-feedback { border:1px solid rgba(148,163,184,.35); background:rgba(15,23,42,.08); color:inherit; border-radius:.7rem; padding:.45rem .6rem; cursor:pointer; }
.xref-match-card.best { outline:2px solid rgba(59,130,246,.55); }
@media (max-width: 760px){ .xref-intent-row { grid-template-columns:1fr; } }
