.mention {
    display: inline-block;
    padding: 0.08em 0.5em;
    margin: 0 0.08em;
    border: 1px solid currentColor;
    border-radius: 0.45em;
    background-color: rgba(0, 0, 0, 0.04);
    color: inherit;
    font-size: 0.92em;
    font-weight: 600;
    line-height: 1.3;
    vertical-align: baseline;
    white-space: nowrap;
    text-decoration: none;
    box-sizing: border-box;
}

.mention:hover,
.mention:focus {
    text-decoration: none;
    background-color: rgba(16, 82, 137, 0.10);
}

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