body#phpbb .mention {
	border-radius: 10px;
    display: inline-block;
    padding: 0px 8px;
    margin: 0 2px;
    border: 2px solid rgb(0 0 0);
    background: rgb(255 255 255 / 8%);
    color: #e6e6e6 !important;
    font-weight: bold;
    font-size: 0.9em;
    text-decoration: none !important;
    font-style: initial;
    white-space: nowrap;
    line-height: 15px;
}

body#phpbb .mention:hover {
	background: var(--accent2);
    color: #000000 !important;
    border-color: #363636;
    transition: all 0.3s ease;
}

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