/* ===== v166-nav-favorite-stars: module favorite star controls ===== */
.sb-item{position:relative}
.sb-item span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.sb-fav-star{
  margin-left:auto;
  width:24px;
  height:24px;
  border:0;
  border-radius:6px;
  background:transparent;
  color:rgba(255,255,255,.38);
  cursor:pointer;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex:0 0 24px;
}
.sb-fav-star:hover{background:rgba(255,255,255,.12);color:#fbbf24}
.sb-fav-star.on{color:#fbbf24}
.sb-fav-star i{width:auto!important;margin:0!important;font-size:12px;color:inherit!important}
.sb-item.sb-favorite-shortcut .sb-fav-star{color:#fbbf24}
.sb-fav-empty{padding:8px 12px 10px;color:rgba(255,255,255,.54);font-size:12px;line-height:1.4}

