.sp-fav-head-bc {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 24px;
}
.sp-fav-h-side-bc {
  display: inline-block;
  vertical-align: top;
  height: 100%;
}
[dir="ltr"] .sp-fav-h-side-bc.left {
  float: left;
}
[dir="rtl"] .sp-fav-h-side-bc.left,
[dir="ltr"] .sp-fav-h-side-bc.right {
  float: right;
}
[dir="rtl"] .sp-fav-h-side-bc.right {
  float: left;
}
.sp-fav-h-tabs-holder-bc {
  height: 100%;
  white-space: nowrap;
  border-radius: var(--border-radius) var(--border-radius) 0 0;
  background-color: var(--skin-palette-5);
  box-shadow: 0 -2px 0 0 var(--skin-palette-6) inset;
}
.sp-fav-h-tab-bc {
  display: inline-block;
  vertical-align: top;
  height: 100%;
  padding: 0 8px;
  font-weight: 700;
  font-size: 14px;
  color: var(--text-palette-15);
  line-height: 24px;
  text-transform: capitalize;
  transition-property: background-color, color, box-shadow;
  transition-duration: var(--default-transition-duration);
  cursor: pointer;
}
.sp-fav-h-tab-bc:hover,
.sp-fav-h-tab-bc.active {
  background-color: var(--skin-palette-4);
  color: rgba(var(--b-sc), 1);
}
.sp-fav-h-tab-bc.active {
  box-shadow: 0 -2px 0 0 rgba(var(--oc-1), 1) inset;
}
.sp-fav-h-clear-btn-bc {
  display: inline-block;
  vertical-align: middle;
  height: 14px;
  font-weight: 400;
  font-size: 12px;
  color: var(--text-palette-16);
  white-space: nowrap;
  line-height: 14px;
  transition: color var(--default-transition-duration) ease;
  cursor: pointer;
}
.sp-fav-h-clear-btn-bc:first-letter {
  text-transform: capitalize;
}
.sp-fav-h-clear-btn-bc:hover {
  color: rgba(var(--b-sc), 1);
}
.sp-fav-item-holder-bc {
  margin-bottom: 8px;
}
.sp-fav-item-holder-bc:last-child {
  margin-bottom: 0;
}
