.mention {
    font-weight: bold;
    color: blue;
    background: white;
    padding: 2px 6px;
    border-radius: 9999px; /* fully rounded ends */
    border: 1px solid #ccc;
    text-decoration: none;
    display: inline-block;
}

.tribute-container {
    min-width: 85px;
}