- .answer-cache-actions { display:flex; flex-wrap:wrap; align-items:center; gap:8px; margin-top:12px; padding-top:10px; border-top:1px solid #e2e8f0; font-size:12px; }
- .answer-cache-status { color:#64748b; overflow-wrap:anywhere; }
- .answer-cache-button { cursor:pointer; border:1px solid #94a3b8; border-radius:7px; padding:6px 10px; background:#fff; color:#334155; font:inherit; }
- .answer-cache-button:hover { background:#f1f5f9; }
- .answer-cache-button:disabled { cursor:wait; opacity:.6; }
- .answer-cache-button:focus-visible { outline:2px solid #2563eb; outline-offset:2px; }
|