/* A whole message is easy to spot when a real registered user is mentioned. */
.message.message-mentioned-me {
    margin-left: 6px;
    padding-left: 12px;
    border-left: 3px solid #ff6565;
    border-radius: 7px;
    background: linear-gradient(90deg, rgba(179, 0, 0, .22), rgba(179, 0, 0, .045));
}

.message.message-has-mention {
    margin-left: 6px;
    padding-left: 12px;
    border-left: 3px solid #ffd166;
    border-radius: 7px;
    background: linear-gradient(90deg, rgba(255, 209, 102, .12), rgba(255, 209, 102, .025));
}

.message .mention-link:hover,
.message .mention-link:focus-visible {
    text-decoration: underline;
    outline: none;
}
