/* 채팅 본문 URL 링크 (2026-08-13) — utils/chat_linkify.js 가 승격한 anchor.
   앱(_LinkifiedText)과 동일: 밑줄 + 본문 글자색 상속 + 굵게. 말풍선 배경(mine/theirs)과 무관하게 가독. */
a.chat-linkified {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
  font-weight: 600;
  word-break: break-all;
}
a.chat-linkified:hover { opacity: 0.8; }
