.forum-mention-link { color: #1769aa; font-weight: 600; text-decoration: none; overflow-wrap: anywhere; }
.forum-mention-link:hover { text-decoration: underline; }
.forum-mention-trigger { min-height: 44px; white-space: nowrap; }
.forum-mention-dialog { box-sizing: border-box; width: min(100% - 24px, 520px); max-height: 85vh; max-height: 85dvh; padding: 20px; margin: auto; border: 1px solid #e3d7cd; border-radius: 20px; background: #fffdf9; color: #3f332b; overflow-y: auto; box-shadow: 0 16px 60px #0003; }
.forum-mention-dialog::backdrop { background: #20181066; }
.forum-mention-dialog button, .forum-mention-dialog input { font: inherit; font-size: 16px; }
.forum-mention-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.forum-mention-heading h2 { font-size: 22px; margin: 0; }
.forum-mention-heading button { min-height: 44px; padding: 8px 14px; background: transparent; border: 0; color: #705440; }
.forum-mention-dialog p, .forum-mention-status { font-size: 15px; color: #796b61; margin: 12px 0; }
.forum-mention-dialog .forum-input { width: 100%; min-height: 48px; }
.forum-mention-person { display: flex; align-items: center; width: 100%; gap: 12px; text-align: left; padding: 12px 4px; border: 0; border-bottom: 1px solid #eee5dd; background: transparent; color: inherit; }
.forum-mention-person img { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; flex-shrink: 0; }
.forum-mention-person > span:nth-child(2) { flex: 1; min-width: 0; overflow-wrap: anywhere; }
.forum-mention-person small { display: block; font-size: 14px; color: #82756b; margin-top: 4px; }
.forum-mention-check { width: 30px; height: 30px; line-height: 28px; text-align: center; border: 1px solid #cfbcae; border-radius: 50%; flex-shrink: 0; }
.forum-mention-person[aria-pressed="true"] .forum-mention-check { color: white; background: #a23d16; border-color: #a23d16; }
.forum-mention-footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; position: sticky; bottom: -20px; background: #fffdf9; padding: 16px 0 max(16px, env(safe-area-inset-bottom)); }
@media (max-width: 540px) { .forum-mention-dialog { width: 100%; max-width: 100%; margin: auto 0 0; border-radius: 20px 20px 0 0; padding: 16px; } }
