﻿.mention {
    font-weight: bold;
    color: #007bff;
   /* background-color: rgba(0, 123, 255, 0.1);*/
    padding: 2px 6px;
    border-radius: 4px;
    white-space: nowrap;
    margin-right: 4px;
}

/*    .mention:hover {
        background-color: rgba(0, 123, 255, 0.2);
        text-decoration: underline;
        cursor: pointer;
    }*/
