.tribute-container {
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
    max-height: 300px;
    max-width: 500px;
    overflow: auto;
    display: block;
    z-index: 999999;
    box-shadow: 0 0.15rem 1.75rem 0 rgb(58 59 69 / 15%);
    border-radius: 4px;
}

.tribute-container ul {
    margin: 0;
    padding: 0;
    list-style: none;
    background: #fff;
}

.tribute-container li {
    padding: 5px 10px;
    cursor: pointer;
}

.tribute-container li.highlight,
.tribute-container li:hover {
    background: #ddd;
}

.tribute-container li span {
    font-weight: bold;
}

.tribute-container li.no-match {
    cursor: default;
}

.tribute-container .menu-highlighted {
    font-weight: bold;
}