.hl-itemDisplay-quantity {
    border-radius: 40%;
    border: 3px solid var(--side-bar-color);
    padding: 1px 6px;
    background-color: var(--side-bar-color);
    color: white;
    font-size: 13px;
}

.hl-item-name {
    word-break: break-word;
}

.hl-item-name-context-trigger {
    cursor: context-menu;
}

.hl-item-actions {
    flex-shrink: 0;
}

.hl-item-action-btn {
    line-height: 1;
    padding: 0.35rem 0.5rem;
}

.hl-item-context-menu-backdrop {
    position: fixed;
    inset: 0;
    z-index: 1040;
    background: transparent;
}

.hl-item-context-menu {
    position: fixed;
    z-index: 1050;
    min-width: 190px;
    max-width: min(260px, calc(100vw - 16px));
    background-color: white;
    border: 1px solid #dadada;
    border-radius: 0.9rem;
    padding: 0.35rem;
}

.hl-item-context-menu-title {
    color: #6c757d;
    font-size: 0.85rem;
    font-weight: 600;
    padding: 0.45rem 0.75rem 0.55rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hl-item-context-menu .dropdown-item {
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    padding: 0.65rem 0.75rem;
}
