.apple-sidebar--shared .menu-group {
    margin-bottom: 12px;
}

.apple-sidebar--shared .menu-group:last-child {
    margin-bottom: 0;
}

.apple-sidebar--shared .menu-item svg {
    margin-right: 0;
}

.apple-sidebar--shared .menu-item--ecom > span:first-of-type {
    min-width: 0;
    flex: 1 1 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.apple-sidebar--shared .menu-discount-badge {
    flex: 0 0 auto;
}

.apple-sidebar--shared::-webkit-scrollbar {
    width: 5px;
}

.apple-sidebar--shared::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: rgba(100, 116, 139, 0.28);
}
